Now with 99% less memory usage and no fewer bugs! ✨
Developed by Corey Arthur
InsiKt is a fork of Logger++ focused on the core features that I personally find useful during my tests.
In addition to logging requests and responses from all Burp Suite tools, the extension allows advanced filters to be defined to highlight interesting entries or filter logs to only those which match the filter.
A built in grep tool allows the logs to be searched to locate entries which match a specified pattern, and extract the values of the capture groups.
To enable logs to be used in other systems, the table can also be uploaded to elasticsearch.
- Comprehensive Logging - Logs all tools sending requests and receiving responses
- Selective Logging - Ability to log from specific tools
- Custom Regex Support - Show results of custom regular expressions in request/response
- Customizable Headers - Personalize column headers to your preferences
- Advanced Filtering - Create filters to display only requests matching specific strings or regex patterns
- Row Highlighting - Make interesting requests pop with filter-based highlighting
- Built-in Grep - Search through logs efficiently
- Live Monitoring - Real-time requests and responses
- Multiple Views - Various display options to suit your workflow
- Pop-out Panels - Detach view panels for better multitasking
- Multithreaded - High-performance concurrent processing
You can use this extension without using the BApp store. Follow these steps to install:
-
Download the latest release jar
-
Install in Burp Suite:
- Click on the "Extender" tab
- Navigate to the "Extensions" tab
- Click "Add" and select the downloaded
insikt.jarfile
-
Verify the installation:
- You should see the "InsiKt" tab in Burp Suite
- If logging doesn't work, check your extension settings
- If save buttons are disabled, ensure libraries loaded successfully
- Try unloading and reloading the extension
- Report issues if problems persist
-
Configure the extension:
- Use the "Options" tab for settings
- Right-click on column headers for customization
-
Show Support - If you like the project, give the repo a star!
If you'd like to build the project from source, the project uses Gradle to simplify the process:
# Clone the repository
git clone https://github.com/coreyd97/InsiKt.git
# Build the project
./gradlew jar # Linux/Mac
gradlew.bat jar # WindowsOnce complete, find the built JAR in the project's releases folder.
Found an issue? Please report it via GitHub Issues.


