Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 845 Bytes

README.md

File metadata and controls

47 lines (35 loc) · 845 Bytes

RS

This simple tool is made for Lazy people who are lazy to visit pentestmonkey blog x))) UPDATE: migrate fork to python3.6+ and compact the output

screen_1

Why RS

Fast way to read the default tun0 ip adress ,get the full list of the possible reverse shells ,and open an nc port to get ur pwned system shell ^-^ ,I use it for Hackthebox machines .

Usage:

Setup listening port only (the tool will read the VPN address on tun0 interface )

python rs.py 1234

IP & Port

python rs.py 127.0.0.1 1234

Advanced usage:

Well nothing is advanced you can simply add it as a bash command to look like "ls" xD

nano /bin/rs
#!/bin/bash
python /home/tools/rs/rs.py $1 $2
chmod +x /bin/rs

Finally:

rs 1234

or

rs 127.0.0.1 1234