Last active
June 29, 2018 06:48
-
-
Save LuD1161/e5ec5591a401558adfcc27c3b98e572a to your computer and use it in GitHub Desktop.
Notes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 [email protected] | |
# 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