This is a simple vulnerability scanner application that checks for various types of vulnerabilities in web applications.
- XSS Scanning
- SQL Injection Scanning
- LDAP Injection Scanning
- Command Execution Scanning
- XXE Scanning
- CRLF Injection Scanning
- File Disclosure Scanning
- Open Redirect Scanning
- CSP Scanning
- CSRF Scanning
- HTTP Methods Scanning
- Form Scanning
-
Clone the repository:
git clone https://github.com/m-e-e-t/vulnerability_scanner cd vulnerability_scanner -
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
python app/main.py -
Enter the URL of the website you want to scan.
-
Select the types of vulnerabilities you want to scan.
-
Click the "Scan" button to start the scan.
-
Click "Save Results" to save the scan results to a JSON file.
-
Toggle between light and dark modes using the "Toggle Dark Mode" button.