top | item 45994335

rep+: A Lightweight Burp Suite Repeater Inside Chrome DevTools

2 points| bscript | 3 months ago |github.com

1 comment

order
[+] bscript|3 months ago|reply
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.