
Werkzeuge zur Informationssammlung
Status: Entwicklung
AngryFuzz3r ist eine Sammlung von Tools für Pentesting, um Informationen zu sammeln und Schwachstellen der Ziele basierend auf dem Fuzzedb-Projekt https://github.com/fuzzdb-project/fuzzdb zu entdecken.
Entdecken Sie versteckte Dateien und Verzeichnisse auf einem Webserver. Die Anwendung versucht, url-relative Pfade der angegebenen Website zu finden, indem sie diese mit einem bestimmten Satz .
$ python angryFuzzer.py -h
Usage: angryFuzzer.py [options]
Options:
-h, --help show this help message and exit
-q, --quiet Silent mode ,only reports
-u URL, --url=URL URL of the Target
-c CMS, --cms=CMS scan CMS ==> wp ,dp
-w WORDLIST, --wordlist=WORDLIST
Custom wordlist
Beispiel:
python angryFuzzer.py -u http://127.0.0.1
python angryFuzzer.py -u http://127.0.0.1 --cms wp
python angryFuzzer.py -u http://127.0.0.1 -w fuzzdb/discovery/predictable-filepaths/php/PHP.txt
$ git clone https://github.com/ihebski/angryFuzzer.git
$ cd angryFuzzer
$ python angryFuzzer.py
$ sudo pip install -r requirements.txt
Die MIT-Lizenz (MIT)