nccgroup / Winpayloads

Undetectable Windows Payload Generation
Apache License 2.0
1.56k stars 332 forks source link

problem when generating payloads "Internal error: early pywin32 import was introduced" #36

Closed tueloup closed 7 years ago

tueloup commented 7 years ago

Hello

everyhting used to work previously, I just updated to latest version and now when generating a payload

I get the following error

[] Creating Payload using Pyinstaller... [] Error In Creating Payload... Exiting..

Internal error: early pywin32 import was introduced

I already tried to reinstall with ./setup.sh -r

Do you have a clue ? Thanks in advance

Charliedean commented 7 years ago

Without wine winpayloads won't work. I will look in to this issue later as am busy now

Charliedean commented 7 years ago

Actually it seems like an issue with pyinstaller. https://stackoverflow.com/questions/45411660/internal-error-pywin32-with-pyinstaller Try downgrading. I will update the setup soon so I downloads an older version

Charliedean commented 7 years ago

Hi,

Should be fixed in latest commit (https://github.com/nccgroup/Winpayloads/commit/c5d207ff315f599d0ff0213280bc63668cc10cf3) Please run ./setup.sh -r again

Thanks Charlie