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
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 .
python rs.py 1234
python rs.py 127.0.0.1 1234
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