Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 669 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 669 Bytes

Glovy

A simple and minimalist chrome extension to intercept and modify http requests on the fly.

Description

Intercept, pause, modify and resume http requests. Have fun finding vulnerabilities.

Installation

  1. Install dependencies and build:

    npm install
    npm run build
    
  2. Navigate to chrome://extensions, make sure that Developer mode is enabled, click Load unpacked extension... and select the /dist folder.

Usage

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.