A modern Flask-based web application for analyzing the technical structure and security posture of public websites.
- 🌍 DNS Resolution
- 📌 DNS Records (A, AAAA, MX, NS, TXT)
- 🌐 HTTP Status Analysis
- ⏱ Response Time Measurement
- 🔀 Redirect Chain Detection
- 🔒 HTTPS Detection
- 📜 SSL/TLS Certificate Inspection
- 🛡 Security Headers Analysis
- 📋 Raw HTTP Response Headers
- 📱 Responsive User Interface
- ⏳ Loading Indicator
The application analyzes:
- Strict-Transport-Security
- Content-Security-Policy
- X-Frame-Options
- X-Content-Type-Options
- Referrer-Policy
- Permissions-Policy
- Python
- Flask
- Requests
- dnspython
- HTML5
- CSS3
(Add screenshots here after uploading to GitHub.)
git clone https://github.com/USERNAME/web-server-inspector.git
cd web-server-inspector
python -m venv venv
pip install -r requirements.txt
python app.py