Skip to content

Commit 835be02

Browse files
authored
Merge pull request Pennyw0rth#538 from Pennyw0rth/neff-update-spec
Fix spec file
2 parents 5103f57 + df0b4bb commit 835be02

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

netexec.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ a = Analysis(
3030
'impacket.tds',
3131
'impacket.version',
3232
'impacket.ldap.ldap',
33+
'jwt',
3334
'nxc.connection',
3435
'nxc.servers.smb',
3536
'nxc.protocols.smb.wmiexec',
@@ -71,6 +72,7 @@ a = Analysis(
7172
'dploot.triage.masterkeys',
7273
'dploot.triage.mobaxterm',
7374
'dploot.triage.backupkey',
75+
'dploot.triage.wam',
7476
'dploot.triage.wifi',
7577
'dploot.triage.sccm',
7678
'dploot.lib.target',

poetry.lock

Lines changed: 10 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ minikerberos = "^0.4.1"
5151
msgpack = "^1.0.0"
5252
msldap = "^0.5.10"
5353
neo4j = "^5.0.0"
54+
oscrypto = { git = "https://github.com/wbond/oscrypto" }
5455
paramiko = "^3.3.1"
5556
poetry-dynamic-versioning = "^1.2.0"
5657
pyasn1-modules = "^0.3.0"

0 commit comments

Comments
 (0)