An open API service indexing awesome lists of open source software.

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.

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.