mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 11:57:08 +00:00
Update cheatsheets
This commit is contained in:
18
rc
Normal file
18
rc
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user