Administrator
发布于 2025-09-15 / 3 阅读
0
0

使用 ncat 进行端口转发

```bash

ncat --sh-exec "ncat 192.168.225.2 50225" -l 8091 --keep-open&

```


评论