Your path to becoming an Ethical Hacker!
Hacking Academy
Try It Now!

WebKiller - A Tool for Gathering Information in Kali Linux

Webkiller is a versatile tool for network scanning, with modules like DNS Lookup, WHOIS lookup, GEO-Lookup, and port scanning.
Webkiller is a tool you can get for free on GitHub. It's used to gather information about websites and find any weaknesses they might have. With Webkiller, you can scan websites to collect data like their location, server details, DNS information, and more. It's helpful for checking for vulnerabilities in websites and web applications.

Features and uses of Webkiller:

  • Webkiller is an interactive tool with a range of features.
  • It's a complete package for information gathering.
  • Use it to find IP addresses of targets.
  • Look for error-based SQL injections.
  • Find sensitive files like robots.txt.
  • Gather information such as Geo-IP lookup, Banner grabbing, DNS lookup, port scanning, sub-domain information, and reverse IP using WHOIS lookup.
  • Free and open-source, meaning it can be downloaded and used at no cost.
  • Contains a variety of information-gathering modules.
  • Acts as a web application/website scanner.
  • One of the easiest and most useful tools for reconnaissance.
  • Written in the Ruby language.
  • Its interface is similar to Metasploitable 1 and Metasploitable 2, making it easy to use.

Disclaimer: The information provided by Webkiller is for educational and testing purposes only. Misuse of this tool for unauthorized access to networks or websites is illegal and prohibited. Use at your own risk.



Installation of Webkiller in kali linux

Step 1: Open your Kali Linux operating system and install the tool using the following command:

git clone https://github.com/ultrasecurity/webkiller.git


Then, move to the directory using the second command:

cd webkiller


Step 2: Now that you're in the Webkiller directory, you need to install the tool's requirements using the following command:

pip3 install -r requirements.txt


Step 3: With the requirements installed, use the following command to run the tool:

python3 webkiller.py


Great! Let's explore some examples of how to use Webkiller. What specific tasks or features would you like to see examples of?

Example 1: Use the Webkiller tool to find the open and closed port of a domain. Choose the option 1 information gathering tool.


Now use give the domain to the tool:



The tool discovered open and closed ports on the specified domain. Likewise, you can find the open and closed ports of your own domain.

Example 2: Utilize the Webkiller tool to locate the admin page of a domain.

Select option 12.


Please provide the domain address you would like to use with the tool.



Likewise, you can search for publicly available admin pages on the internet. The tool can also be used to find admin pages of other tools. Webkiller functions as a vulnerability scanner with modules such as DNS Lookup, WHOIS lookup, GEO-Lookup, Subnet lookup, port scanner, and Links extractor. It can detect both closed and open ports on networks.

Post a Comment

Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.