urlfuzz is another web fuzzer, but using the power of async/non-blocking I/O functions provided by NodeJS allowing you to perform VERY FAST web requests.
Fuzzeable items
* URL
* POST data
* HTTP headers
Filters
You may filter the responses by:
* Error codes
* Nº Words
* Nº Lines
* Text
Payloads
– Wordlist
– Bruteforce
Dependencies:
+ NodeJS
+ All Operating System Support
Use and Download:
git clone https://github.com/danigargu/urlfuzz && cd urlfuzz npm install node urlfuzz -h upgrade git pull
Source: https://github.com/danigargu