diff --git a/pyproject.toml b/pyproject.toml index 160dbdbd..2fd1680d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,11 +41,12 @@ xmltodict = "^0.12.0" terminaltables = "^3.1.0" aioconsole = "^0.3.3" pywerview = "^0.3.3" -minikerberos = "0.3.5" -aardwolf = "0.2.5" -dploot = "^2.1.16" +minikerberos = "0.4.0" +pypykatz = "^0.6.6" +aardwolf = "^0.2.7" +dploot = "^2.1.14" bloodhound = "^1.6.1" -asyauth = "^0.0.12" +asyauth = "^0.0.13" masky = "^0.2.0" [tool.poetry.dev-dependencies] diff --git a/requirements.txt b/requirements.txt index 5e51cbf4..b3a4c112 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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" 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" -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" 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"