Skip to content

This is a simple vulnerability scanner application that checks for various types of vulnerabilities in web applications.

License

Notifications You must be signed in to change notification settings

m-e-e-t/vulnerability_scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulnerability Scanner

Description

This is a simple vulnerability scanner application that checks for various types of vulnerabilities in web applications.

Features

  • XSS Scanning
  • SQL Injection Scanning
  • LDAP Injection Scanning
  • Command Execution Scanning
  • XXE Scanning
  • CRLF Injection Scanning
  • File Disclosure Scanning
  • Open Redirect Scanning
  • CSP Scanning
  • CSRF Scanning
  • HTTP Methods Scanning
  • Form Scanning

Installation

  1. Clone the repository:

    git clone https://github.com/m-e-e-t/vulnerability_scanner
    cd vulnerability_scanner
  2. Install the required dependencies:

    pip install -r requirements.txt
    

Usage

  • Run the application:

    python app/main.py
    
  • Enter the URL of the website you want to scan.

  • Select the types of vulnerabilities you want to scan.

  • Click the "Scan" button to start the scan.

  • Click "Save Results" to save the scan results to a JSON file.

  • Toggle between light and dark modes using the "Toggle Dark Mode" button.

About

This is a simple vulnerability scanner application that checks for various types of vulnerabilities in web applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages