Skip to content
/ rs Public
forked from ihebski/rs

Pentestmonkey reverse shell auto generator - Hackthebox/Pentest

Notifications You must be signed in to change notification settings

t0nik0/rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Pentestmonkey reverse shell auto generator - Hackthebox/Pentest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%