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

immagine

immagine

Example

  1. Create a new Visual Studio C# Console Project

  2. Add reverse.cs and set IP and PORT

  3. Build it

  4. go to your Linux box

  5. $ donut compiledapp.exe -o ca.bin

  6. $ python3 cthulhu.py -method apc -arch x86 -bin ca.bin -enc rot13

    => [+]shellcode created: /tmp/shellcode.exe

  7. Bind the right port with netcat on your linux box and wait.

  8. Copy shellcode.exe on Windows box and run it. Don't remember to start your Antivirus.

  9. Don't upload your shellcode.exe on Virustotal

GitHub

https://github.com/foxlox/cthulhu