A modern HTTP traffic interceptor and modifier. Tired of using BurpSuite's outdated UI to modify requests? Me too! This project implements a UI that matches the experience of Chrome's DevTools, so you can feel right at home!
Folder | Description |
---|---|
ui |
The frontend for the application, using react |
bridge |
The tauri bridge that handles communication between the frontend and the backend |
interceptor |
Custom chrome devtools protocol (CDP) implementation, which manages connections to CDP, and handles all events |
shared |
Shared logic between interceptor and ui including network stores, rule stores, common types, and more |