Skip to content

Commit

Permalink
Release 4.3.7 configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Dramelac committed Oct 27, 2024
1 parent d014d3d commit f423a30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion exegol-docker-build
Submodule exegol-docker-build updated 67 files
+1 −1 .github/workflows/entrypoint_nightly.yml
+1 −1 .github/workflows/entrypoint_preprod_ad.yml
+1 −1 .github/workflows/entrypoint_preprod_base.yml
+1 −1 .github/workflows/entrypoint_preprod_full.yml
+1 −1 .github/workflows/entrypoint_preprod_light.yml
+1 −1 .github/workflows/entrypoint_preprod_osint.yml
+1 −1 .github/workflows/entrypoint_preprod_web.yml
+1 −1 .github/workflows/sub_build_belt.yml
+1 −1 .github/workflows/sub_release_manifest.yml
+19 −0 sources/assets/apt/preferences.d/default-stable
+5 −0 sources/assets/apt/sources.list.d/sid-debian.sources
+53 −37 sources/assets/bloodhound/customqueries.json
+1 −1 sources/assets/burpsuite/trust-ca-burp.sh
+0 −25 sources/assets/crackmapexec/cme.conf
+10 −4 sources/assets/desktop/bin/desktop-start
+12 −0 sources/assets/exegol/load_supported_setups.sh
+ sources/assets/firefox/places.sqlite
+2 −2 sources/assets/firefox/user-setup.py
+0 −16 sources/assets/grc/conf.cme
+0 −4 sources/assets/grc/grc.conf
+7 −4 sources/assets/shells/aliases.d/_init
+1 −0 sources/assets/shells/aliases.d/adminer
+1 −0 sources/assets/shells/aliases.d/binwalk
+0 −2 sources/assets/shells/aliases.d/crackmapexec
+8 −8 sources/assets/shells/aliases.d/metasploit
+3 −1 sources/assets/shells/aliases.d/netexec
+2 −0 sources/assets/shells/aliases.d/networkIP
+1 −0 sources/assets/shells/aliases.d/proxychains
+0 −1 sources/assets/shells/aliases.d/pyrit
+0 −1 sources/assets/shells/aliases.d/pywhisker
+4 −4 sources/assets/shells/aliases.d/responder
+0 −1 sources/assets/shells/aliases.d/sherlock
+1 −1 sources/assets/shells/aliases.d/spiderfoot
+1 −0 sources/assets/shells/aliases.d/uploader
+1 −0 sources/assets/shells/aliases.d/volatility3
+2 −0 sources/assets/shells/history.d/adminer
+1 −0 sources/assets/shells/history.d/conpass
+0 −42 sources/assets/shells/history.d/crackmapexec
+1 −0 sources/assets/shells/history.d/faketime
+2 −0 sources/assets/shells/history.d/gobuster
+23 −23 sources/assets/shells/history.d/impacket
+3 −0 sources/assets/shells/history.d/jsluice
+4 −0 sources/assets/shells/history.d/katana
+1 −0 sources/assets/shells/history.d/metasploit
+2 −1 sources/assets/shells/history.d/nmap
+1 −0 sources/assets/shells/history.d/postman
+1 −1 sources/assets/shells/history.d/pywhisker
+2 −0 sources/assets/shells/history.d/sherlock
+2 −0 sources/assets/shells/history.d/smbclient-ng
+1 −1 sources/assets/shells/history.d/uberfile
+2 −0 sources/assets/shells/history.d/uploader
+69 −38 sources/install/package_ad.sh
+20 −5 sources/install/package_base.sh
+27 −10 sources/install/package_c2.sh
+1 −3 sources/install/package_cloud.sh
+12 −1 sources/install/package_desktop.sh
+17 −7 sources/install/package_forensic.sh
+15 −0 sources/install/package_misc.sh
+10 −12 sources/install/package_mobile.sh
+0 −1 sources/install/package_most_used.sh
+19 −7 sources/install/package_network.sh
+7 −9 sources/install/package_osint.sh
+0 −1 sources/install/package_reverse.sh
+1 −1 sources/install/package_rfid.sh
+56 −3 sources/install/package_web.sh
+4 −2 sources/install/package_wifi.sh
+2 −8 sources/install/package_wordlists.sh
2 changes: 1 addition & 1 deletion exegol/config/ConstantConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class ConstantConfig:
"""Constant parameters information"""
# Exegol Version
version: str = "4.3.6"
version: str = "4.3.7"

# Exegol documentation link
documentation: str = "https://exegol.rtfd.io/"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_exegol.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == '4.3.6'
assert __version__ == '4.3.7'

0 comments on commit f423a30

Please sign in to comment.