1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 09:45:59 +02:00
tldr/pages.ko/common/rc.md

14 lines
292 B
Markdown
Raw Normal View History

# rc
> 현대적이고 단순한 포트 리스너 및 리버스 셸.
> `nc`와 유사.
> 더 많은 정보: <https://github.com/robiot/rustcat/wiki/Basic-Usage>.
- 특정 포트에서 리스닝 시작:
`rc -lp {{포트}}`
- 리버스 셸 시작:
`rc {{호스트}} {{포트}} -r {{셸}}`