A simple tool to help discovering hidden parameters.
go install -v github.com/pyneda/paramsmap@latestor
git clone https://github.com/pyneda/paramsmap
cd paramsmap
go build
Scan a URL:
paramsmap -url "https://example.com" -wordlist params.txt -chunk-size 500See all options:
paramsmap -hThe discovery approach is based on the methodology used in Arjun, as described here.