Installation of Reconwolf 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/XyberWolf/ReconWolf.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 ReconWolf

Step 3: Change the permissions of the install.sh file by using the following command.

sudo chmod 777 install.sh

Step 4: Run the below command to verify the installation.

./install.sh

Reconwolf – Web Footprinting Tool in Linux

ReconWolf tool is a fully automated tool that performs the basic Web Reconnaissance in the target host or domain. This basic information collected can serve as a milestone in the Exploitation and Vulnerability Scanning phase. ReconWolf tool gathers information like Whois Lookup, IP Location detection, CMS Detection, Subdomain Enumeration, and many more. The ReconWolf tool is developed in the Perl Language and available on the GitHub platform. As this tool is available on the GitHub platform, it’s free and open-source to use, so anyone can contribute to it.

Similar Reads

Installation of Reconwolf Tool on Kali Linux OS

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

Working with Reconwolf Tool on Kali Linux OS

Example 1: Find IP Location...