This toolkit allows you to run basic security audits like firewall status checks and active user lists via a clean web interface.
- Firewall Audit
- User Audit
- HIPAA Compliance
- ISO 27001 Compliance
- PCI DSS Compliance
- Clone the repository:
git clone https://github.com/roy9495/security-audit-toolkit.git
- Install dependencies:
pip install -r requirements.txt
- Run the app:
cd src/ python app.py
- Open your browser and navigate to http://localhost:5000/
- The deployed app