Installation of WhoUr 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/jopcode/whoUR.git

Installation on Kali 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 whoUR

Moving to Directory

Step 3: You are in the directory of the WhoUr. Now you have to install a dependency of the WhoUr using the following command.

sudo pip3 install -r requirements.txt

Installing Dependencies

Step 4: All the dependencies have been installed in your Kali Linux operating system.

python3 whoUR.py

The command python3 whoUR.py implies that you are using the Python 3 interpreter to execute a Python script named “whoUR.py.”

Executing Python Script

WhoUr Tool for information gathering in Linux

WhoUr tool is an automated tool that is used to perform SQLi Vulnerability Scanning and also can perform basic information gathering on the target domain. This tool can get information like DNS Lookup information, IP Reverse Lookup Information, and also can find the Admin Panel Links. The WhoUr tool uses the Google Dork queries to find the URLs on the internet and test them for SQLi flaws. We can provide the custom dork query or directly run the tool, so the tool selects the random query from its database. The WhoUr tool is developed in the Python language and is available on the GitHub platform. As this is available on GitHub it’s free to use and open-source, so anyone can contribute to it.

Similar Reads

Features:

Whois: It provides information about the domain or website, including domain registration details, owner contact information, and registration date. DNS Lookup: This feature allows users to perform DNS (Domain Name System) lookups to retrieve information about a domain’s associated IP addresses, MX records, and other DNS-related data. IP Reverse Lookup: Users can reverse lookup an IP address to find associated domain names or hostnames. Admin Finder: “WhoUr” includes a feature for discovering admin pages or login panels on websites, which can be useful for security testing or reconnaissance. Dork Scanner: This feature helps users identify web pages that may be vulnerable to specific search queries (Dorks) and may reveal sensitive information. Users can input their own Dorks or use random ones from a predefined list. SQLI Vulnerability Scanner: “WhoUr” is equipped with a SQL injection (SQLI) vulnerability scanner that can identify potential SQL injection vulnerabilities in web applications. Custom Dorks: Users have the option to provide their own Dorks, allowing for customized and targeted scanning of websites. Save Vulnerable Sites: The tool enables users to save the found vulnerable sites to a text file, which can be helpful for documentation and follow-up actions....

Installation of WhoUr Tool on Kali Linux OS

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

Working with WhoUr Tool on Kali Linux OS

Example 1: SQLi Scanner...

Conclusion

In conclusion, “WhoUr” is a Python tool designed for website information gathering and vulnerability scanning, particularly focusing on SQL injection vulnerabilities. The tool provides several features, including Whois information retrieval, DNS lookup, IP reverse lookup, admin page finder, Dork scanning, and SQLI vulnerability scanning. Users can input their own Dorks or select random ones from a predefined list. The tool is relatively fast but may not be as powerful as some other established tools in the field. It’s worth noting that “WhoUr” is described as being under construction, which means it may still be in active development to improve its capabilities and features....

Contact Us