Skip to content

Instantly share code, notes, and snippets.

@yangyang5214
Created April 27, 2023 11:30
Show Gist options
  • Save yangyang5214/26c92b222c4df35819d6779433bae251 to your computer and use it in GitHub Desktop.
Save yangyang5214/26c92b222c4df35819d6779433bae251 to your computer and use it in GitHub Desktop.
ncat 端口转发
ncat --sh-exec "ncat 55.0.0.13 3389" -l 3389  --keep-open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment