Skip to content

A Python-based tool to identify common security vulnerabilities in websites, including SSL/TLS configuration, SQL Injection, XSS, and more.

Notifications You must be signed in to change notification settings

Kushal129/Vulnerability-Scanning-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulnerability-Scanning-Tool

Overview

This is an advanced website vulnerability scanner designed to identify common security issues in web applications, including SQL Injection, Cross-Site Scripting (XSS), CSRF vulnerabilities, and more.

Vulnerability Scanner

Features

  • Checks for SQL Injection vulnerabilities
  • Detects Cross-Site Scripting (XSS) issues
  • Validates CSRF token presence
  • Analyzes HTTP headers for security best practices
  • Scans for sensitive file disclosures
  • Verifies SSL/TLS configuration
  • Performs brute force attacks on login forms

Usage

  1. Clone the repository:

    git clone https://github.com/Kushal129/Vulnerability-Scanning-Tool.git
    cd Vulnerability-Scanning-Tool
  2. Run the scanner:

    python KushalVS.py
  3. Follow the on-screen instructions to select the type of scan you want to perform.

Example

To check for SQL Injection vulnerabilities, select option 1 and enter the target URL when prompted.

Disclaimer

This tool is intended for educational purposes only. Use it responsibly and only on websites you own or have explicit permission to test.

About

A Python-based tool to identify common security vulnerabilities in websites, including SSL/TLS configuration, SQL Injection, XSS, and more.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published