Skip to content

Instantly share code, notes, and snippets.

@xgenvn
Created July 29, 2020 04:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save xgenvn/10579cf49454e54f32c2a76629307e2e to your computer and use it in GitHub Desktop.
Save xgenvn/10579cf49454e54f32c2a76629307e2e 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