GUP is a tool to create wrodlists from the urls.
The purpose of this tool is to create wordlists for brute forcing parameters.
▶ go get github.com/channyein1337/gup
▶ gup -h
Usage of gup:
-m For mutliple parameters
-s For a single parameter
For a single parameter
▶ echo "http://localhost/index.php?id=1&redirect=true" | gup -s
▶ echo "http://localhost/index.php?id=1&redirect=true" | gup -m
For a single parameter
cat gau.txt | gup -s | sort -u
cat gau.txt | gup -m | sort -u