This is a simple Python tool for finding security holes in networks and websites. It checks for known vulnerabilities and gives you a report of what it finds.
- Scans your network and web stuff for issues
- Uses a list of known vulnerabilities to spot problems
- Makes a report so you know what needs fixing
main.py— Start here to run the scannernetwork_scanner.py— Checks networks for problemsweb_scanner.py— Looks for issues in web appsreport_generator.py— Puts together a report of what’s foundvuln_db.py— The list/database of vulnerabilities
-
Clone the repo:
git clone https://github.com/Matthew-Tian5/Vulnerability-Scanner.git
-
Run the scanner:
python main.py
(Make sure you have Python 3 installed!)