Skip to content

Instantly share code, notes, and snippets.

@antoni
Created July 27, 2016 12:13
Show Gist options
  • Select an option

  • Save antoni/616a8a919f695be97eac0cdfe078d572 to your computer and use it in GitHub Desktop.

Select an option

Save antoni/616a8a919f695be97eac0cdfe078d572 to your computer and use it in GitHub Desktop.
Local MITM SSH proxy
sudo iptables -t nat -D OUTPUT -p tcp -m owner ! --uid-owner root --dport 443 -j REDIRECT --to-port 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment