Lynis
De Linuxmemo.
(Différences entre les versions)
		
		
| Ligne 1 : | Ligne 1 : | ||
[[Catégorie:Securite-outils]]  | [[Catégorie:Securite-outils]]  | ||
[[Catégorie:Kali]]  | [[Catégorie:Kali]]  | ||
| - | + | ||
| + | https://github.com/CISOfy/Lynis  | ||
Lynis is an auditing tool for Unix.  | Lynis is an auditing tool for Unix.  | ||
| Ligne 13 : | Ligne 14 : | ||
- Firewall auditing  | - Firewall auditing  | ||
| - | |||
Valid parameters:  | Valid parameters:  | ||
Version du 15 juillet 2020 à 08:11
https://github.com/CISOfy/Lynis
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
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