Lynis
De Linuxmemo.
(Différences entre les versions)
| Ligne 1 : | Ligne 1 : | ||
[[Catégorie:Securite-outils]] | [[Catégorie:Securite-outils]] | ||
| + | [[Catégorie:Kali]] | ||
http://www.rootkit.nl/projects/lynis.html | http://www.rootkit.nl/projects/lynis.html | ||
Version du 15 juillet 2020 à 07:17
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