Security Audit Tool is a Python-based framework designed to analyze system security.
It performs various checks for vulnerabilities and also provides fixes for common issues.
This tool is built to help:
- 🧑💻 Students learning cybersecurity
- 🛡️ Security professionals running quick audits
- ⚡ Anyone who wants to harden their system
-
🔍 Checks for:
- Weak passwords
- Open ports
- Rootkits and suspicious processes
- Firewall misconfigurations
- Outdated packages
- Unused accounts & writable files
- SSH security issues
-
🛠️ Provides fixes for many detected issues (firewall, weak passwords, open ports, etc.)