From 0b2ffca913080ed3f6eec75977a3a7b2369a060d Mon Sep 17 00:00:00 2001 From: Randall Stroup <1945569+Mortimus@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:31:45 -0600 Subject: [PATCH 1/2] Update pyproject.toml Updated missing dependency for wam module Signed-off-by: Randall Stroup <1945569+Mortimus@users.noreply.github.com> --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ea39d07c2..c365b4297 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,7 @@ bloodhound = "^1.7.2" dploot = "^3.0.3" dsinternals = "^1.2.4" impacket = { git = "https://github.com/fortra/impacket.git" } +jwt = ">=1.3.1" lsassy = ">=3.1.11" masky = "^0.2.0" minikerberos = "^0.4.1" From 59e091ba34c66a5d73c4adbbc8b89c5c6d89e581 Mon Sep 17 00:00:00 2001 From: mpgn <5891788+mpgn@users.noreply.github.com> Date: Thu, 19 Dec 2024 02:37:06 +0100 Subject: [PATCH 2/2] add poetry.lock --- poetry.lock | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 95daa11d9..d9c08a13b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aardwolf" @@ -959,6 +959,19 @@ MarkupSafe = ">=2.0" [package.extras] i18n = ["Babel (>=2.7)"] +[[package]] +name = "jwt" +version = "1.3.1" +description = "JSON Web Token library for Python 3." +optional = false +python-versions = ">= 3.6" +files = [ + {file = "jwt-1.3.1-py3-none-any.whl", hash = "sha256:61c9170f92e736b530655e75374681d4fcca9cfa8763ab42be57353b2b203494"}, +] + +[package.dependencies] +cryptography = ">=3.1,<3.4.0 || >3.4.0" + [[package]] name = "ldap3" version = "2.9.1" @@ -2494,4 +2507,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10.0" -content-hash = "b102ff826faf73e87da291e242fcdb95294a641c8d8ab8590d9b47f73d6375b6" +content-hash = "9af8efb9eb1cf1026dca8b5276ca23db2dbcdf6865fd61920a9daf1098646193"