vuln_scanner

This project is a basic web vulnerability scanner developed in Python to identify common security weaknesses in web applications. The tool performs automated checks for common vulnerabilities such as SQL Injection, Cross-Site Scripting (XSS), and missing security headers. The scanner sends test payloads to the target URL and analyzes the server response to detect potential vulnerabilities. It also extracts web forms from the page to assist in further manual testing.

Description

The Web Vulnerability Scanner is a Python-based security tool designed to identify common vulnerabilities in web applications. It performs automated checks for issues such as SQL Injection, Cross-Site Scripting (XSS), and missing security headers by sending test payloads and analyzing server responses.

This project demonstrates practical knowledge of web security concepts and basic penetration testing techniques. It is intended for educational purposes and authorized security testing only.

Issues & PRs Board
No issues or pull requests added.