To contribute, fork the repository, make the improvements and open a pull request. Pull requests won't be accepted if its only a: Code refactor Variable, class, id, etc. name change Decreases site ...
web-vuln-scanner/ ├── app.py # Flask web server + SSE streaming endpoint ├── scanner.py # Orchestrates crawl + tests + results ├── crawler.py # Multi-page crawler (BFS, configurable depth) ├── ...