Lynis

De Linuxmemo.

(Différences entre les versions)
 
(3 versions intermédiaires masquées)
Ligne 1 : Ligne 1 :
[[Catégorie:Securite-outils]]
[[Catégorie:Securite-outils]]
[[Catégorie:Kali]]
[[Catégorie:Kali]]
 +
[[Catégorie:local-audit]]
https://github.com/CISOfy/Lynis
https://github.com/CISOfy/Lynis
Ligne 14 : Ligne 15 :
- Firewall auditing
- Firewall auditing
 +
Usage:
 +
lynis command [options]
-
Valid parameters:
+
Command:
-
     --auditor "<name>"            : Auditor name
+
 
-
     --check-all (-c)             : Check system
+
     audit
-
    --check-update                : Check for updates
+
        audit system                  : Perform local security scan
-
    --no-colors                   : Don't use colors in output
+
        audit system remote <host>   : Remote security scan
-
    --no-log                     : Don't create a log file
+
        audit dockerfile <file>      : Analyze Dockerfile
-
    --profile <profile>          : Scan the system with the given profile file
+
 
-
    --quick (-Q)                 : Quick mode, don't wait for user input
+
     show
-
    --quiet (-q)                 : No output, except warnings
+
        show                          : Show all commands
-
    --reverse-colors             : Optimize color display for light backgrounds
+
        show version                  : Show Lynis version
-
    --tests "<tests>"            : Run only tests defined by <tests>
+
        show help                    : Show help
-
    --tests-category "<category>" : Run only tests defined by <category>
+
 
-
    --view-manpage (--man)        : View man page
+
    update
-
    --version (-V)               : Display version number and quit
+
        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
Outils personnels