How to install AngryFuzzer tool in termux ?

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.   

  • 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

How to create the code behind the class in cpp programming using Microsoft Visual Sytudio.mp4

  Download  How to create the code behind the class in cpp programming using Microsoft Visual Sytudio.mp4 Creating the code behind a class i...