![]() |
VOOZH | about |
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.
Step 1: Use the following command to install the tool in your Kali Linux operating system.
git clone https://github.com/XyberWolf/ReconWolf👁 Reconwolf - Web Footprinting Tool in Linux
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👁 Reconwolf - Web Footprinting Tool in Linux
Step 3: Change the permissions of the install.sh file by using the following command.
sudo chmod 777 install.sh👁 Reconwolf - Web Footprinting Tool in Linux
Step 4: Run the below command to verify the installation.
./install.sh👁 Reconwolf - Web Footprinting Tool in Linux
Example 1: Find IP Location
Select Option 3👁 Reconwolf - Web Footprinting Tool in Linux
We have got the Location of IP which we have specified as an input. This IP belongs to geeksforgeeks.org domain.
👁 Reconwolf - Web Footprinting Tool in LinuxExample 2: Subdomain Scanner
Select Option 5👁 Reconwolf - Web Footprinting Tool in Linux
We have got the subdomains of geeksforgeeks.org.
👁 Reconwolf - Web Footprinting Tool in LinuxExample 3: CMS Scanner
Select Option 9👁 Image
We have got the name and version of the Content Management System used by geeksforgeeks.org domain.
👁 Reconwolf - Web Footprinting Tool in LinuxExample 4: Reverse IP Lookup
Select Option 4👁 Reconwolf - Web Footprinting Tool in Linux
We have got the Reverse IP Lookup information about the target domain geeksforgeeks.org.
👁 Reconwolf - Web Footprinting Tool in Linux