Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
angryFuzzer — Tools for information gathering | Kitploit
Tools/GitHubGitHub/ihebski/angryfuzzer
Vulnerability ScannersInformation GatheringWeb SecurityFuzzingPenetration Testing
GitHubihebski/angryfuzzer

angryFuzzer

Tools for information gathering

View Repository
364992 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

AngryFuzz3r

screen_1

Status: Development

About the AngryFuzz3r project

AngryFuzz3r is a collection of tools for pentesting to gather information and discover vulnerabilities of the targets based on Fuzzedb https://github.com/fuzzdb-project/fuzzdb project

UrlFuzz3r->AngryFuzz3r_1

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

Usage

root@kitploit:~
$ 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

Example:

  • Fuzzing an url with default dictionary
root@kitploit:~
python angryFuzzer.py -u http://127.0.0.1 
  • Fuzzing CMS (wp: in this exemple !)
root@kitploit:~
python angryFuzzer.py -u http://127.0.0.1 --cms wp 
  • Fuzzing a custom Wordlist
root@kitploit:~
python angryFuzzer.py -u http://127.0.0.1 -w fuzzdb/discovery/predictable-filepaths/php/PHP.txt

screen_2

How to install

Clone
  • Clone the repository with:
root@kitploit:~
$ git clone https://github.com/ihebski/angryFuzzer.git
$ cd angryFuzzer
$ python angryFuzzer.py
Dependencies
  • Install the required dependencies with:
root@kitploit:~
$ sudo pip install -r requirements.txt

License

The MIT License (MIT)

Download Tool