AngryFuzzer is a collection of tools for pentesting to gather information and discover vulnerabilities of the targets based on Fuzzedb https://github.com/fuzzdb-project/fuzzdb project
Discover hidden files and directories on a web server. The application tries to find url relative paths of the given website by comparing them with a given set .
Features:
+ Fuzz url set from an input file
+ Concurrent relative path search
+ Configurable number of fuzzing workers
+ Fuzz CMS ==> WordPress,Drupal,Joomla
+ Generate reports of the valid paths
Usage:
git clone https://github.com/ihebski/angryFuzzer && cd angryFuzzer python angryFuzzer.py -u http://127.0.0.1 python angryFuzzer.py -u http://127.0.0.1 --cms dp (for drupal cms)
Source: https://github.com/ihebski