Skip to content

Instantly share code, notes, and snippets.

@micksmix
Last active December 31, 2019 01:46
Show Gist options
  • Save micksmix/6c722b00e676c6e424a758cade82f715 to your computer and use it in GitHub Desktop.
Save micksmix/6c722b00e676c6e424a758cade82f715 to your computer and use it in GitHub Desktop.
random Burp setup and plugin information
# 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