Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created February 5, 2019 03:25
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 ryantm/930a21dc51f8797be422fde57f41d104 to your computer and use it in GitHub Desktop.
Save ryantm/930a21dc51f8797be422fde57f41d104 to your computer and use it in GitHub Desktop.
/nix/store/b48rda0nld0khaa7969w1g7bws26dh52-lynis-2.7.1
├── bin
│   └── lynis
└── share
└── lynis
├── db
│   ├── fileperms.db
│   ├── hints.db
│   ├── integrity.db
│   ├── languages
│   │   ├── az
│   │   ├── br -> pt
│   │   ├── cn
│   │   ├── de
│   │   ├── en
│   │   ├── en-GB -> en
│   │   ├── en-US -> en
│   │   ├── es
│   │   ├── fi
│   │   ├── fr
│   │   ├── gr
│   │   ├── he
│   │   ├── hu
│   │   ├── it
│   │   ├── ja
│   │   ├── nb-NO
│   │   ├── nl
│   │   ├── nl-BE -> nl
│   │   ├── nl-NL -> nl
│   │   ├── pl
│   │   ├── pt
│   │   ├── ru
│   │   ├── se
│   │   ├── sk
│   │   └── tr
│   ├── malware.db
│   ├── malware-susp.db
│   ├── sbl.db
│   └── tests.db
├── default.prf
├── include
│   ├── binaries
│   ├── consts
│   ├── data_upload
│   ├── functions
│   ├── helper_audit_dockerfile
│   ├── helper_configure
│   ├── 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_spools
│   ├── 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
7 directories, 90 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment