Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CoreyD97/BurpCustomizer
Because just a dark theme wasn't enough!
https://github.com/CoreyD97/BurpCustomizer
Last synced: 3 months ago
JSON representation
Because just a dark theme wasn't enough!
- Host: GitHub
- URL: https://github.com/CoreyD97/BurpCustomizer
- Owner: CoreyD97
- License: agpl-3.0
- Created: 2020-12-31T11:40:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-09T11:33:35.000Z (about 2 years ago)
- Last Synced: 2024-04-08T10:35:23.201Z (7 months ago)
- Language: Java
- Size: 1.58 MB
- Stars: 535
- Watchers: 6
- Forks: 48
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- WebHackersWeapons - BurpCustomizer
- awesome-hacking-lists - CoreyD97/BurpCustomizer - Because just a dark theme wasn't enough! (Java)
- awesome-burp-extensions - Burp Customizer - This extension allows you to use these themes in Burp Suite, and includes a number of bundled themes to try. (Misc / SSRF)
README
Burp Customizer
Because just a dark theme wasn't enough!
**Created By: CoreyD97 [![@CoreyD97](https://img.shields.io/twitter/follow/CoreyD97?style=social)](https://twitter.com/coreyd97/)**
_Everybody knows hackers only work at night, so for years people asked PortSwigger to implement a dark theme.
When they did, hackers rejoiced everywhere! But, some still wanted more... Until... Burp Customizer!_Burp Suite 2020.12 replaced the old Look and Feel classes with FlatLaf, an open source Look and Feel class
which also supports 3rd party [themes developed for the IntelliJ Platform][1]. This extension allows you to use
these themes in Burp Suite, and includes a number of bundled themes to try.[1]:https://github.com/JFormDesigner/FlatLaf/tree/main/flatlaf-intellij-themes
**Images:**
Atom One Dark
![Atom One Dark Customizer](images/AtomOneDarkCustomizer.png)
![Atom One Dark Repeater](images/AtomOneDarkRepeater.png)
![Atom One Dark Logger](images/AtomOneDarkLogger.png)
Dark Purple
![Dark Purple Customizer](images/DarkPurpleCustomizer.png)
![Dark Purple Repeater](images/DarkPurpleRepeater.png)
![Dark Purple Logger](images/DarkPurpleLogger.png)
And 56 more themes!
**Limitations:**
Since Burp uses a number of custom GUI elements, PortSwigger extended the default
Look and Feel classes with a number of additional properties. In order to try to make these blend in, I've
tried to find standard elements who's colors can be used to replace the custom properties. Some themes might
not have these properties, or might not fit the theme perfectly. If there are any elements which don't fit,
please submit an issue on GitHub including the theme name, and a screenshot.**Future Plans:**
* Allow loading from `.theme.json` files
* Allow manual specification of additional defaults an overrides**Credits:**
FlatLaf - https://www.formdev.com/flatlaf/
All theme credits go to their original authors.---
### Installing:
1. Download the latest jar from https://github.com/CoreyD97/BurpCustomizer/releases
2. Add the jar to Burp Suite.### Usage:
1. Select the correct base theme from Burp's "User options -> Display" menu, to set the correct icon pack.
2. Choose a theme from within the Burp Customizer tab.
3. If you like the project, please give the repo a star! <3[![Stargazers over time](https://starchart.cc/CoreyD97/BurpCustomizer.svg)](https://starchart.cc/CoreyD97/BurpCustomizer)
---
### Building:
If you want to build the project from source, e.g. for tweaking, or development
1. Clone the repo
2. Use gradle to build the jar: `gradle jar`
3. Add the built jar (`./releases/BurpCustomizer.jar`) to Burp Suite