a regex-base tool written in golang for grab parameters from url's.
- Fast.
- Extract attrebuites like name and id.
- Extract JSON Object's
- Extract Parameters from anchor tags.
- unique and sort.
binary file
go install github.com/resxarcher/paramprobe@latest
source code
go get -u github.com/resxarcher/paramprobe
Usage: paramprobe [options]
OPTIONS:
-delay int
durations between each HTTP requests (default -1)
-domain string
single domain to process
-header value
custom header/cookie to include in requests like that: Cookie:value, Origin:value, Host:value
-lists string
file list to process
-output string
path to save output
-timeout int
timeout in seconds (default 10)
if you found any issues, tweet it or open a new issues :)