Update dependancies and bump to 5.2.3

main
mpgn 2022-01-26 15:17:01 -05:00
parent 63db136f2b
commit 83cb8ef852
3 changed files with 558 additions and 496 deletions

915
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "crackmapexec" name = "crackmapexec"
version = "5.2.2" version = "5.2.3"
description = "A swiss army knife for pentesting networks" description = "A swiss army knife for pentesting networks"
authors = ["Marcello Salvati <byt3bl33d3r@pm.com>", "Martial Puygrenier <mpgn@protonmail.com>"] authors = ["Marcello Salvati <byt3bl33d3r@pm.com>", "Martial Puygrenier <mpgn@protonmail.com>"]
readme = "README.md" readme = "README.md"
@ -51,21 +51,20 @@ cmedb = 'cme.cmedb:main'
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.7.0" python = "^3.7.0"
requests = ">=2.9.1" requests = ">=2.27.1"
requests-ntlm = ">=0.3.0"
bs4 = "^0.0.1" bs4 = "^0.0.1"
lsassy = ">=3.0.0" lsassy = ">=3.1.1"
termcolor = "^1.1.0" termcolor = "^1.1.0"
msgpack = "^1.0.0" msgpack = "^1.0.0"
neo4j = "^4.1.1" neo4j = "^4.1.1"
pylnk3 = "^0.3.0" pylnk3 = "^0.4.2"
pypsrp = "^0.5.0" pypsrp = "^0.7.0"
paramiko = "^2.7.2" paramiko = "^2.7.2"
impacket = "^0.9.23" impacket = "^0.9.24"
xmltodict = "^0.12.0" xmltodict = "^0.12.0"
terminaltables = "^3.1.0" terminaltables = "^3.1.0"
aioconsole = "^0.3.1" aioconsole = "^0.3.3"
pywerview = "^0.3.2" pywerview = "^0.3.3"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]

View File

