Update aardwolf/asyauth/minikerberos/pypykatz

main
mpgn 2023-03-04 15:17:39 -05:00
parent 6f9512e420
commit 66c996e0d6
2 changed files with 6 additions and 5 deletions

View File

@ -41,11 +41,12 @@ xmltodict = "^0.12.0"
terminaltables = "^3.1.0" terminaltables = "^3.1.0"
aioconsole = "^0.3.3" aioconsole = "^0.3.3"
pywerview = "^0.3.3" pywerview = "^0.3.3"
minikerberos = "0.3.5" minikerberos = "0.4.0"
aardwolf = "0.2.5" pypykatz = "^0.6.6"
dploot = "^2.1.16" aardwolf = "^0.2.7"
dploot = "^2.1.14"
bloodhound = "^1.6.1" bloodhound = "^1.6.1"
asyauth = "^0.0.12" asyauth = "^0.0.13"
masky = "^0.2.0" masky = "^0.2.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]

View File

@ -57,7 +57,7 @@ pyopenssl==23.0.0 ; python_full_version >= "3.7.0" and python_full_version < "4.
pyparsing==3.0.9 ; python_version >= "3.7" and python_full_version < "4.0.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" 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" pypsrp==0.7.0 ; python_full_version >= "3.7.0" and python_version < "4.0"
pypykatz==0.6.5 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0" pypykatz==0.6.6 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"
pyspnego==0.8.0 ; python_version >= "3.7" and python_version < "4.0" 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" 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" pywerview==0.3.3 ; python_full_version >= "3.7.0" and python_full_version < "4.0.0"