Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 9, 2018 17:54
Show Gist options
  • Save ryantm/aec2352c32fde98d88f996d252c2ab5a to your computer and use it in GitHub Desktop.
Save ryantm/aec2352c32fde98d88f996d252c2ab5a to your computer and use it in GitHub Desktop.
/nix/store/2692qxa68mv3gqqnfx8symzj12vps0hq-lynis-2.7.0
├── 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
│   │   └── 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
6 directories, 89 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment