WhatWeb is a Python script that performs basic analysis on a target URL, including inspecting response headers, extracting server information, and scanning open ports.
- Analyze response headers and extract server information.
- Scan open ports on the target host.
- Meta tag analysis from HTML content.
- Python 3.x
- Required Python libraries are mentioned in the script (
requests,BeautifulSoup,termcolor,socket). Install them using the following command:
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