rc: add page (#6831)

beep
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
1 changed files with 13 additions and 0 deletions

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}}`