AngryFuzzer = Tools for information gathering. 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.
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ git clone https://github.com/ihebski/angryFuzzer
$ cd angryFuzzer
$ pip2 install -r requirements.txt
$ pip2 install requests
$ chmod +x *
Run.
$ python2 angryFuzzer.py -h
It shows all options of this tool
$ python2 angryFuzzer.py -u http:sitename.com
Now it starts collecting target information...
Follow us for more...
Features.
- Fuzz url set from an input file
- Concurrent relative path search
- Configurable number of fuzzing workers
- Fuzz CMS ==> Wordpress,Durpal,Joomla
- Generate reports of the valid paths
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ git clone https://github.com/ihebski/angryFuzzer
$ cd angryFuzzer
$ pip2 install -r requirements.txt
$ pip2 install requests
$ chmod +x *
Run.
$ python2 angryFuzzer.py -h
It shows all options of this tool
$ python2 angryFuzzer.py -u http:sitename.com
Now it starts collecting target information...
Follow us for more...
No comments:
Post a Comment