A Python-based tool to scan websites for common vulnerabilities like SQL Injection, Cross-Site Scripting (XSS), and insecure HTTP headers.
- 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.
- Clone the repository.
- Install the required Python libraries:
pip install -r requirements.txt
- Once done installing run the code , if you find errors use blackbox.ai else raise a ticket. Thank you.