Lynis
De Linuxmemo.
(Différences entre les versions)
(Page créée avec « Catégorie:Securite-outils http://www.rootkit.nl/projects/lynis.html Lynis is an auditing tool for Unix. Examples of audit tests: - Available authentication methods - E... ») |
|||
| Ligne 13 : | Ligne 13 : | ||
apt-get install lynis | 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 | ||
Version du 29 avril 2013 à 10:01
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