Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adityatelange/bhhb
Burp HTTP history browser (BHHB) - A tool to view HTTP history exported from Burp Suite Community Edition
https://github.com/adityatelange/bhhb
burpsuite burpsuite-tools http-history offline pentest-tool
Last synced: 21 days ago
JSON representation
Burp HTTP history browser (BHHB) - A tool to view HTTP history exported from Burp Suite Community Edition
- Host: GitHub
- URL: https://github.com/adityatelange/bhhb
- Owner: adityatelange
- License: mit
- Created: 2022-03-19T16:12:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T15:26:12.000Z (3 months ago)
- Last Synced: 2024-10-29T11:37:00.151Z (2 months ago)
- Topics: burpsuite, burpsuite-tools, http-history, offline, pentest-tool
- Language: HTML
- Homepage: https://bhhb.pages.dev
- Size: 4.95 MB
- Stars: 113
- Watchers: 2
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Burp HTTP history browser (BHHB)
View HTTP history exported from Burp Suite Community Edition(CE).
➡️ **https://adityatelange.github.io/bhhb/**
## What problem does this solve?
- `Burp Suite Community Edition` has one BIG feature paywalled - Disk-based projects 💾.
- Because of which Community Edition users cannot save their `HTTP history` and Sitemap info, which are destroyed after the temporary session is closed 🗑️.
- Although this is a thing, users can export their Burp CE's HTTP history by *selecting the records* (Ctrl+A) and using **`Save items`** 💾 option in context menu of `Proxy->HTTP history` or `Target->Sitemap` or `Logger`.
- Using that Burp will export the HTTP history along with Requests and Responses into a *XML file*.
- **`BHHB`** can open these exported items, parse it and display them in a well-formatted manner. 📋
- This application is a [`PWA`](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps), which can be installed in any chromium based browser and could run offline, with all of the processing done on device itself ⚙️.
- Linked Forum thread - [How do I view items export from Burp's proxy's history?](https://forum.portswigger.net/thread/how-do-i-view-items-export-from-burp-s-proxy-s-history-0ae0f99e)[![](src/assets/bhhb.png)](https://raw.githubusercontent.com/adityatelange/bhhb/main/src/assets/bhhb.png)