Installation of AngryFuzzer Tool on Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system.

git clone https://github.com/ihebski/angryFuzzer.git

Step 2: Now use the following command to move into the directory of the tool. You have to move in the directory in order to run the tool.

cd angryFuzzer

Step 3: You are in the directory of the AngryFuzzer. Now you have to install a dependency of the AngryFuzzer using the following command.

sudo pip install -r requirements.txt

Step 4: All the dependencies have been installed in your Kali Linux operating system. Now use the following command to run the tool and check the help section.

./angryFuzzer.py -h

AngryFuzzer – Tool for Information Gathering on Kali Linux

Fuzzing is the process in which the detection of hidden files and directories is done. These files and directories can contain some sensitive data like SSH keys, Usernames, Passwords, etc. So to detect these files and directories we use automated tools. AngryFuzzer is an automated tool developed in the Python Language used to fuzz directories from target URLs by using the brute-forcing approach. AngryFuzzer tool also supports CMS Fuzz in which WordPress, Drupal, Joomla sites are been supported.AngryFuzzer tool is available on the GitHub platform, it’s free and open-source to use.

Note: Make Sure You have Python Installed on your System, as this is a python-based tool. Click to check the Installation process: Python Installation Steps on Linux

Similar Reads

Installation of AngryFuzzer Tool on Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system....

Working with AngryFuzzer Tool on Kali Linux OS

Example 1: Fuzzing an URL with the default dictionary...