====== Security Scan Tools ====== ===== lynis ===== ==== Install ==== sudo apt-get install lynis ==== Scan ==== sudo lynis audit system ==== Check details ==== You can check the details from the scan result lynis show details ${test_id} ==== logs ==== Logs will located at: * /var/log/lynis.log Report at: * /var/log/lynis-report.dat ===== Reference ===== - http://www.361way.com/linux-vulnerability-scan/4572.html - lynis: http://www.importnew.com/29048.html - https://cloud.tencent.com/developer/article/1011730 - https://blog.csdn.net/solaraceboy/article/details/79236739