Skip to content

Instantly share code, notes, and snippets.

@awcator
Created March 25, 2023 09:11
Show Gist options
  • Save awcator/c0e5f0c224d8fae85aa0e43280576482 to your computer and use it in GitHub Desktop.
Save awcator/c0e5f0c224d8fae85aa0e43280576482 to your computer and use it in GitHub Desktop.
Mega Bypass traffic using SockPorxy
ssh -i ~/.ssh/path/to/key -D 8080 -L localhost:8081:mega.nz:443 ubuntu@yourHost
#Now you can hit mega.nz from localhost:8081 as http_prxy
#or you can use socks5 proxy on port 8080 to hit mega
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment