Lynis
De Linuxmemo.
(Différences entre les versions)
| (5 versions intermédiaires masquées) | |||
| Ligne 1 : | Ligne 1 : | ||
[[Catégorie:Securite-outils]] | [[Catégorie:Securite-outils]] | ||
| - | + | [[Catégorie:Kali]] | |
| + | [[Catégorie:local-audit]] | ||
| + | |||
| + | https://github.com/CISOfy/Lynis | ||
Lynis is an auditing tool for Unix. | Lynis is an auditing tool for Unix. | ||
| Ligne 12 : | Ligne 15 : | ||
- Firewall auditing | - Firewall auditing | ||
| - | + | Usage: | |
| + | lynis command [options] | ||
| + | |||
| + | Command: | ||
| + | |||
| + | audit | ||
| + | audit system : Perform local security scan | ||
| + | audit system remote <host> : Remote security scan | ||
| + | audit dockerfile <file> : Analyze Dockerfile | ||
| + | |||
| + | show | ||
| + | show : Show all commands | ||
| + | show version : Show Lynis version | ||
| + | show help : Show help | ||
| + | |||
| + | update | ||
| + | update info : Show update details | ||
| + | |||
| - | + | Options | |
| - | + | ./lynis show options | |
| - | + | --auditor | |
| - | + | --cronjob (--cron) | |
| - | + | --debug | |
| - | + | --developer | |
| - | + | --devops | |
| - | + | --forensics | |
| - | + | --help (-h) | |
| - | + | --log-file | |
| - | + | --manpage (--man) | |
| - | + | --no-colors | |
| - | + | --no-log | |
| - | + | --no-plugins | |
| + | --pentest | ||
| + | --profile | ||
| + | --plugin-dir | ||
| + | --quick (-Q) | ||
| + | --quiet (-q) | ||
| + | --report-file | ||
| + | --reverse-colors | ||
| + | --tests | ||
| + | --tests-from-category | ||
| + | --tests-from-group | ||
| + | --usecwd | ||
| + | --upload | ||
| + | --verbose | ||
| + | --version (-V) | ||
| + | --wait | ||
| + | --warnings-only | ||
Version actuelle en date du 21 juillet 2020 à 05:39
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
Usage:
lynis command [options]
Command:
audit
audit system : Perform local security scan
audit system remote <host> : Remote security scan
audit dockerfile <file> : Analyze Dockerfile
show
show : Show all commands
show version : Show Lynis version
show help : Show help
update
update info : Show update details
Options
./lynis show options --auditor --cronjob (--cron) --debug --developer --devops --forensics --help (-h) --log-file --manpage (--man) --no-colors --no-log --no-plugins --pentest --profile --plugin-dir --quick (-Q) --quiet (-q) --report-file --reverse-colors --tests --tests-from-category --tests-from-group --usecwd --upload --verbose --version (-V) --wait --warnings-only