Properly fix rdp and winrm

main
Alex 2023-12-01 16:08:46 +01:00
parent 4c7a9337b9
commit 3a2b3938c6
1 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,11 @@ a = Analysis(
], ],
hiddenimports=[ hiddenimports=[
'aardwolf', 'aardwolf',
'aardwolf.connection',
'aardwolf.commons.queuedata.constants',
'aardwolf.commons.iosettings',
'aardwolf.commons.target',
'aardwolf.protocol.x224.constants',
'impacket.examples.secretsdump', 'impacket.examples.secretsdump',
'impacket.dcerpc.v5.lsat', 'impacket.dcerpc.v5.lsat',
'impacket.dcerpc.v5.transport', 'impacket.dcerpc.v5.transport',
@ -66,6 +71,7 @@ a = Analysis(
'dploot.lib.smb', 'dploot.lib.smb',
'pyasn1_modules.rfc5652', 'pyasn1_modules.rfc5652',
'unicrypto.backends.pycryptodomex', 'unicrypto.backends.pycryptodomex',
'sspilib.raw._text',
], ],
hookspath=['./nxc/.hooks'], hookspath=['./nxc/.hooks'],
runtime_hooks=[], runtime_hooks=[],