A simple and minimalist chrome extension to intercept and modify http requests on the fly.
Intercept, pause, modify and resume http requests. Have fun finding vulnerabilities.
-
Install dependencies and build:
npm install npm run build
-
Navigate to
chrome://extensions
, make sure thatDeveloper mode
is enabled, clickLoad unpacked extension...
and select the/dist
folder.
To start intercepting requests just click the extension's icon next to the address bar. A simple UI will be added to the active tab's document.
Congratulations! You are now intercepting requests.