Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marduc812/BurpSuiteHistoryExplorer
Simple extension to filter search results per host
https://github.com/marduc812/BurpSuiteHistoryExplorer
Last synced: 2 months ago
JSON representation
Simple extension to filter search results per host
- Host: GitHub
- URL: https://github.com/marduc812/BurpSuiteHistoryExplorer
- Owner: marduc812
- Created: 2023-10-08T11:05:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-24T19:35:51.000Z (7 months ago)
- Last Synced: 2024-08-04T00:06:41.604Z (6 months ago)
- Language: Java
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-burp-extensions - Burp Suite History Explorer - This extension was developed to assist in filtering search results by host. During a large assessment I conducted, I wanted a clear view of which servers were operating on which software. While searching in Burp for the Server: .*, it returned the desired information, but I still had to sift through each request. (Misc / SSRF)
README
# Burp Suite History Explorer
This extension was developed to assist in filtering search results by host.
During a large assessment I conducted, I wanted a clear view of which servers were operating on which software. While searching in Burp for the `Server: .*`, it returned the desired information, but I still had to sift through each request.## Features
- Search using a literal string or a regex by selecting the `RegEx Search` checkbox.
- Choose the type of `status code` to include in the history search.
- Include or exclude file extensions in your search. Use the keyword `none` for requests without an extension.
- Results can be copied directly from the table using the standard `ctrl + c` combination.
- If multiple results occur on the same host, the values are separated by `||`.
- Filter only for in-scope items## Screenshot
![Searching with regex for the Server header.](./Images/server-search.png)
Searching with regex for the Server header.![Literal string search for nginx, and exclusion of requests with no extension, js, php, and css.](./Images/literal-search.png)
Literal string search for nginx, and exclusion of requests with no extension, js, php, and css.## Changelog
- V1.3 (24/06/2024)
- Option to stop the search
- Option to also filter by protocol and port in the "Host" column of the results- v1.2 (19/02/2024)
- Improved memory usage
- Multithreaded execution
- Option to filter in Requests or Responses only
- Improved regex parsing## Development
For bugs and feature ideas open an issue here.