https://github.com/arjunraj79/webappvulscanner
A Python-based tool to scan websites for common vulnerabilities like SQL Injection, Cross-Site Scripting (XSS), and insecure HTTP headers.
https://github.com/arjunraj79/webappvulscanner
vulnerability-scanners
Last synced: 2 months ago
JSON representation
A Python-based tool to scan websites for common vulnerabilities like SQL Injection, Cross-Site Scripting (XSS), and insecure HTTP headers.
- Host: GitHub
- URL: https://github.com/arjunraj79/webappvulscanner
- Owner: arjunraj79
- Created: 2024-08-30T20:25:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-30T20:50:45.000Z (9 months ago)
- Last Synced: 2025-01-21T07:43:05.449Z (4 months ago)
- Topics: vulnerability-scanners
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Application Vulnerability Scanner
A Python-based tool to scan websites for common vulnerabilities like SQL Injection, Cross-Site Scripting (XSS), and insecure HTTP headers.
## Features
- **SQL Injection Detection**: Checks if a website is vulnerable to SQL Injection attacks.
- **XSS Detection**: Identifies Cross-Site Scripting vulnerabilities by injecting a script and checking if it gets reflected.
- **Header Security Check**: Ensures that HTTP security headers like X-Content-Type-Options, X-Frame-Options, and Content-Security-Policy are set.## How to Use
1. Clone the repository.
2. Install the required Python libraries:
```bash
pip install -r requirements.txt
3. Once done installing run the code , if you find errors use blackbox.ai else raise a ticket.
Thank you.