From aff33d677e9332f9b5b7aee36c517337ff54921a Mon Sep 17 00:00:00 2001 From: mpgn <5891788+mpgn@users.noreply.github.com> Date: Tue, 14 May 2024 17:09:01 +0200 Subject: [PATCH] fix issue #252 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 68a05083a..7388e90da 100644 --- a/poetry.lock +++ b/poetry.lock @@ -947,13 +947,13 @@ ldap3 = ">2.5.0,<2.5.2 || >2.5.2,<2.6 || >2.6" [[package]] name = "lsassy" -version = "3.1.10" +version = "3.1.11" description = "Python library to extract credentials from lsass remotely" optional = false python-versions = ">=3.6" files = [ - {file = "lsassy-3.1.10-py3-none-any.whl", hash = "sha256:c25bc349f54d10329fae83a65b3c5a679e298883273e319a515916f362068b6c"}, - {file = "lsassy-3.1.10.tar.gz", hash = "sha256:748ee7e49f792d4532155f3ef0467fe505e0c32386195c5ae6bcaafa699e28f3"}, + {file = "lsassy-3.1.11-py3-none-any.whl", hash = "sha256:ee9588761f307e9bba66485cfb60597091db232d2aadde27bcb0504f8faea7ba"}, + {file = "lsassy-3.1.11.tar.gz", hash = "sha256:0cfad66c53bee67e84810d73058fd70f15aa7570a0e96009d57160dfda1fb8cf"}, ] [package.dependencies] @@ -2351,4 +2351,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "17488cfeacedee4367d181583c0f1e3ba0511f0ae37013cb1b65267c44722586" +content-hash = "7bde962ed54681c55a1249f2f8272ebf64109417f2a28293eab3eea90ce05c6f" diff --git a/pyproject.toml b/pyproject.toml index 4ac1bed00..539d0610e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ bloodhound = "^1.7.2" dploot = "^2.7.1" dsinternals = "^1.2.4" impacket = { git = "https://github.com/fortra/impacket.git" } -lsassy = ">=3.1.10" +lsassy = ">=3.1.11" masky = "^0.2.0" minikerberos = "^0.4.1" msgpack = "^1.0.0"