MCPcopy Index your code
hub / github.com/C0DEbrained/BurpCustomizer

github.com/C0DEbrained/BurpCustomizer @v1.0.4

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.4 ↗ · + Follow
42 symbols 73 edges 8 files 0 documented · 0% updated 18mo agov1.0.4 · 2024-12-17★ 58611 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Burp Customizer

Because just a dark theme wasn't enough!

GitHub Workflow Status GitHub Watchers GitHub Stars GitHub All Releases GitHub License


Created By: CoreyD97 @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. This extension allows you to use these themes in Burp Suite, and includes a number of bundled themes to try.

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


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

Core symbols most depended-on inside this repo

setTheme
called by 4
src/main/java/com/coreyd97/burpcustomizer/BurpCustomizer.java
reset
called by 3
src/main/java/com/coreyd97/burpcustomizer/PreviewPanel.java
getGithubIcon
called by 2
src/main/java/com/coreyd97/burpcustomizer/CustomizerPanel.java
loadImage
called by 2
src/main/java/com/coreyd97/burpcustomizer/CustomizerPanel.java
patchPopupFactoryForFlatInspector
called by 2
src/main/java/com/coreyd97/burpcustomizer/BurpCustomizer.java
createThemeFromDefaults
called by 2
src/main/java/com/coreyd97/burpcustomizer/BurpCustomizer.java
createThemeFromFile
called by 2
src/main/java/com/coreyd97/burpcustomizer/BurpCustomizer.java
setPreviewTheme
called by 2
src/main/java/com/coreyd97/burpcustomizer/PreviewPanel.java

Shape

Method 29
Class 12
Enum 1

Languages

Java100%

Modules by API surface

src/main/java/com/coreyd97/burpcustomizer/BurpCustomizer.java10 symbols
src/main/java/com/coreyd97/burpcustomizer/WrappedTextPane.java9 symbols
src/main/java/com/coreyd97/burpcustomizer/CustomizerPanel.java8 symbols
src/main/java/com/coreyd97/burpcustomizer/PreviewPanel.java5 symbols
src/main/java/com/coreyd97/burpcustomizer/CustomTheme.java5 symbols
src/test/java/TestPlugin.java2 symbols
src/main/java/com/coreyd97/burpcustomizer/NoTextSelectionCaret.java2 symbols
src/main/java/burp/BurpExtender.java1 symbols

For agents

$ claude mcp add BurpCustomizer \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page