Lynis

De Linuxmemo.

http://www.rootkit.nl/projects/lynis.html

Lynis is an auditing tool for Unix.

Examples of audit tests: - Available authentication methods - Expired SSL certificates - Outdated software - User accounts without password - Incorrect file permissions - Firewall auditing

apt-get install lynis

Valid parameters:

   --auditor "<name>"            : Auditor name
   --check-all (-c)              : Check system
   --check-update                : Check for updates
   --no-colors                   : Don't use colors in output
   --no-log                      : Don't create a log file
   --profile <profile>           : Scan the system with the given profile file
   --quick (-Q)                  : Quick mode, don't wait for user input
   --quiet (-q)                  : No output, except warnings
   --reverse-colors              : Optimize color display for light backgrounds
   --tests "<tests>"             : Run only tests defined by <tests>
   --tests-category "<category>" : Run only tests defined by <category>
   --view-manpage (--man)        : View man page
   --version (-V)                : Display version number and quit
Outils personnels