Automation script to audit Fortigate Firewalls against CIS BENCHMARKS
This repository contains an automation script designed to audit Fortigate Firewalls against the CIS Benchmark for Fortigate 7.0.x. It helps ensure that your Fortigate Firewalls are configured securely according to industry best practices.
v1.3.0 - 04-18-2024
- Clone this repository:
git clone https://github.com/yourusername/fortigate_cis_audit.git
- Navigate to the cloned directory:
cd fortigate_cis_audit
- Make sure you have execute permissions for the bash script:
chmod +x fortigate_cis_audit.sh
- Run the script:
./fortigate_cis_audit.sh <CONF_FILE>
- Follow the prompts and review the audit results.
- Audit Fortigate Firewalls against CIS Benchmark v1.3.0.
- Automated checks for configuration compliance.
- Detailed report generation.
Contributions are welcome! Please fork this repository, make your changes, and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
This script is provided as-is, without any warranties or guarantees. Use at your own risk.