Last active
December 31, 2019 01:46
-
-
Save micksmix/6c722b00e676c6e424a758cade82f715 to your computer and use it in GitHub Desktop.
random Burp setup and plugin information
This file contains hidden or 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
# Get Firefox Developer Edition | |
``` | |
wget --content-disposition "https://download.mozilla.org/?product=firefox-devedition-latest-ssl&os=osx&lang=en-US" | |
wget --content-disposition "https://download.mozilla.org/?product=firefox-devedition-latest-ssl&os=linux64&lang=en-US" | |
wget --content-disposition "https://download.mozilla.org/?product=firefox-devedition-stub&os=win&lang=en-US" | |
``` | |
Create a new Firefox Developer Edition profile and use user.js from the link below: | |
- https://bitbucket.org/mrbbking/quieter-firefox/src/master/ | |
``` | |
wget --content-disposition "https://bitbucket.org/mrbbking/quieter-firefox/raw/02081310736faed2249667f066206327912813a9/user.js" | |
``` | |
Use these FoxyProxy rules to prevent random requests from reaching Burp, by Liamosaur: | |
- https://gist.github.com/liamosaur/a527d285b5394180c4bf3197dc7d8035 | |
``` | |
wget --content-disposition "https://gist.githubusercontent.com/liamosaur/a527d285b5394180c4bf3197dc7d8035/raw/257174ad54492169a23ded45fbad70e4f0b72b7f/foxyproxy.json" | |
``` | |
Jabba - Java version manager | |
- https://github.com/shyiko/jabba | |
Plugins | |
======== | |
https://github.com/usdAG/cstc - CyberChef like plugin for burp | |
https://github.com/nccgroup/Decoder-Improved - Decoder improved | |
https://github.com/nccgroup/BurpSuiteLoggerPlusPlus - Logger++ | |
https://github.com/PortSwigger/co2 - CO2 | |
https://github.com/PortSwigger/scan-check-builder - Scan Check Builder | |
### for use with Scan Check Builder | |
https://github.com/1N3/IntruderPayloads | |
# More Burp Plugins | |
https://github.com/snoopysecurity/awesome-burp-extensions | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment