Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Web Application Vulnerability Scanner (WAVS) is tool that scans the vulnerabilities in web applications automating the testing process

Notifications You must be signed in to change notification settings

melvinjames1/WAVS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Vulnerability Scanner

A modular Python-based web application vulnerability scanner.

Features:

  • SQL Injection basic checks
  • XSS basic checks
  • Security headers checks
  • Directory listing detection
  • Basic port scanner
  • HTML and PDF report generation

Setup

  1. Create a virtual environment:
    python -m venv venv
    source venv/bin/activate  # Linux / macOS
    venv\Scripts\activate   # Windows
    
  2. Install dependencies:
    pip install -r requirements.txt
    
  3. Run:
    python main.py https://example.com
    

Notes

  • This tool is for educational and authorized penetration testing only.
  • Always have explicit permission before scanning websites.

About

Web Application Vulnerability Scanner (WAVS) is tool that scans the vulnerabilities in web applications automating the testing process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages