Skip to content

This tool scans web applications for common vulnerabilities and provides detailed reports.

Notifications You must be signed in to change notification settings

coderprasnt/scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Vulnerability Scanner

Welcome to the Vulnerability Scanner! This tool scans web applications for common vulnerabilities and provides detailed reports.

Features

  • Automated Scanning: Easily scan web applications for vulnerabilities.
  • Comprehensive Reports: Generate detailed reports with findings and remediation steps.
  • Easy to Use: Simple command-line interface for quick scanning.

Installation

To get started, clone the repository and install the required dependencies:

git clone https://github.com/your-username/vulnerability-scanner.git
cd vulnerability-scanner
pip install -r requirements.txt

Usage

To scan a web application, run the following command:

python scanner/scanner.py

Example

from scanner.scanner import VulnerabilityScanner
from scanner.report import Report

# Initialize the scanner with the target URL
scanner = VulnerabilityScanner("http://example.com")
# Perform the scan
findings = scanner.scan()
# Generate the report
report = Report(findings)
report.generate()

License

Distributed under the MIT License. See LICENSE for more information.

Contact

For inquiries, contact me on Telegram.