Skip to content

Commit

Permalink
Merge branch 'main' into marshall-get-gpos
Browse files Browse the repository at this point in the history
  • Loading branch information
Marshall-Hallenbeck authored Jan 17, 2025
2 parents 3afcbbe + a5ec90e commit c641137
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
2 changes: 2 additions & 0 deletions netexec.spec
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ a = Analysis(
'impacket.tds',
'impacket.version',
'impacket.ldap.ldap',
'jwt',
'nxc.connection',
'nxc.servers.smb',
'nxc.protocols.smb.wmiexec',
Expand Down Expand Up @@ -71,6 +72,7 @@ a = Analysis(
'dploot.triage.masterkeys',
'dploot.triage.mobaxterm',
'dploot.triage.backupkey',
'dploot.triage.wam',
'dploot.triage.wifi',
'dploot.triage.sccm',
'dploot.lib.target',
Expand Down
22 changes: 13 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ argcomplete = "^3.1.4"
asyauth = ">=0.0.20"
beautifulsoup4 = ">=4.11,<5"
bloodhound = "^1.8.0"
dploot = "^3.0.3"
dploot = "^3.1.0"
dsinternals = "^1.2.4"
impacket = { git = "https://github.com/fortra/impacket.git" }
jwt = ">=1.3.1"
Expand All @@ -51,6 +51,7 @@ minikerberos = "^0.4.1"
msgpack = "^1.0.0"
msldap = "^0.5.10"
neo4j = "^5.0.0"
oscrypto = { git = "https://github.com/wbond/oscrypto" }
paramiko = "^3.3.1"
poetry-dynamic-versioning = "^1.2.0"
pyasn1-modules = "^0.3.0"
Expand Down

0 comments on commit c641137

Please sign in to comment.