Basic web vulnerability scanner aimed at cybersecurity beginners.
Many web applications have insecure settings that can be easily exploited. This project detects common errors aligned with OWASP Top 10.
- Missing security headers
- Using HTTP without HTTPS
- Forms that send data in an insecure way
- Python
- Requests
- BeautifulSoup
pip install -r requirements.txt python scanner.py
- Web security fundamentals
- OWASP Top 10
- Analysis of HTTP headers
- HTML parsing for security audits
All screenshots correspond to tests performed on vulnerable test applications for educational purposes. The tests were performed on vulnerable laboratory web applications for educational purposes.
Escáner básico de vulnerabilidades web orientado a principiantes en ciberseguridad.
Muchas aplicaciones web presentan configuraciones inseguras que pueden ser explotadas fácilmente. Este proyecto detecta errores comunes alineados con OWASP Top 10.
- Headers de seguridad faltantes
- Uso de HTTP sin HTTPS
- Formularios que envían datos de forma insegura
- Python
- Requests
- BeautifulSoup
pip install -r requirements.txt python scanner.py
- Fundamentos de seguridad web
- OWASP Top 10
- Análisis de headers HTTP
- Parsing de HTML para auditorías de seguridad
Todas las capturas corresponden a pruebas realizadas sobre aplicaciones de prueba vulnerables, con fines educativos. Las pruebas se realizaron sobre aplicaciones web vulnerables de laboratorio con fines educativos.