Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save c05m0ch405/47b9f80429a06d732f89307c294a939f to your computer and use it in GitHub Desktop.
Save c05m0ch405/47b9f80429a06d732f89307c294a939f to your computer and use it in GitHub Desktop.
proxy web requests
ncat -lk localhost 8080 --sh-exec "ncat www.example.gr 443 --ssl" -vvvv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment