Web Scanner is a simple Python-based web vulnerability scanner that helps identify common security issues in websites.
- Website availability check
- Security header analysis
- Technology detection (similar to Wappalyzer)
- XSS vulnerability test
- SQL injection test
- Admin panel detection
- Directory discovery
- Robots.txt analysis
- Email extraction
- Port scanning
- Subdomain scanning
Clone the repository:
git clone https://github.com/xd-aditya/web-scanner.git
cd web-scanner
Install dependencies:
pip install -r requirements.txt
Run the scanner:
python web_scanner.py
Enter the target URL when prompted.
Example:
https://example.com
This tool is for educational and authorized security testing only. Do not use it on websites without permission.
Created for learning and cybersecurity research.