Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 745 Bytes

File metadata and controls

23 lines (17 loc) · 745 Bytes

🔒 Security Audit Tool

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

🚀 What It Does

  • 🔍 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.)