Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 25, 2020 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/6f42c7c3e790458395c5d34973548206 to your computer and use it in GitHub Desktop.
Save r-ryantm/6f42c7c3e790458395c5d34973548206 to your computer and use it in GitHub Desktop.
/nix/store/mqw6m3d0a4bs34yl185mq6kl3677rfsb-lynis-3.0.1
├── bin
│   └── lynis
└── share
├── bash-completion
│   └── completions
│   └── lynis.bash
├── lynis
│   ├── db
│   │   ├── fileperms.db
│   │   ├── hints.db
│   │   ├── integrity.db
│   │   ├── languages
│   │   │   ├── az
│   │   │   ├── br -> pt
│   │   │   ├── cn
│   │   │   ├── da
│   │   │   ├── de
│   │   │   ├── de-AT -> de
│   │   │   ├── en
│   │   │   ├── en-GB -> en
│   │   │   ├── en-US -> en
│   │   │   ├── es
│   │   │   ├── fi
│   │   │   ├── fr
│   │   │   ├── gr
│   │   │   ├── he
│   │   │   ├── hu
│   │   │   ├── it
│   │   │   ├── ja
│   │   │   ├── ko
│   │   │   ├── nb-NO
│   │   │   ├── nl
│   │   │   ├── nl-BE -> nl
│   │   │   ├── nl-NL -> nl
│   │   │   ├── pl
│   │   │   ├── pt
│   │   │   ├── ru
│   │   │   ├── se
│   │   │   ├── sk
│   │   │   └── tr
│   │   ├── malware.db
│   │   ├── malware-susp.db
│   │   ├── sbl.db
│   │   ├── software-eol.db
│   │   └── tests.db
│   ├── default.prf
│   ├── include
│   │   ├── binaries
│   │   ├── consts
│   │   ├── data_upload
│   │   ├── functions
│   │   ├── helper_audit_dockerfile
│   │   ├── helper_configure
│   │   ├── helper_generate
│   │   ├── helper_show
│   │   ├── helper_system_remote_scan
│   │   ├── helper_update
│   │   ├── osdetection
│   │   ├── parameters
│   │   ├── profiles
│   │   ├── report
│   │   ├── tests_accounting
│   │   ├── tests_authentication
│   │   ├── tests_banners
│   │   ├── tests_boot_services
│   │   ├── tests_containers
│   │   ├── tests_crypto
│   │   ├── tests_custom.template
│   │   ├── tests_databases
│   │   ├── tests_dns
│   │   ├── tests_file_integrity
│   │   ├── tests_file_permissions
│   │   ├── tests_filesystems
│   │   ├── tests_firewalls
│   │   ├── tests_hardening
│   │   ├── tests_homedirs
│   │   ├── tests_insecure_services
│   │   ├── tests_kernel
│   │   ├── tests_kernel_hardening
│   │   ├── tests_ldap
│   │   ├── tests_logging
│   │   ├── tests_mac_frameworks
│   │   ├── tests_mail_messaging
│   │   ├── tests_malware
│   │   ├── tests_memory_processes
│   │   ├── tests_nameservices
│   │   ├── tests_networking
│   │   ├── tests_php
│   │   ├── tests_ports_packages
│   │   ├── tests_printers_spoolers
│   │   ├── tests_scheduling
│   │   ├── tests_shells
│   │   ├── tests_snmp
│   │   ├── tests_squid
│   │   ├── tests_ssh
│   │   ├── tests_storage
│   │   ├── tests_storage_nfs
│   │   ├── tests_system_integrity
│   │   ├── tests_time
│   │   ├── tests_tooling
│   │   ├── tests_usb
│   │   ├── tests_virtualization
│   │   ├── tests_webservers
│   │   └── tool_tips
│   └── plugins
└── man
└── man8
└── lynis.8.gz
11 directories, 97 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment