Bump to 5.4.6
parent
e791c817f6
commit
25d2049f60
|
@ -10,7 +10,7 @@ from termcolor import colored
|
|||
|
||||
def gen_cli_args():
|
||||
|
||||
VERSION = '5.4.5'
|
||||
VERSION = '5.4.6'
|
||||
CODENAME = "Bruce Wayne"
|
||||
|
||||
p_loader = protocol_loader()
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "crackmapexec"
|
||||
version = "5.4.5"
|
||||
version = "5.4.6"
|
||||
description = "A swiss army knife for pentesting networks"
|
||||
authors = ["Marcello Salvati <byt3bl33d3r@pm.com>", "Martial Puygrenier <mpgn@protonmail.com>"]
|
||||
readme = "README.md"
|
||||
|
|
|
@ -2,44 +2,46 @@ aardwolf==0.2.7 ; python_version >= "3.7" and python_full_version < "4.0.0"
|
|||
aesedb==0.1.3 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
aioconsole==0.3.3 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
aiosmb==0.4.4 ; python_version >= "3.7" and python_full_version < "4.0.0"
|
||||
aiosqlite==0.18.0 ; python_version >= "3.7" and python_full_version < "4.0.0"
|
||||
aiowinreg==0.0.9 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
arc4==0.3.0 ; python_version >= "3.7" and python_full_version < "4.0.0"
|
||||
asn1crypto==1.5.1 ; python_full_version < "4.0.0" and python_version >= "3.7"
|
||||
asn1tools==0.165.0 ; python_version >= "3.7" and python_full_version < "4.0.0"
|
||||
asn1tools==0.166.0 ; python_version >= "3.7" and python_full_version < "4.0.0"
|
||||
asyauth==0.0.13 ; python_version >= "3.7" and python_full_version < "4.0.0"
|
||||
asysocks==0.2.5 ; python_full_version < "4.0.0" and python_version >= "3.7"
|
||||
bcrypt==4.0.1 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
beautifulsoup4==4.11.2 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
beautifulsoup4==4.12.0 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
bitstruct==8.17.0 ; python_version >= "3.7" and python_full_version < "4.0.0"
|
||||
bloodhound==1.6.1 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
bs4==0.0.1 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
certifi==2022.12.7 ; python_version >= "3.7" and python_version < "4"
|
||||
cffi==1.15.1 ; python_version >= "3.7" and python_version < "4.0"
|
||||
charset-normalizer==3.0.1 ; python_version >= "3.7" and python_version < "4"
|
||||
click==8.1.3 ; python_version >= "3.7" and python_full_version < "4.0.0"
|
||||
colorama==0.4.6 ; python_full_version < "4.0.0" and python_version >= "3.7"
|
||||
charset-normalizer==3.1.0 ; python_version >= "3.7" and python_version < "4"
|
||||
click==8.1.3 ; python_version >= "3.7" and python_version < "4.0"
|
||||
colorama==0.4.6 ; python_full_version < "4.0.0" and python_version >= "3.7" or python_version >= "3.7" and python_version < "4.0" and platform_system == "Windows"
|
||||
cryptography==39.0.2 ; python_version >= "3.7" and python_version < "4.0"
|
||||
dnspython==2.3.0 ; python_version >= "3.7" and python_version < "4.0"
|
||||
dploot==2.1.19 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
dsinternals==1.2.4 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
flask==2.2.3 ; python_version >= "3.7" and python_full_version < "4.0.0"
|
||||
future==0.18.3 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
dploot==2.1.20 ; python_version >= "3.7" and python_version < "4.0"
|
||||
dsinternals==1.2.4 ; python_version >= "3.7" and python_version < "4.0"
|
||||
flask==2.2.3 ; python_version >= "3.7" and python_version < "4.0"
|
||||
future==0.18.3 ; python_version >= "3.7" and python_version < "4.0"
|
||||
greenlet==2.0.2 ; python_version >= "3.7" and python_full_version < "4.0.0" and platform_machine == "aarch64" or python_version >= "3.7" and python_full_version < "4.0.0" and platform_machine == "ppc64le" or python_version >= "3.7" and python_full_version < "4.0.0" and platform_machine == "x86_64" or python_version >= "3.7" and python_full_version < "4.0.0" and platform_machine == "amd64" or python_version >= "3.7" and python_full_version < "4.0.0" and platform_machine == "AMD64" or python_version >= "3.7" and python_full_version < "4.0.0" and platform_machine == "win32" or python_version >= "3.7" and python_full_version < "4.0.0" and platform_machine == "WIN32"
|
||||
idna==3.4 ; python_version >= "3.7" and python_version < "4"
|
||||
impacket @ git+https://github.com/mpgn/impacket.git@master ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
impacket @ git+https://github.com/mpgn/impacket.git@master ; python_version >= "3.7" and python_version < "4.0"
|
||||
importlib-metadata==4.2.0 ; python_version >= "3.7" and python_version < "3.10"
|
||||
itsdangerous==2.1.2 ; python_version >= "3.7" and python_full_version < "4.0.0"
|
||||
jinja2==3.1.2 ; python_version >= "3.7" and python_full_version < "4.0.0"
|
||||
ldap3==2.9.1 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
ldapdomaindump==0.9.4 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
itsdangerous==2.1.2 ; python_version >= "3.7" and python_version < "4.0"
|
||||
jinja2==3.1.2 ; python_version >= "3.7" and python_version < "4.0"
|
||||
ldap3==2.9.1 ; python_version >= "3.7" and python_version < "4.0"
|
||||
ldapdomaindump==0.9.4 ; python_version >= "3.7" and python_version < "4.0"
|
||||
lsassy==3.1.6 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
lxml==4.9.2 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
lxml==4.9.2 ; python_version >= "3.7" and python_version < "4.0"
|
||||
markdown-it-py==2.2.0 ; python_version >= "3.7" and python_full_version < "4.0.0"
|
||||
markupsafe==2.1.2 ; python_version >= "3.7" and python_full_version < "4.0.0"
|
||||
markupsafe==2.1.2 ; python_version >= "3.7" and python_version < "4.0"
|
||||
masky==0.2.0 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
mdurl==0.1.2 ; python_version >= "3.7" and python_full_version < "4.0.0"
|
||||
minidump==0.0.21 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
minikerberos==0.4.0 ; python_full_version < "4.0.0" and python_version >= "3.7"
|
||||
msgpack==1.0.4 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
msgpack==1.0.5 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
msldap==0.4.7 ; python_version >= "3.7" and python_full_version < "4.0.0"
|
||||
neo4j==4.4.10 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
netaddr==0.8.0 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
|
@ -47,13 +49,13 @@ oscrypto==1.3.0 ; python_full_version < "4.0.0" and python_version >= "3.7"
|
|||
paramiko==2.12.0 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
pillow==9.4.0 ; python_version >= "3.7" and python_full_version < "4.0.0"
|
||||
prompt-toolkit==3.0.38 ; python_full_version < "4.0.0" and python_version >= "3.7"
|
||||
pyasn1==0.4.8 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
pyasn1==0.4.8 ; python_version >= "3.7" and python_version < "4.0"
|
||||
pycparser==2.21 ; python_version >= "3.7" and python_version < "4.0"
|
||||
pycryptodomex==3.17 ; python_full_version < "4.0.0" and python_version >= "3.7"
|
||||
pycryptodomex==3.17 ; python_version >= "3.7" and python_version < "4.0"
|
||||
pygments==2.14.0 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
pylnk3==0.4.2 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
pynacl==1.5.0 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
pyopenssl==23.0.0 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
pyopenssl==23.0.0 ; python_version >= "3.7" and python_version < "4.0"
|
||||
pyparsing==3.0.9 ; python_version >= "3.7" and python_full_version < "4.0.0"
|
||||
pyperclip==1.8.2 ; python_version >= "3.7" and python_full_version < "4.0.0"
|
||||
pypsrp==0.7.0 ; python_full_version >= "3.7.0" and python_version < "4.0"
|
||||
|
@ -62,17 +64,18 @@ pyspnego==0.8.0 ; python_version >= "3.7" and python_version < "4.0"
|
|||
pytz==2022.7.1 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
pywerview==0.3.3 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
requests==2.28.2 ; python_version >= "3.7" and python_version < "4"
|
||||
rich==13.3.1 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
six==1.16.0 ; python_full_version < "4.0.0" and python_version >= "3.7"
|
||||
rich==13.3.2 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
six==1.16.0 ; python_version >= "3.7" and python_version < "4.0"
|
||||
soupsieve==2.4 ; python_version >= "3.7" and python_full_version < "4.0.0"
|
||||
sqlalchemy==2.0.7 ; python_version >= "3.7" and python_full_version < "4.0.0"
|
||||
termcolor==1.1.0 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
terminaltables==3.1.10 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
tqdm==4.64.1 ; python_full_version < "4.0.0" and python_version >= "3.7"
|
||||
typing-extensions==4.5.0 ; python_version >= "3.7" and python_version < "3.9"
|
||||
tqdm==4.65.0 ; python_version >= "3.7" and python_full_version < "4.0.0"
|
||||
typing-extensions==4.5.0 ; python_version >= "3.7" and python_full_version < "4.0.0"
|
||||
unicrypto==0.0.10 ; python_full_version < "4.0.0" and python_version >= "3.7"
|
||||
urllib3==1.26.14 ; python_version >= "3.7" and python_version < "4"
|
||||
urllib3==1.26.15 ; python_version >= "3.7" and python_version < "4"
|
||||
wcwidth==0.2.6 ; python_full_version < "4.0.0" and python_version >= "3.7"
|
||||
werkzeug==2.2.3 ; python_version >= "3.7" and python_full_version < "4.0.0"
|
||||
werkzeug==2.2.3 ; python_version >= "3.7" and python_version < "4.0"
|
||||
winacl==0.1.7 ; python_full_version < "4.0.0" and python_version >= "3.7"
|
||||
xmltodict==0.12.0 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
|
||||
zipp==3.15.0 ; python_version >= "3.7" and python_version < "3.10"
|
||||
|
|
Loading…
Reference in New Issue