Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Vulnerability Scanner

A simple Python-based vulnerability scanner for testing web application security.

Features

  • Scans for common web vulnerabilities
  • Customizable target URLs
  • Generates reports
  • Easy to integrate into CI/CD pipelines

Requirements

Install dependencies from requirements.txt:

pip install -r requirements.txt

Usage

Run the scanner using:

python scanner.py

Or make it executable with the start script:

chmod +x start.sh
./start.sh

Project Structure

my_vuln_scanner/
│
├── scanner.py          # Main scanner script
├── requirements.txt    # Python dependencies
├── start.sh            # Shell script to start the scanner
└── README.md           # Project documentation

Notes

  • Use only on systems you own or have permission to test.
  • This project is for educational purposes only.

License

MIT License

Additional Project Details

This repository contains the vulnerability scanner tool with the following components:

  • requirements.txt: Lists all Python dependencies needed to run the project.
  • start.sh: Bash script to launch the scanner.
  • main.py (or equivalent): Core scanning logic and orchestration.

Getting Started

  1. Clone the repository:

    git clone <your-repo-url>
    cd my_vuln_scanner
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the scanner:

    chmod +x start.sh
    ./start.sh

Notes

  • The scanner is for educational and authorized testing purposes only.
  • Do not use this tool on systems without permission.

About

An AI-powered, NLP-enhanced web vulnerability scanner with brute force, port scanning, and PDF report generation. Built for enterprise security automation.Replace manual security testing with AI-driven precision.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages