frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

rep+: A Lightweight Burp Suite Repeater Inside Chrome DevTools

https://github.com/bscript/rep
2•bscript•1h ago

Comments

bscript•1h ago
There are a few Chrome extensions that let you edit or replay HTTP requests, but none matched the fast, Burp-Repeater-style workflow I wanted inside DevTools. So I built rep+, with the help of an LLM.

rep+ gives you:

- Automatic capture of all HTTP requests

- Replay + full editing of method, path, headers, and body

- Search & filters

- Star important requests, copy raw blocks, browse edit history

It’s perfect when you need quick, iterative testing without spinning up the full Burp Suite UI.

Open DevTools → rep+ panel → start hacking.