Installation of FeroxBuster Tool on Kali Linux OS

Step 1: Update the System by using the following command.

sudo apt-get update

Step 2: Now use the following command to install the FeroxBuster tool from the apt manager.

sudo apt install -y feroxbuster

Step 3: Now our tool is successfully installed. Check the help page by using the following command.

feroxbuster -h

FeroxBuster – Recursive Content Discovery Tool in Kali Linux

Feroxbuster is a tool designed to perform Compelled Browsing. Compelled browsing is an attack where the aim is to identify and access resources that are not referenced by the web application but are still obtainable by an attacker. Feroxbuster tool uses brute force strategy combined with a word-list to search for unlinked content in target directories. These resources may store delicate information about web applications and operational systems, such as source code, credentials, internal network address, etc. Feroxbuster tool is open-source and free to use. It’s available on GitHub and also added in the apt manager of the Linux OS recently. This attack is also known as Predictable Resource Location, File Enumeration, Directory Enumeration, and Resource Enumeration.

Similar Reads

Installation of FeroxBuster Tool on Kali Linux OS

Step 1: Update the System by using the following command....

Working with FeroxBuster Tool on Kali Linux OS

Example 1: Multiple Values...

Contact Us