A simple Python-based tool that analyzes website URLs to detect potential vulnerabilities.
A Cyber Security Tool Used To Analyze Vulnerability In Websites.
This tool is designed for cybersecurity professionals and web developers to scan websites for security vulnerabilities quickly via the command line. It helps identify weaknesses in website HTML content to improve web security posture.
No explicit installation instructions are provided; users should ensure Python is installed and run the script directly. It is recommended to review and customize the configuration file for tailored vulnerability scanning. Since the tool is in early version (0.1) and has low community engagement, users should validate results with additional tools.
Website_Analyzer.py url
Analyze the specified website URL for vulnerabilities.
Website_Analyzer.py -h
Display help message with usage instructions.
Website_Analyzer.py -v
Show the program's version number.
Website_Analyzer.py --config CONFIG
Specify a path to a configuration file for customized analysis.
Website_Analyzer.py -o OUTPUT
Define the path to save the vulnerability report.