mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
14 lines
293 B
Markdown
14 lines
293 B
Markdown
![]() |
# rc
|
||
|
|
||
|
> Um ouvinte de porta moderno e simplista e shell reverso.
|
||
|
> Similar a `nc`.
|
||
|
> Mais informações: <https://github.com/robiot/rustcat/wiki/Basic-Usage>.
|
||
|
|
||
|
- Começa a escutar em uma porta específica:
|
||
|
|
||
|
`rc -lp {{porta}}`
|
||
|
|
||
|
- Começa um shell reverso:
|
||
|
|
||
|
`rc {{host}} {{porta}} -r {{shell}}`
|