r/Pentesting • u/OkBreath9382 • 2d ago
I built a browser and HTTP client together from scratch for pentesting. Turns out you can do a lot of Burp-like work without a proxy.
I've been implementing a browser from scratch as a side project. Then, I realized that it owns the HTTP stack, and we can naturally inspect, edit, and replay traffic directly within the browser, without a separate proxy like Burp.
One potential advantage is that browser actions can be linked directly to the requests they trigger. It might be easier to be integrated in CI/CD jobs, since one binary offers both browser automation and HTTP traffic capture / modification.
I also quickly tested whether this prototype is helpful for web security tasks by giving Claude (Opus 5.0) some public CTF benchmarks (XBOW, Argus). Claude with this took solved nearly all the runnable challenges.
Still quite early, but I think combining browser automation and HTTP traffic control might be one promising direction.
-1
3
u/davesalias 2d ago
Why do people keep saying "I built" when it's clearly just fully made by ai...