1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.pt_BR/common/rc.md

14 lines
293 B
Markdown
Raw Normal View History

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