samuelerickson977 / initharden

A hardening script for Ubuntu 22.04 x86-64
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

how do we test/verify after running the script, it will pass the benchmark #1

Open taragurung opened 1 month ago

taragurung commented 1 month ago

How do we verify or how are you making sure that the script did what it had to. So if we could have something to verify that it has done all necessary change to pass the benchmarking would be awesome.

samuelerickson977 commented 1 month ago

What benchmark are you using? I usually use the lynis auditing tool.

sudo apt install -y lynis

Then run lynis audit system before and after the script to check if you security improved.