angryFuzzer: tools for information gathering
AngryFuzz3r project
AngryFuzz3r is a collection of tools for pen testing to gather information and discover vulnerabilities of the targets based on Fuzzedb https://github.com/fuzzdb-project/fuzzdb project
UrlFuzz3r->AngryFuzz3r_1
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
Installation
Usage
Example
Fuzzing an url with default dictionary
python angryFuzzer.py -u http://127.0.0.1
Fuzzing CMS (wp: in this example!)
python angryFuzzer.py -u http://127.0.0.1 –cms wp
Fuzzing a custom Wordlist
python angryFuzzer.py -u http://127.0.0.1 -w fuzzdb/discovery/predictable-filepaths/php/PHP.txt
Source: https://github.com/ihebski/