Back to Home

Web Vulnerability Scanner

Web SecurityWebVulnerabilitySecurity Testing

A basic web vulnerability scanner that checks for common security issues like SQL injection, XSS, directory listing, and missing security headers.

How to Use

Basic usage example
$python vulnerability_scanner.py http://example.com --timeout 10

Command Options:

  • --help - Display help information

Getting Started

  1. Clone the repository
    $git clone https://github.com/GZ30eee/cybersecurity-tools.git
  2. Navigate to the project directory
    $cd cybersecurity-tools
  3. Install dependencies
    $pip install requests beautifulsoup4 colorama
  4. Run the tool
    $python vulnerability_scanner.py http://example.com --timeout 10