Web-Vuln-Finder is a Python-based security tool designed to scan servers for vulnerabilities, identify CVE vulnerabilities, and list open ports. It provides insights into potential security risks, allowing administrators to take necessary actions to secure their systems.
- Scans a target server for known vulnerabilities
- Identifies CVE vulnerabilities by matching with public databases
- Lists open ports to detect potential security risks
- Easy to use with a single command
Ensure you have Python installed on your system.
Run the tool using the following command:
python scan.py
- Python 3.x
This tool is intended for educational and security auditing purposes only. Unauthorized scanning of systems without permission is illegal. Use this tool responsibly.
This project is licensed under the MIT License.
Contributions are welcome! Feel free to submit issues and pull requests to improve Web-Vuln-Finder.