HACK INFORMATION OF ANY WEBSITE USING WEBKILLER

INTRODUCTION

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
root@ubuntu-VirtualBox:/home/iicybersecurity# git clone https://github.com/ultrasecurity/webkiller
Cloning into 'webkiller'…
remote: Enumerating objects: 3, done.
remote: Counting objects: 100% (3/3), done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 160 (delta 0), reused 0 (delta 0), pack-reused 157
Receiving objects: 100% (160/160), 97.63 KiB | 254.00 KiB/s, done.
Resolving deltas: 100% (56/56), done.
  • 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