Skip to content

Karthigaiselvam-R-official/Vulnerability_Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vulnerability_Scanner

A lightweight tool designed to automatically scan web applications for common security vulnerabilities such as SQL injection, XSS, CSRF, and SSRF. This scanner is built to provide penetration testers with quick, actionable results, eliminating the need for complex enterprise solutions.

Clone the repository:

                https://github.com/Karthigaiselvam-R-official/Vulnerability_Scanner.git

Navigate to the project directory:

                            cd Vulnerability_Scanner

Set up the virtual environment:

                          python3 -m venv .venv
                          source .venv/bin/activate 
                          (For Windows: .venv\Scripts\activate)

Install dependencies:

                 pip install -r requirements.txt

Start the scanner:

              python Vscan.py

Enter the target URL when prompted.

Run Scans:

Automatically checks for common vulnerabilities including SQL Injection, XSS, CSRF, and SSRF.

View Results:

Displays the identified vulnerabilities in a readable format.

Actionable Insights:

Provides recommendations on how to address each discovered vulnerability.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages