Skip to content

Commit 4883957

Browse files
authored
Merge branch 'main' into dc-list
2 parents b2fe25a + 1a37573 commit 4883957

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

netexec.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ a = Analysis(
2727
'impacket.dcerpc.v5.gkdi',
2828
'impacket.dcerpc.v5.rprn',
2929
'impacket.dcerpc.v5.even',
30+
'impacket.dcerpc.v5.even6',
3031
'impacket.dpapi_ng',
3132
'impacket.tds',
3233
'impacket.version',
@@ -43,6 +44,7 @@ a = Analysis(
4344
'nxc.parsers.ldap_results',
4445
'nxc.helpers.bash',
4546
'nxc.helpers.bloodhound',
47+
'nxc.helpers.even6_parser',
4648
'nxc.helpers.msada_guids',
4749
'nxc.helpers.ntlm_parser',
4850
'paramiko',

poetry.lock

Lines changed: 5 additions & 5 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
"terminaltables>=3.1.0",
4545
"xmltodict>=0.13.0",
4646
# Git Dependencies
47-
"impacket @ git+https://github.com/zblurx/impacket.git@ldap_signing",
47+
"impacket @ git+https://github.com/Pennyw0rth/impacket.git",
4848
"oscrypto @ git+https://github.com/wbond/oscrypto",
4949
"pynfsclient @ git+https://github.com/Pennyw0rth/NfsClient",
5050
]

0 commit comments

Comments
 (0)