How to Install wfuzz in Ubuntu 18.04



Install wfuzz by entering the following commands in the terminal:

sudo apt update
sudo apt install wfuzz

Description:

Web application bruteforcer

Wfuzz is a tool designed for bruteforcing Web Applications, it can be used for finding resources not linked directories, servlets, scripts, etc, bruteforce GET and POST parameters for checking different kind of injections (SQL, XSS, LDAP,etc), bruteforce Forms parameters (User/Password), Fuzzing, etc.

Homepage: http://www.edge-security.com/wfuzz.php

Version: 2.2.9-1

Section: universe/utils