Centinal is a user-friendly Python script that incorporates five essential security controls from the CSI benchmark into Ubuntu 22.04 LTS, offering a simple and intuitive command line interface to apply these security controls.
The following pre-requisites are needed to run the project,
-
Clone Repo
git clone https://github.com/rajin4463/Centinal.git
-
Move into directory
cd Centinal
-
Install requiremnts (optinal)
pip install -r requirements.txt
-
Run script as root
sudo ./centinal.py
Enter password if requested.
-
Select Security Controls
Enter the control number, eg: 1 to run each control or run them all at once
Enter -1 to exit the script