A Burp Suite extension that automatically categorizes HTTP requests from proxy history based on user-defined keywords.
Request Categorizer allows you to organize HTTP traffic by creating custom categories with specific keywords. The extension scans Burp's proxy history and groups matching requests into separate tabs for easier analysis during security testing.
- Create custom categories with user-defined keywords
- Automatically scan proxy history for matching requests
- Search through URLs, request bodies, and response bodies
- View full request/response details with Burp's built-in editor
- Refresh functionality to rescan history for new categories
- Handle special characters in keywords safely
- Download the Python script
- Open Burp Suite
- Go to Extensions > Add
- Select "Python" as extension type
- Load the script file
- The "Categorizer" tab will appear in Burp Suite
- Enter a keyword in the "Keyword" field
- Enter a name for the tab in the "Tab Name" field
- Click "Add Category" to create the category and scan proxy history
- Matching requests will appear in the new tab
- Click on any request to view full details
- Use "Refresh All" to rescan proxy history for all categories
- Use "Remove Category" to delete unwanted categories
- Burp Suite Professional or Community Edition
- Jython standalone JAR configured in Burp Suite
api- Captures API endpointslogin- Captures authentication requests"token":"- Captures requests with token parametersadmin- Captures admin panel requests
Created by Raunak Gupta - Security Researcher & Bug Bounty Hunter