PyEvade
PyEvade copied to clipboard
PyEvade is a simple tool to bypass many antivirus solutions on windows for metasploit payloads.
PyEvade
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 python
to get the correct output. eg. (eg. xr8\x02...) - Generate encoded shellcode using the encoder. Setting
shellcode
to be to be your raw shellcode (eg. shellcode = buf). - Set
encodedShellcode
to be your encoded shellcode in payload.py. - Run
python setup.py
to 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.