@ -1,67 +1,65 @@
aioconsole==0.3.2; python_version >= "3.6" aioconsole==0.3.3; python_version >= "3.6"
aiosmb==0.2.50; python_version >= "3.7" and python_version < "4.0" aiosmb==0.2.50; python_version >= "3.7"
aiowinreg==0.0.7; python_version >= "3.7" and python_version < "4.0" aiowinreg==0.0.7; python_version >= "3.6"
asn1crypto==1.4.0; python_version >= "3.7" and python_version < "4.0" asn1crypto==1.4.0; python_version >= "3.7"
asysocks==0.1.2; python_version >= "3.7" and python_version < "4.0" asysocks==0.1.2; python_version >= "3.7"
bcrypt==3.2.0; python_version >= "3.6" bcrypt==3.2.0; python_version >= "3.6"
beautifulsoup4==4.10.0; python_full_version > "3.0.0" beautifulsoup4==4.10.0; python_full_version > "3.0.0"
bs4==0.0.1 bs4==0.0.1
certifi==2021.10.8; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" certifi==2021.10.8; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.6.0"
cffi==1.15.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6" cffi==1.15.0; python_version >= "3.6" and python_version < "4.0"
chardet==4.0.0; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.0" chardet==4.0.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
charset-normalizer==2.0.7; python_full_version >= "3.6.0" and python_version >= "3" charset-normalizer==2.0.10; python_full_version >= "3.6.0" and python_version >= "3.6" and python_version < "4.0"
click==8.0.3; python_version >= "3.7" and python_version < "4.0" click==8.0.3; python_version >= "3.6"
colorama==0.4.4; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0" and (python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.0") and (python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" and platform_system == "Windows" or python_version >= "3.7" and python_version < "4.0" and platform_system == "Windows" and python_full_version >= "3.5.0") colorama==0.4.4; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.6" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7") and (python_version >= "3.6" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.6" and python_full_version >= "3.5.0") and (python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or python_full_version >= "3.5.0" and python_version >= "3.7" and platform_system == "Windows")
commonmark==0.9.1; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0" commonmark==0.9.1; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.6"
cryptography==35.0.0; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.6.0" and python_version >= "3.7" and python_version < "4.0" cryptography==36.0.1; python_version >= "3.6" and python_version < "4.0" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6")
dnspython==2.1.0; python_version >= "3.7" and python_version < "4.0" dnspython==2.2.0; python_version >= "3.6" and python_version < "4.0"
flask==2.0.2; python_version >= "3.7" and python_version < "4.0" flask==2.0.2; python_version >= "3.6"
future==0.18.2; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.3.0" future==0.18.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"
idna==3.3; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5" idna==3.3; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.6.0" and python_version >= "3.6" and python_version < "4.0"
impacket==0.9.23 impacket==0.9.24
importlib-metadata==4.2.0; python_version >= "3.7" and python_version < "3.8" importlib-metadata==4.2.0; python_version < "3.8" and python_version >= "3.6"
itsdangerous==2.0.1; python_version >= "3.7" and python_version < "4.0" itsdangerous==2.0.1; python_version >= "3.6"
jinja2==3.0.2; python_version >= "3.7" and python_version < "4.0" jinja2==3.0.3; python_version >= "3.6"
ldap3==2.9.1; python_version >= "3.7" and python_version < "4.0" ldap3==2.9.1; python_version >= "3.6"
ldapdomaindump==0.9.3; python_version >= "3.7" and python_version < "4.0" ldapdomaindump==0.9.3; python_version >= "3.6"
lsassy==3.0.1; python_version >= "3.7" and python_version < "4.0" lsassy==3.1.1; python_version >= "3.6"
lxml==4.6.3; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" lxml==4.7.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
markupsafe==2.0.1; python_version >= "3.7" and python_version < "4.0" markupsafe==2.0.1; python_version >= "3.6"
minidump==0.0.20; python_version >= "3.7" and python_version < "4.0" minidump==0.0.21; python_version >= "3.6"
minikerberos==0.2.14; python_version >= "3.7" and python_version < "4.0" minikerberos==0.2.14; python_version >= "3.7"
msgpack==1.0.2 msgpack==1.0.3
msldap==0.3.30; python_version >= "3.7" and python_version < "4.0" msldap==0.3.30; python_version >= "3.7"
neo4j==4.3.6; python_version >= "3.5" neo4j==4.4.1; python_version >= "3.6"
netaddr==0.8.0; python_version >= "3.7" and python_version < "4.0" netaddr==0.8.0; python_version >= "3.6"
ntlm-auth==1.5.0; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" oscrypto==1.2.1; python_version >= "3.6"
oscrypto==1.2.1; python_version >= "3.7" and python_version < "4.0" paramiko==2.9.2
paramiko==2.8.0 prompt-toolkit==3.0.24; python_full_version >= "3.6.2" and python_version >= "3.7"
prompt-toolkit==3.0.20; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.2" pyasn1==0.4.8; python_version >= "3.6"
pyasn1==0.4.8; python_version >= "3.7" and python_version < "4.0" pycparser==2.21; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.4.0"
pycparser==2.20; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6" pycryptodomex==3.13.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
pycryptodomex==3.11.0; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.0" pygments==2.11.2; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.6"
pygments==2.10.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0" pylnk3==0.4.2; python_version >= "3.6"
pylnk3==0.3.0; python_version >= "3" pynacl==1.5.0; python_version >= "3.6"
pynacl==1.4.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" pyopenssl==21.0.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
pyopenssl==21.0.0; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.0" pypsrp==0.7.0; python_version >= "3.6" and python_version < "4.0"
pypsrp==0.5.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") pypykatz==0.5.2; python_version >= "3.6"
pypykatz==0.4.9; python_version >= "3.7" and python_version < "4.0" pyspnego==0.3.1; python_version >= "3.6" and python_version < "4.0"
pyspnego==0.2.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" pytz==2021.3; python_version >= "3.6"
pytz==2021.3; python_version >= "3.5" pywerview==0.3.3
pywerview==0.3.2 requests==2.27.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
requests-ntlm==1.1.0 rich==11.0.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.6"
requests==2.26.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0") six==1.16.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7"
rich==10.12.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0" soupsieve==2.3.1; python_version >= "3.6" and python_full_version > "3.0.0"
six==1.16.0; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.0"
soupsieve==2.2.1; python_version >= "3.6" and python_full_version > "3.0.0"
termcolor==1.1.0 termcolor==1.1.0
terminaltables==3.1.0 terminaltables==3.1.10; python_version >= "2.6"
tqdm==4.62.3; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.4.0" tqdm==4.62.3; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7"
typing-extensions==3.10.0.2; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "3.8" typing-extensions==4.0.1; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.6" and python_version < "3.8"
urllib3==1.26.7; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" urllib3==1.26.8; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.6"
wcwidth==0.2.5; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.2" wcwidth==0.2.5; python_full_version >= "3.6.2" and python_version >= "3.7"
werkzeug==2.0.2; python_version >= "3.7" and python_version < "4.0" werkzeug==2.0.2; python_version >= "3.6"
winacl==0.1.1; python_version >= "3.7" and python_version < "4.0" winacl==0.1.2; python_version >= "3.7"
winsspi==0.0.9; python_version >= "3.7" and python_version < "4.0" and platform_system == "Windows" winsspi==0.0.9; platform_system == "Windows" and python_version >= "3.7"
xmltodict==0.12.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0") xmltodict==0.12.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
zipp==3.6.0; python_version >= "3.7" and python_version < "3.8" zipp==3.7.0; python_version < "3.8" and python_version >= "3.7"