Skip to content
Robiot edited this page Aug 6, 2021 · 10 revisions

Usage

rc [options] [destination] [port]

Usage Examples

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
Clone this wiki locally