grepX is a multi-threaded CLI tool which extracts some special URLs with parameters that may be vulnerable. Each pattern will output different URLs according to its parameters.
$ git clone https://github.com/DevanshRaghav75/grepX.git
$ cd grepX
$ sudo python3 setup.py install
$ grepX -h
Args | Discription |
---|---|
file | Specify the URLs file |
Pattern | Specify the pattern you want to find |
-s/--silent | Enable silent mode |
-c/--concurrency | Specify the concurrency, default are 100 |
grepx urls.txt sqli
grepx urls.txt xss --silent -c 20
grepx urls.txt lfi > urls.lfi