Skip to content

Instantly share code, notes, and snippets.

@LuD1161
Last active June 29, 2018 06:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LuD1161/e5ec5591a401558adfcc27c3b98e572a to your computer and use it in GitHub Desktop.
Save LuD1161/e5ec5591a401558adfcc27c3b98e572a to your computer and use it in GitHub Desktop.
Notes
# SSH Tunnelling
https://www.digitalocean.com/community/tutorials/how-to-route-web-traffic-securely-without-a-vpn-using-a-socks-tunnel
ssh -D 8123 -f -C -q -N sammy@example.com
# For decompiling to source files from webpack's compiled bundle, if you have the map
https://github.com/paazmaya/shuji or forked one here ( https://github.com/LuD1161/shuji )
To get the source map usually append .map at the end of .js urls like :
https://company.com/app.b12fec8.js so map would be at https://company.com/app.b12fec8.js.map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment