| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
rep+ is a lightweight Chrome DevTools extension inspired by Burp Suite's Repeater, now supercharged with AI. I often need to poke at a few requests without spinning up the full Burp stack, so I built this extension to keep my workflow fast, focused, and intelligent with integrated LLM support.
No Proxy Setup: Works directly in Chrome. No need to configure system proxies or install CA certificates like in Burp Suite.
Capture & Replay: Captures every HTTP request you trigger while testing. Replay any request and freely manipulate the raw method, path, headers, or body to probe endpoints.
Multi-tab Capture: Captures network requests from all open tabs, not just the inspected one.
Filters & Regex: Powerful search across URL, headers, and body. Toggle Regex Mode for advanced pattern matching (e.g., finding specific tokens or IDs).
Converters: Right-click context menu to instantly encode/decode data:
Screenshots: Built-in screenshot tool to capture the request/response pair for bug reports.
History & Navigation: Undo/redo support for edits and history navigation for selected requests.
Starring: Pin important requests to keep them at the top of your list.
Clear Workspace: Instantly clear all captured requests with a single click to start a fresh session.
Export & Import: Export requests as JSON to share findings with teammates or import them later. Perfect for rep+ ↔ rep+ workflows.
Bulk Replay: Burp Suite Intruder-style attacks with four attack modes:
Mark multiple parameters with §, choose your attack type, configure payloads (List or Numbers) for each position, and inspect detailed results for every attempt. Includes pause/resume functionality for long-running attacks.
Unified Extractor: A powerful tool to analyze JavaScript files, combining two key features:
Theme Support: Auto-detects system theme (Light/Dark) and includes a quick toggle button ☀️/🌙 in the UI.
AI Capabilities: Integrated with Anthropic's Claude to help you understand requests and responses.
git clone https://github.com/bscript/rep.gitThis combo makes rep+ handy for bug bounty hunters and vulnerability researchers who want Burp-like iteration without the heavyweight UI. Install the extension, open DevTools, head to the rep+ panel, and start hacking. 😎
If you encounter any bugs, unexpected behavior, or have feature requests, please help me improve rep+ by opening an issue here.
I’ll do my best to address it as quickly as possible! 🙏
I maintain rep+ alone, in my free time.
Sponsorship helps me keep improving the extension, adding new features, and responding to issues quickly.
If rep+ saved you time during testing, development, or bug bounty work, please consider supporting the project.
Every dollar helps. ❤️
| Back | FazBrowse Home | New Git URL |