Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.43 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.43 KB

WebHunter - Powerfull websites scanning framework

You can scan any websites using WebHunter

Features

User can hack bluetooth device:

  • TCP_open_ports - Scan open ports
  • Admin_page - Scan admin page url
  • Subdomains - Scan subdomains
  • Server_details - Scan server details
  • Full_infomation - Scan full infomation

Installation

Build Available Available Available Available

on Kali Linux

apt-get install python3-pip
git clone https://github.com/AnuhasRox/WebHunter.git
cd WebHunter
python3 -m pip install -r requirements.txt
python3 Install.py
python3 WebHunter.py

on Ubuntu 20.04

sudo apt-get install git python3-pip
git clone https://github.com/AnuhasRox/WebHunter.git
cd WebHunter
python3 -m pip install -r requirements.txt
python3 Install.py
python3 WebHunter.py