From 9ae0aecc331e99ee9a8d449844d2dd4df2e06bd7 Mon Sep 17 00:00:00 2001 From: Alexander Neff Date: Sat, 16 Aug 2025 09:25:10 -0400 Subject: [PATCH] Formatting --- nxc/modules/lockscreendoors.py | 2 +- poetry.lock | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nxc/modules/lockscreendoors.py b/nxc/modules/lockscreendoors.py index e5debb85..6b54a5e2 100644 --- a/nxc/modules/lockscreendoors.py +++ b/nxc/modules/lockscreendoors.py @@ -93,4 +93,4 @@ class NXCModule: return if not tampered: - context.log.display("All lock screen executable descriptions are consistent with the expected values") \ No newline at end of file + context.log.display("All lock screen executable descriptions are consistent with the expected values") diff --git a/poetry.lock b/poetry.lock index ce36fb66..c3331a3c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2475,4 +2475,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "4bd768847594e75600f1e73f18c2dbc9064226f8c385b1b76fe4236cc97a23ad" +content-hash = "668295ac997900510e1f7162df978afc0de26fa32354eea7918ea7fe054e172d" diff --git a/pyproject.toml b/pyproject.toml index 559327b2..cd5e9744 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ dependencies = [ "minikerberos>=0.4.1", "neo4j>=5.0.0", "paramiko>=3.3.1", + "pefile (>=2024.8.26,<2025.0.0)", "pyasn1-modules>=0.3.0", "pylnk3>=0.4.3", "pypsrp>=0.8.1", @@ -46,7 +47,6 @@ dependencies = [ "impacket @ git+https://github.com/Pennyw0rth/impacket.git", "oscrypto @ git+https://github.com/wbond/oscrypto", "pynfsclient @ git+https://github.com/Pennyw0rth/NfsClient", - "pefile (>=2024.8.26,<2025.0.0)", ] [project.urls]