Skip to content

A Python-based tool to scan websites for common vulnerabilities like SQL Injection, Cross-Site Scripting (XSS), and insecure HTTP headers.

Notifications You must be signed in to change notification settings

arjunraj79/WebAppVulScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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:
    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.

About

A Python-based tool to scan websites for common vulnerabilities like SQL Injection, Cross-Site Scripting (XSS), and insecure HTTP headers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages