This is a simple network vulnerability scanner tool that scans a target (URL/IP) for potential vulnerabilities. It checks for open ports, outdated software versions, weak SSH credentials, and unencrypted services, providing suggestions for mitigation.
- Scan a target (URL/IP) for open ports and services
- Check for outdated software versions
- Test for weak SSH credentials
- Identify unencrypted services and provide suggestions for mitigation
- Python 3.x
- tkinter
- nmap
- paramiko
- requests
Post a Comment