kkar / MSF-Undetector

Metasploit python-payload obfuscation, to allow penetration testers bypass Antivirus solutions.
29 stars 15 forks source link

Add support for PyInstaller hidden imports #3

Open kkar opened 6 years ago

kkar commented 6 years ago

I will add support for PyInstaller hidden imports, required for single executables. The script will analyse every single import of the decoded metasploit payload and generate a file to be used with PyInstaller, where all hidden imports will be included.

Stay tuned.