
TrikuSec
Lynis is an open-source security auditing tool for Linux systems. It scans file permissions, kernel parameters, installed packages, running services, and more. It’s read-only — it never changes anything on the system, just reports what it finds. The problem comes when managing multiple servers. Running Lynis on each one, collecting the reports, and tracking changes over time becomes tedious quickly. A centralized dashboard for Lynis I built TrikuSec to solve this. It’s a centralized platform that collects Lynis audit reports from multiple servers and presents them in a single web dashboard. ...