Skip to content

APWine/whatweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

WhatWeb - Web Vulnerability Scanner

WhatWeb is a Python script that performs basic analysis on a target URL, including inspecting response headers, extracting server information, and scanning open ports.

Features

  • Analyze response headers and extract server information.
  • Scan open ports on the target host.
  • Meta tag analysis from HTML content.

Requirements

  • Python 3.x
  • Required Python libraries are mentioned in the script (requests, BeautifulSoup, termcolor, socket). Install them using the following command:

Usage

Open a terminal and navigate to the script's directory.

git clone https://github.com/shopsaver/whatweb.git

pip install -r requirements.txt

cd whatweb

Run the script using the following command:

python whatweb.py

Buy me a coffe

https://www.buymeacoffee.com/shopsaver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages