PyEvade
October 15, 2017 ยท View on GitHub
PyEvade is a simple tool to bypass many antivirus solutions on windows for metasploit payloads.
Installation
PyEvade requires:
Usage
- Generate raw shellcode using metasploit using
-f pythonto get the correct output. eg. (eg. xr8\x02...) - Generate encoded shellcode using the encoder. Setting
shellcodeto be to be your raw shellcode (eg. shellcode = buf). - Set
encodedShellcodeto be your encoded shellcode in payload.py. - Run
python setup.pyto build your program to standalone .exe.
How It Works
This tool works by encoding the raw metasploit payload to base64. Then decoding it and injecting the raw shellcode into the file itself on execution.