AngryFuzzer - alat untuk mengumpulkan informasi

AngryFuzz3r adalah kumpulan alat untuk pentesting untuk mengumpulkan informasi dan menemukan kerentanan target berdasarkan proyek Fuzzedb https://github.com/fuzzdb-project/fuzzdb
UrlFuzz3r-> AngryFuzz3r_1
Temukan file dan direktori tersembunyi di server web. Aplikasi ini mencoba untuk menemukan url path relatif dari situs web yang diberikan dengan membandingkannya dengan himpunan yang diberikan.
fitur
Usage
$ python angryFuzzer.py -h
Usage: angryFuzzer.py [options]
Options:
  -h, --help            show this help message and exit
  -q, --quiet           Silent mode ,only repport
  -u URL, --url=URL      URL of the Target
  -c CMS, --cms=CMS     scan CMS ==> wp ,dp
  -w WORDLIST, --wordlist=WORDLIST
                        Custom wordlist
Example:- Fuzzing an url with default dictionnaire
 
python angryFuzzer.py -u https://127.0.0.1 
- Fuzzing CMS (wp: in this exemple !)
 
python angryFuzzer.py -u https://127.0.0.1 --cms wp 
- Fuzzing a custom Wordlist
 
python angryFuzzer.py -u https://127.0.0.1 -w fuzzdb/discovery/predictable-filepaths/php/PHP.txt
How to install
$ git clone https://github.com/ihebski/angryFuzzer.git
$ cd angryFuzzer
$ python angryFuzzer.py
DOWNLOAD
