Skip to content

MohakGrover/AutoVAPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Vulnerability Scanner

Overview

The Web Vulnerability Scanner is a comprehensive tool designed to identify various vulnerabilities in web applications. It includes scanners for common vulnerabilities such as Cross-Site Scripting (XSS), SQL Injection, Cross-Site Request Forgery (CSRF), SSL/TLS configuration issues, and security header misconfigurations.

Features

  • XSS Scanner: Detects potential Cross-Site Scripting vulnerabilities.
  • SQL Injection Scanner: Identifies SQL injection vulnerabilities.
  • CSRF Scanner: Checks for Cross-Site Request Forgery vulnerabilities.
  • SSL Scanner: Evaluates the SSL/TLS configuration of the target application.
  • Header Scanner: Analyzes security headers and their configurations.

Installation

  1. Install the dependencies:
    npm install

Usage

To run the vulnerability scanner, execute the following command:

npm start

Make sure to replace ts-node with the appropriate command if you are using a different TypeScript execution method.

Configuration

You can configure the scanner settings in the src/config/scannerConfig.ts file. Adjust the timeout settings and target URLs as needed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors