Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 576 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 576 Bytes

paramsmap

A simple tool to help discovering hidden parameters.

Installation

go install -v github.com/pyneda/paramsmap@latest

or

git clone https://github.com/pyneda/paramsmap
cd paramsmap
go build

Usage

Scan a URL:

paramsmap -url "https://example.com" -wordlist params.txt -chunk-size 500

See all options:

paramsmap -h

Credits

The discovery approach is based on the methodology used in Arjun, as described here.