For hacking any website or web application, information gathering phase about the target is must. Hackers use different tools for collecting unique information about the target. Web killer is another information-gathering tool with nice options to scan the target. In this tool, we have all the option to perform information gathering and this tool is completely built on the python programming language.
ENVIRONMENT
OS: Ubuntu 18.04.4, 64 bit
Kernel version: 5.3.0-45-generic
INSTALLATION STEPS
Use this command to clone the file. git clone https://github.com/ultrasecurity/webkiller
Use the cd command to enter into the webkiller directory.
cd webkiller/
root@ubuntu-VirtualBox:/home/iicybersecurity# cd webkiller/
root@ubuntu-VirtualBox:/home/iicybersecurity/webkiller#
Next, use this command to install the requirements.txt
pip3 install -r requirement.txt
Now, use this command to launch the tool
python3 webkiller.py
WebKiller Tool
Here we see the 3 options, Information gathering, CMS Detection, and Developer. Choose the required option.
INFORMATION GATHERING
Information Gathering is just like collecting information about the target it can be a web application or a network, which are publicly available on the internet.
In the information gathering, we have 14 options.
Information Gathering
Now, we will show some unique option.
BYPASS CLOUD FLARE
Cloud Flare acts as a reverse proxy between the website and website users. These are the countries where cloud Flare services are available.
Comments
Post a Comment