Skip to content

Instantly share code, notes, and snippets.

@Demacr
Created June 23, 2020 15:27
Show Gist options
  • Save Demacr/e8b3ac1a9e5255ba7324f6feb20b63c0 to your computer and use it in GitHub Desktop.
Save Demacr/e8b3ac1a9e5255ba7324f6feb20b63c0 to your computer and use it in GitHub Desktop.
macos port forwarding
brew install nmap
sudo ncat --sh-exec "ncat 10.211.55.5 80" -l 1000 --keep-open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment