A collection of open source shellcode tools
Shellcodes
Compiler
- nologic/shellcc - Building optimized shellcode using GCC. Suited for learning assembly and playing with the ABI
- merrychap/shellen - Interactive shellcoding environment to easily craft shellcodes
- NytroRST/ShellcodeCompiler - compiles C/C++ style code into a small, position-independent and NULL-free shellcode for Windows
Encoders
- viraintel/OWASP-ZSC - Shellcode/Obfuscate Code Generator
- hlldz/SpookFlare - Meterpreter loader generator with multiple features for bypassing client-side and network-side countermeasures
Converter
Evasion
- D4Vinci/Dr0p1t-Framework - create an advanced stealthy dropper that bypass most AVs and have a lot of tricks
- oddcod3/Phantom-Evasion - Python AV evasion tool capable to generate FUD executable even with the most common 32 bit metasploit payload(exe/elf/dmg/apk)
- govolution/avet - AntiVirus Evasion Tool
- Genetic-Malware/Ebowla - Framework for Making Environmental Keyed Payloads
- leoloobeek/GoGreen - Environmental (and http) keying for scripting languages
- Memory scanning
Uncategorized