Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save luis-guilherme/7f4b344d9e617a7fbfa371e37c8ffaa4 to your computer and use it in GitHub Desktop.

Select an option

Save luis-guilherme/7f4b344d9e617a7fbfa371e37c8ffaa4 to your computer and use it in GitHub Desktop.
SSH Tunneling
  1. Run on a terminal
 ssh -D 1337 -q -C -N <user>@ip -v
  1. Firefox:
  • Install FoxyProxy
  • Enter new configuration:
    • type: socks5
    • host: localhost
    • port: 1337
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment