├── README.md ├── aws ├── account-creation-policy.json ├── iam-manager-policy.json ├── iam-master-policy.json └── server-access-logging.json ├── changelog ├── core ├── check_environment.sh ├── check_os_release.sh ├── check_shellcheck.sh └── print_info.sh ├── docker-compose.yml ├── functions ├── audit_aws.sh ├── audit_aws_rec_all.sh ├── audit_docker.sh ├── audit_kubernetes.sh ├── audit_search_fs.sh ├── audit_select.sh ├── audit_system.sh ├── audit_system_sparc.sh ├── audit_system_x86.sh ├── audit_test_subset.sh ├── backup_file.sh ├── check_append_file.sh ├── check_auditctl.sh ├── check_ausearch.sh ├── check_aws_open_port.sh ├── check_aws_password_policy.sh ├── check_chkconfig_service.sh ├── check_chsec.sh ├── check_chuser.sh ├── check_command_output.sh ├── check_command_value.sh ├── check_debian_package.sh ├── check_dockerd.sh ├── check_dscl.sh ├── check_file_comment.sh ├── check_file_exists.sh ├── check_file_perms.sh ├── check_file_value.sh ├── check_gsettings_value.sh ├── check_inetd_service.sh ├── check_initd_service.sh ├── check_itab.sh ├── check_launchctl_service.sh ├── check_linux_package.sh ├── check_linux_service.sh ├── check_lslpp.sh ├── check_no.sh ├── check_osx_defaults.sh ├── check_osx_systemsetup.sh ├── check_package.sh ├── check_pmset.sh ├── check_pwpolicy.sh ├── check_rctcp.sh ├── check_service.sh ├── check_solaris_package.sh ├── check_subserver.sh ├── check_sunos_service.sh ├── check_svcadm_service.sh ├── check_sysadminctl.sh ├── check_systemctl_service.sh ├── check_trust.sh ├── check_xinetd_service.sh ├── create_ndd_script.sh ├── disable_value.sh ├── replace_file_value.sh ├── restore_file.sh └── update_log_file.sh ├── lunar.png ├── lunar.sh └── modules ├── audit_account_lockout.sh ├── audit_account_switching.sh ├── audit_ad_tracking.sh ├── audit_aide.sh ├── audit_air_drop.sh ├── audit_air_play.sh ├── audit_amfi.sh ├── audit_apache.sh ├── audit_apfs.sh ├── audit_apocd.sh ├── audit_app_perms.sh ├── audit_apparmor.sh ├── audit_apport.sh ├── audit_asl.sh ├── audit_asset_cache.sh ├── audit_audit_class.sh ├── audit_auditd.sh ├── audit_auto_login.sh ├── audit_auto_logout.sh ├── audit_autofs.sh ├── audit_avahi_conf.sh ├── audit_avahi_server.sh ├── audit_aws_access_keys.sh ├── audit_aws_cdn.sh ├── audit_aws_certs.sh ├── audit_aws_cf.sh ├── audit_aws_config.sh ├── audit_aws_creds.sh ├── audit_aws_dns.sh ├── audit_aws_ec.sh ├── audit_aws_ec2.sh ├── audit_aws_elb.sh ├── audit_aws_es.sh ├── audit_aws_iam.sh ├── audit_aws_inspector.sh ├── audit_aws_keys.sh ├── audit_aws_logging.sh ├── audit_aws_mfa.sh ├── audit_aws_monitoring.sh ├── audit_aws_password_policy.sh ├── audit_aws_rds.sh ├── audit_aws_rec_dynamodb.sh ├── audit_aws_rec_ec.sh ├── audit_aws_rec_ec2.sh ├── audit_aws_rec_elb.sh ├── audit_aws_rec_es.sh ├── audit_aws_rec_inspector.sh ├── audit_aws_rec_monitoring.sh ├── audit_aws_rec_rds.sh ├── audit_aws_rec_redshift.sh ├── audit_aws_rec_vpcs.sh ├── audit_aws_redshift.sh ├── audit_aws_s3.sh ├── audit_aws_ses.sh ├── audit_aws_sgs.sh ├── audit_aws_sns.sh ├── audit_aws_support_role.sh ├── audit_aws_vpcs.sh ├── audit_biosdevname.sh ├── audit_bluetooth.sh ├── audit_bonjour_advertising.sh ├── audit_boot_server.sh ├── audit_bootparams.sh ├── audit_bpcd.sh ├── audit_bpjava_msvc.sh ├── audit_cd_sharing.sh ├── audit_cde_banner.sh ├── audit_cde_cal.sh ├── audit_cde_print.sh ├── audit_cde_screen_lock.sh ├── audit_cde_spc.sh ├── audit_cde_ttdb.sh ├── audit_console_login.sh ├── audit_core_dumps.sh ├── audit_core_limit.sh ├── audit_core_storage.sh ├── audit_create_class.sh ├── audit_cron.sh ├── audit_cron_allow.sh ├── audit_cron_logging.sh ├── audit_cron_perms.sh ├── audit_crypt_policy.sh ├── audit_cups.sh ├── audit_daemon_umask.sh ├── audit_dcui.sh ├── audit_debug_logging.sh ├── audit_default_umask.sh ├── audit_dfstab.sh ├── audit_dhcp_server.sh ├── audit_dhcpcd.sh ├── audit_dhcprd.sh ├── audit_dhcpsd.sh ├── audit_disk_encryption.sh ├── audit_dns_client.sh ├── audit_dns_server.sh ├── audit_docker_daemon.sh ├── audit_docker_logging.sh ├── audit_docker_monitoring.sh ├── audit_docker_network.sh ├── audit_docker_security.sh ├── audit_docker_users.sh ├── audit_dot_files.sh ├── audit_duplicate_groups.sh ├── audit_duplicate_ids.sh ├── audit_duplicate_users.sh ├── audit_dvfilter.sh ├── audit_echo.sh ├── audit_eeprom_security.sh ├── audit_email_daemons.sh ├── audit_encryption_kit.sh ├── audit_esxi_shell.sh ├── audit_execshield.sh ├── audit_exim.sh ├── audit_extended_attributes.sh ├── audit_failed_logins.sh ├── audit_file_extensions.sh ├── audit_file_metadata.sh ├── audit_file_perms.sh ├── audit_file_sharing.sh ├── audit_file_vault.sh ├── audit_filesystem_partitions.sh ├── audit_firewall_setting.sh ├── audit_font_server.sh ├── audit_forward_files.sh ├── audit_ftp_banner.sh ├── audit_ftp_client.sh ├── audit_ftp_conf.sh ├── audit_ftp_logging.sh ├── audit_ftp_server.sh ├── audit_ftp_umask.sh ├── audit_ftp_users.sh ├── audit_gate_keeper.sh ├── audit_gdm_conf.sh ├── audit_gnome_automount.sh ├── audit_gnome_banner.sh ├── audit_gnome_screen_lock.sh ├── audit_group_fields.sh ├── audit_groups_exist.sh ├── audit_grub_security.sh ├── audit_gss.sh ├── audit_guest_sharing.sh ├── audit_home_ownership.sh ├── audit_home_perms.sh ├── audit_hotplug.sh ├── audit_i4ls.sh ├── audit_icloud_drive.sh ├── audit_inactive_users.sh ├── audit_inetd.sh ├── audit_inetd_logging.sh ├── audit_infrared_remote.sh ├── audit_internet_sharing.sh ├── audit_ipadm_value.sh ├── audit_ipfilter.sh ├── audit_ipfw.sh ├── audit_ipmi.sh ├── audit_ipsec.sh ├── audit_iptables.sh ├── audit_ipv6.sh ├── audit_iscsi.sh ├── audit_issue_banner.sh ├── audit_java.sh ├── audit_kdm_config.sh ├── audit_kerberos_tgt.sh ├── audit_kernel_accounting.sh ├── audit_kernel_modules.sh ├── audit_kernel_params.sh ├── audit_keychain_lock.sh ├── audit_keychain_sync.sh ├── audit_keyserv.sh ├── audit_krb5.sh ├── audit_kubernetes_apiserver.sh ├── audit_kubernetes_controller.sh ├── audit_kubernetes_etcd.sh ├── audit_kubernetes_kubelet.sh ├── audit_kubernetes_perms.sh ├── audit_kubernetes_scheduler.sh ├── audit_labeld.sh ├── audit_ldap.sh ├── audit_ldap_cache.sh ├── audit_ldap_server.sh ├── audit_legacy.sh ├── audit_linux_logfiles.sh ├── audit_location_services.sh ├── audit_lockdown.sh ├── audit_logadm_value.sh ├── audit_login_delay.sh ├── audit_login_details.sh ├── audit_login_guest.sh ├── audit_login_records.sh ├── audit_login_root.sh ├── audit_login_warning.sh ├── audit_logrotate.sh ├── audit_media_sharing.sh ├── audit_mesgn.sh ├── audit_mob.sh ├── audit_modprobe_conf.sh ├── audit_mount_fdi.sh ├── audit_mount_nodev.sh ├── audit_mount_noexec.sh ├── audit_mount_setuid.sh ├── audit_ncs.sh ├── audit_ndd_value.sh ├── audit_netrc_files.sh ├── audit_network_connections.sh ├── audit_nfs.sh ├── audit_nis_client.sh ├── audit_nis_entries.sh ├── audit_nis_server.sh ├── audit_nisplus.sh ├── audit_nobody_rpc.sh ├── audit_ntp.sh ├── audit_ocfserv.sh ├── audit_old_users.sh ├── audit_online_documentation.sh ├── audit_opengl.sh ├── audit_other_daemons.sh ├── audit_pae.sh ├── audit_pam_authtok.sh ├── audit_pam_deny.sh ├── audit_pam_gdm_autologin.sh ├── audit_pam_rhosts.sh ├── audit_pam_wheel.sh ├── audit_pass_req.sh ├── audit_passwd_perms.sh ├── audit_password_expiry.sh ├── audit_password_fields.sh ├── audit_password_hashing.sh ├── audit_password_hints.sh ├── audit_password_history.sh ├── audit_password_lock.sh ├── audit_password_strength.sh ├── audit_postfix_daemon.sh ├── audit_postgresql.sh ├── audit_power_management.sh ├── audit_ppd_cache.sh ├── audit_prelink.sh ├── audit_print.sh ├── audit_printer_sharing.sh ├── audit_privilege_events.sh ├── audit_process_accounting.sh ├── audit_ptrace_scope.sh ├── audit_rarp.sh ├── audit_remote_apple_events.sh ├── audit_remote_consoles.sh ├── audit_remote_info.sh ├── audit_remote_login.sh ├── audit_remote_management.sh ├── audit_remote_shell.sh ├── audit_reserved_ids.sh ├── audit_retry_limit.sh ├── audit_rhosts_files.sh ├── audit_root_access.sh ├── audit_root_home.sh ├── audit_root_path.sh ├── audit_root_primary_group.sh ├── audit_root_ssh_keys.sh ├── audit_routing_daemons.sh ├── audit_routing_params.sh ├── audit_rpc_bind.sh ├── audit_rsa_securid_pam.sh ├── audit_rsh_client.sh ├── audit_rsh_server.sh ├── audit_safari_allow_popups.sh ├── audit_safari_auto_fill.sh ├── audit_safari_auto_run.sh ├── audit_safari_history.sh ├── audit_safari_javascript.sh ├── audit_safari_show_statusbar.sh ├── audit_safari_tracking.sh ├── audit_safari_warn.sh ├── audit_safe_downloads.sh ├── audit_samba.sh ├── audit_sar_accounting.sh ├── audit_screen_corner.sh ├── audit_screen_lock.sh ├── audit_screen_sharing.sh ├── audit_secure_empty_trash.sh ├── audit_secure_keyboard_entry.sh ├── audit_secure_swap.sh ├── audit_security_banner.sh ├── audit_selinux.sh ├── audit_sendmail_aliases.sh ├── audit_sendmail_daemon.sh ├── audit_sendmail_greeting.sh ├── audit_serial_login.sh ├── audit_service_tags.sh ├── audit_setup_file.sh ├── audit_shadow_group.sh ├── audit_shell_timeout.sh ├── audit_shells.sh ├── audit_siri.sh ├── audit_sleep.sh ├── audit_slp.sh ├── audit_smbconf_perms.sh ├── audit_smbpasswd_perms.sh ├── audit_snmp.sh ├── audit_software_update.sh ├── audit_solaris_auditing.sh ├── audit_ssh_config.sh ├── audit_ssh_forwarding.sh ├── audit_ssh_perms.sh ├── audit_stack_protection.sh ├── audit_sticky_bit.sh ├── audit_sudo_authenticate.sh ├── audit_sudo_logfile.sh ├── audit_sudo_nopassword.sh ├── audit_sudo_perms.sh ├── audit_sudo_timeout.sh ├── audit_sudo_timestamp.sh ├── audit_sudo_usepty.sh ├── audit_suid_files.sh ├── audit_sulogin.sh ├── audit_super_users.sh ├── audit_suse_firewall.sh ├── audit_svccfg_value.sh ├── audit_svm.sh ├── audit_svm_gui.sh ├── audit_sys_suspend.sh ├── audit_sysctl.sh ├── audit_syslog_auth.sh ├── audit_syslog_conf.sh ├── audit_syslog_perms.sh ├── audit_syslog_server.sh ├── audit_system_accounting.sh ├── audit_system_accounts.sh ├── audit_system_auth.sh ├── audit_system_auth_account_reset.sh ├── audit_system_auth_no_magic_root.sh ├── audit_system_auth_nullok.sh ├── audit_system_auth_password_hashing.sh ├── audit_system_auth_password_history.sh ├── audit_system_auth_password_policy.sh ├── audit_system_auth_password_strength.sh ├── audit_system_auth_unlock_time.sh ├── audit_system_auth_use_uid.sh ├── audit_system_integrity.sh ├── audit_system_preferences.sh ├── audit_talk_client.sh ├── audit_talk_server.sh ├── audit_tcp_strong_iss.sh ├── audit_tcp_syn_cookie.sh ├── audit_tcp_wrappers.sh ├── audit_telnet_banner.sh ├── audit_telnet_client.sh ├── audit_telnet_server.sh ├── audit_tftp_client.sh ├── audit_tftp_server.sh ├── audit_ticotsord.sh ├── audit_time_machine.sh ├── audit_tname.sh ├── audit_tnd.sh ├── audit_touch_id.sh ├── audit_ufw.sh ├── audit_unconfined_daemons.sh ├── audit_universal_control.sh ├── audit_unowned_files.sh ├── audit_usage_data.sh ├── audit_user_dotfiles.sh ├── audit_user_netrc.sh ├── audit_user_rhosts.sh ├── audit_uucp.sh ├── audit_virtual_memory.sh ├── audit_vnc.sh ├── audit_vnetd.sh ├── audit_volfs.sh ├── audit_vopied.sh ├── audit_wake_on_lan.sh ├── audit_wbem.sh ├── audit_web_sharing.sh ├── audit_webconsole.sh ├── audit_webmin.sh ├── audit_wheel_group.sh ├── audit_wheel_su.sh ├── audit_wheel_sudo.sh ├── audit_wheel_users.sh ├── audit_winbind.sh ├── audit_wins.sh ├── audit_wireless.sh ├── audit_writable_files.sh ├── audit_writesrv.sh ├── audit_xen.sh ├── audit_xinetd.sh ├── audit_xinetd_server.sh ├── audit_xlogin.sh ├── audit_xwindows_server.sh ├── audit_yum_conf.sh ├── audit_zones.sh ├── full_audit_accounting_services.sh ├── full_audit_disk_services.sh ├── full_audit_file_services.sh ├── full_audit_firewall_services.sh ├── full_audit_ftp_services.sh ├── full_audit_hardware_services.sh ├── full_audit_kernel_services.sh ├── full_audit_log_services.sh ├── full_audit_mail_services.sh ├── full_audit_naming_services.sh ├── full_audit_network_services.sh ├── full_audit_osx_services.sh ├── full_audit_other_daemons.sh ├── full_audit_other_services.sh ├── full_audit_password_services.sh ├── full_audit_power_services.sh ├── full_audit_print_services.sh ├── full_audit_routing_services.sh ├── full_audit_shell_services.sh ├── full_audit_update_services.sh ├── full_audit_user_services.sh ├── full_audit_virtualisation_services.sh ├── full_audit_web_services.sh ├── full_audit_windows_services.sh └── full_audit_x11_services.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/README.md -------------------------------------------------------------------------------- /aws/account-creation-policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/aws/account-creation-policy.json -------------------------------------------------------------------------------- /aws/iam-manager-policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/aws/iam-manager-policy.json -------------------------------------------------------------------------------- /aws/iam-master-policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/aws/iam-master-policy.json -------------------------------------------------------------------------------- /aws/server-access-logging.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/aws/server-access-logging.json -------------------------------------------------------------------------------- /changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/changelog -------------------------------------------------------------------------------- /core/check_environment.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/core/check_environment.sh -------------------------------------------------------------------------------- /core/check_os_release.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/core/check_os_release.sh -------------------------------------------------------------------------------- /core/check_shellcheck.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/core/check_shellcheck.sh -------------------------------------------------------------------------------- /core/print_info.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/core/print_info.sh -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /functions/audit_aws.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/audit_aws.sh -------------------------------------------------------------------------------- /functions/audit_aws_rec_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/audit_aws_rec_all.sh -------------------------------------------------------------------------------- /functions/audit_docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/audit_docker.sh -------------------------------------------------------------------------------- /functions/audit_kubernetes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/audit_kubernetes.sh -------------------------------------------------------------------------------- /functions/audit_search_fs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/audit_search_fs.sh -------------------------------------------------------------------------------- /functions/audit_select.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/audit_select.sh -------------------------------------------------------------------------------- /functions/audit_system.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/audit_system.sh -------------------------------------------------------------------------------- /functions/audit_system_sparc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/audit_system_sparc.sh -------------------------------------------------------------------------------- /functions/audit_system_x86.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/audit_system_x86.sh -------------------------------------------------------------------------------- /functions/audit_test_subset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/audit_test_subset.sh -------------------------------------------------------------------------------- /functions/backup_file.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/backup_file.sh -------------------------------------------------------------------------------- /functions/check_append_file.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_append_file.sh -------------------------------------------------------------------------------- /functions/check_auditctl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_auditctl.sh -------------------------------------------------------------------------------- /functions/check_ausearch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_ausearch.sh -------------------------------------------------------------------------------- /functions/check_aws_open_port.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_aws_open_port.sh -------------------------------------------------------------------------------- /functions/check_aws_password_policy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_aws_password_policy.sh -------------------------------------------------------------------------------- /functions/check_chkconfig_service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_chkconfig_service.sh -------------------------------------------------------------------------------- /functions/check_chsec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_chsec.sh -------------------------------------------------------------------------------- /functions/check_chuser.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_chuser.sh -------------------------------------------------------------------------------- /functions/check_command_output.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_command_output.sh -------------------------------------------------------------------------------- /functions/check_command_value.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_command_value.sh -------------------------------------------------------------------------------- /functions/check_debian_package.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_debian_package.sh -------------------------------------------------------------------------------- /functions/check_dockerd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_dockerd.sh -------------------------------------------------------------------------------- /functions/check_dscl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_dscl.sh -------------------------------------------------------------------------------- /functions/check_file_comment.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_file_comment.sh -------------------------------------------------------------------------------- /functions/check_file_exists.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_file_exists.sh -------------------------------------------------------------------------------- /functions/check_file_perms.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_file_perms.sh -------------------------------------------------------------------------------- /functions/check_file_value.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_file_value.sh -------------------------------------------------------------------------------- /functions/check_gsettings_value.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_gsettings_value.sh -------------------------------------------------------------------------------- /functions/check_inetd_service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_inetd_service.sh -------------------------------------------------------------------------------- /functions/check_initd_service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_initd_service.sh -------------------------------------------------------------------------------- /functions/check_itab.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_itab.sh -------------------------------------------------------------------------------- /functions/check_launchctl_service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_launchctl_service.sh -------------------------------------------------------------------------------- /functions/check_linux_package.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_linux_package.sh -------------------------------------------------------------------------------- /functions/check_linux_service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_linux_service.sh -------------------------------------------------------------------------------- /functions/check_lslpp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_lslpp.sh -------------------------------------------------------------------------------- /functions/check_no.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_no.sh -------------------------------------------------------------------------------- /functions/check_osx_defaults.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_osx_defaults.sh -------------------------------------------------------------------------------- /functions/check_osx_systemsetup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_osx_systemsetup.sh -------------------------------------------------------------------------------- /functions/check_package.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_package.sh -------------------------------------------------------------------------------- /functions/check_pmset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_pmset.sh -------------------------------------------------------------------------------- /functions/check_pwpolicy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_pwpolicy.sh -------------------------------------------------------------------------------- /functions/check_rctcp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_rctcp.sh -------------------------------------------------------------------------------- /functions/check_service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_service.sh -------------------------------------------------------------------------------- /functions/check_solaris_package.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_solaris_package.sh -------------------------------------------------------------------------------- /functions/check_subserver.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_subserver.sh -------------------------------------------------------------------------------- /functions/check_sunos_service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_sunos_service.sh -------------------------------------------------------------------------------- /functions/check_svcadm_service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_svcadm_service.sh -------------------------------------------------------------------------------- /functions/check_sysadminctl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_sysadminctl.sh -------------------------------------------------------------------------------- /functions/check_systemctl_service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_systemctl_service.sh -------------------------------------------------------------------------------- /functions/check_trust.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_trust.sh -------------------------------------------------------------------------------- /functions/check_xinetd_service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/check_xinetd_service.sh -------------------------------------------------------------------------------- /functions/create_ndd_script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/create_ndd_script.sh -------------------------------------------------------------------------------- /functions/disable_value.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/disable_value.sh -------------------------------------------------------------------------------- /functions/replace_file_value.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/replace_file_value.sh -------------------------------------------------------------------------------- /functions/restore_file.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/restore_file.sh -------------------------------------------------------------------------------- /functions/update_log_file.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/functions/update_log_file.sh -------------------------------------------------------------------------------- /lunar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/lunar.png -------------------------------------------------------------------------------- /lunar.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/lunar.sh -------------------------------------------------------------------------------- /modules/audit_account_lockout.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_account_lockout.sh -------------------------------------------------------------------------------- /modules/audit_account_switching.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_account_switching.sh -------------------------------------------------------------------------------- /modules/audit_ad_tracking.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ad_tracking.sh -------------------------------------------------------------------------------- /modules/audit_aide.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aide.sh -------------------------------------------------------------------------------- /modules/audit_air_drop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_air_drop.sh -------------------------------------------------------------------------------- /modules/audit_air_play.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_air_play.sh -------------------------------------------------------------------------------- /modules/audit_amfi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_amfi.sh -------------------------------------------------------------------------------- /modules/audit_apache.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_apache.sh -------------------------------------------------------------------------------- /modules/audit_apfs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_apfs.sh -------------------------------------------------------------------------------- /modules/audit_apocd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_apocd.sh -------------------------------------------------------------------------------- /modules/audit_app_perms.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_app_perms.sh -------------------------------------------------------------------------------- /modules/audit_apparmor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_apparmor.sh -------------------------------------------------------------------------------- /modules/audit_apport.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_apport.sh -------------------------------------------------------------------------------- /modules/audit_asl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_asl.sh -------------------------------------------------------------------------------- /modules/audit_asset_cache.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_asset_cache.sh -------------------------------------------------------------------------------- /modules/audit_audit_class.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_audit_class.sh -------------------------------------------------------------------------------- /modules/audit_auditd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_auditd.sh -------------------------------------------------------------------------------- /modules/audit_auto_login.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_auto_login.sh -------------------------------------------------------------------------------- /modules/audit_auto_logout.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_auto_logout.sh -------------------------------------------------------------------------------- /modules/audit_autofs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_autofs.sh -------------------------------------------------------------------------------- /modules/audit_avahi_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_avahi_conf.sh -------------------------------------------------------------------------------- /modules/audit_avahi_server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_avahi_server.sh -------------------------------------------------------------------------------- /modules/audit_aws_access_keys.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_access_keys.sh -------------------------------------------------------------------------------- /modules/audit_aws_cdn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_cdn.sh -------------------------------------------------------------------------------- /modules/audit_aws_certs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_certs.sh -------------------------------------------------------------------------------- /modules/audit_aws_cf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_cf.sh -------------------------------------------------------------------------------- /modules/audit_aws_config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_config.sh -------------------------------------------------------------------------------- /modules/audit_aws_creds.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_creds.sh -------------------------------------------------------------------------------- /modules/audit_aws_dns.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_dns.sh -------------------------------------------------------------------------------- /modules/audit_aws_ec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_ec.sh -------------------------------------------------------------------------------- /modules/audit_aws_ec2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_ec2.sh -------------------------------------------------------------------------------- /modules/audit_aws_elb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_elb.sh -------------------------------------------------------------------------------- /modules/audit_aws_es.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_es.sh -------------------------------------------------------------------------------- /modules/audit_aws_iam.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_iam.sh -------------------------------------------------------------------------------- /modules/audit_aws_inspector.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_inspector.sh -------------------------------------------------------------------------------- /modules/audit_aws_keys.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_keys.sh -------------------------------------------------------------------------------- /modules/audit_aws_logging.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_logging.sh -------------------------------------------------------------------------------- /modules/audit_aws_mfa.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_mfa.sh -------------------------------------------------------------------------------- /modules/audit_aws_monitoring.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_monitoring.sh -------------------------------------------------------------------------------- /modules/audit_aws_password_policy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_password_policy.sh -------------------------------------------------------------------------------- /modules/audit_aws_rds.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_rds.sh -------------------------------------------------------------------------------- /modules/audit_aws_rec_dynamodb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_rec_dynamodb.sh -------------------------------------------------------------------------------- /modules/audit_aws_rec_ec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_rec_ec.sh -------------------------------------------------------------------------------- /modules/audit_aws_rec_ec2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_rec_ec2.sh -------------------------------------------------------------------------------- /modules/audit_aws_rec_elb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_rec_elb.sh -------------------------------------------------------------------------------- /modules/audit_aws_rec_es.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_rec_es.sh -------------------------------------------------------------------------------- /modules/audit_aws_rec_inspector.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_rec_inspector.sh -------------------------------------------------------------------------------- /modules/audit_aws_rec_monitoring.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_rec_monitoring.sh -------------------------------------------------------------------------------- /modules/audit_aws_rec_rds.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_rec_rds.sh -------------------------------------------------------------------------------- /modules/audit_aws_rec_redshift.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_rec_redshift.sh -------------------------------------------------------------------------------- /modules/audit_aws_rec_vpcs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_rec_vpcs.sh -------------------------------------------------------------------------------- /modules/audit_aws_redshift.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_redshift.sh -------------------------------------------------------------------------------- /modules/audit_aws_s3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_s3.sh -------------------------------------------------------------------------------- /modules/audit_aws_ses.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_ses.sh -------------------------------------------------------------------------------- /modules/audit_aws_sgs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_sgs.sh -------------------------------------------------------------------------------- /modules/audit_aws_sns.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_sns.sh -------------------------------------------------------------------------------- /modules/audit_aws_support_role.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_support_role.sh -------------------------------------------------------------------------------- /modules/audit_aws_vpcs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_aws_vpcs.sh -------------------------------------------------------------------------------- /modules/audit_biosdevname.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_biosdevname.sh -------------------------------------------------------------------------------- /modules/audit_bluetooth.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_bluetooth.sh -------------------------------------------------------------------------------- /modules/audit_bonjour_advertising.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_bonjour_advertising.sh -------------------------------------------------------------------------------- /modules/audit_boot_server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_boot_server.sh -------------------------------------------------------------------------------- /modules/audit_bootparams.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_bootparams.sh -------------------------------------------------------------------------------- /modules/audit_bpcd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_bpcd.sh -------------------------------------------------------------------------------- /modules/audit_bpjava_msvc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_bpjava_msvc.sh -------------------------------------------------------------------------------- /modules/audit_cd_sharing.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_cd_sharing.sh -------------------------------------------------------------------------------- /modules/audit_cde_banner.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_cde_banner.sh -------------------------------------------------------------------------------- /modules/audit_cde_cal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_cde_cal.sh -------------------------------------------------------------------------------- /modules/audit_cde_print.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_cde_print.sh -------------------------------------------------------------------------------- /modules/audit_cde_screen_lock.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_cde_screen_lock.sh -------------------------------------------------------------------------------- /modules/audit_cde_spc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_cde_spc.sh -------------------------------------------------------------------------------- /modules/audit_cde_ttdb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_cde_ttdb.sh -------------------------------------------------------------------------------- /modules/audit_console_login.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_console_login.sh -------------------------------------------------------------------------------- /modules/audit_core_dumps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_core_dumps.sh -------------------------------------------------------------------------------- /modules/audit_core_limit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_core_limit.sh -------------------------------------------------------------------------------- /modules/audit_core_storage.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_core_storage.sh -------------------------------------------------------------------------------- /modules/audit_create_class.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_create_class.sh -------------------------------------------------------------------------------- /modules/audit_cron.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_cron.sh -------------------------------------------------------------------------------- /modules/audit_cron_allow.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_cron_allow.sh -------------------------------------------------------------------------------- /modules/audit_cron_logging.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_cron_logging.sh -------------------------------------------------------------------------------- /modules/audit_cron_perms.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_cron_perms.sh -------------------------------------------------------------------------------- /modules/audit_crypt_policy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_crypt_policy.sh -------------------------------------------------------------------------------- /modules/audit_cups.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_cups.sh -------------------------------------------------------------------------------- /modules/audit_daemon_umask.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_daemon_umask.sh -------------------------------------------------------------------------------- /modules/audit_dcui.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_dcui.sh -------------------------------------------------------------------------------- /modules/audit_debug_logging.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_debug_logging.sh -------------------------------------------------------------------------------- /modules/audit_default_umask.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_default_umask.sh -------------------------------------------------------------------------------- /modules/audit_dfstab.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_dfstab.sh -------------------------------------------------------------------------------- /modules/audit_dhcp_server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_dhcp_server.sh -------------------------------------------------------------------------------- /modules/audit_dhcpcd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_dhcpcd.sh -------------------------------------------------------------------------------- /modules/audit_dhcprd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_dhcprd.sh -------------------------------------------------------------------------------- /modules/audit_dhcpsd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_dhcpsd.sh -------------------------------------------------------------------------------- /modules/audit_disk_encryption.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_disk_encryption.sh -------------------------------------------------------------------------------- /modules/audit_dns_client.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_dns_client.sh -------------------------------------------------------------------------------- /modules/audit_dns_server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_dns_server.sh -------------------------------------------------------------------------------- /modules/audit_docker_daemon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_docker_daemon.sh -------------------------------------------------------------------------------- /modules/audit_docker_logging.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_docker_logging.sh -------------------------------------------------------------------------------- /modules/audit_docker_monitoring.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_docker_monitoring.sh -------------------------------------------------------------------------------- /modules/audit_docker_network.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_docker_network.sh -------------------------------------------------------------------------------- /modules/audit_docker_security.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_docker_security.sh -------------------------------------------------------------------------------- /modules/audit_docker_users.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_docker_users.sh -------------------------------------------------------------------------------- /modules/audit_dot_files.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_dot_files.sh -------------------------------------------------------------------------------- /modules/audit_duplicate_groups.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_duplicate_groups.sh -------------------------------------------------------------------------------- /modules/audit_duplicate_ids.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_duplicate_ids.sh -------------------------------------------------------------------------------- /modules/audit_duplicate_users.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_duplicate_users.sh -------------------------------------------------------------------------------- /modules/audit_dvfilter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_dvfilter.sh -------------------------------------------------------------------------------- /modules/audit_echo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_echo.sh -------------------------------------------------------------------------------- /modules/audit_eeprom_security.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_eeprom_security.sh -------------------------------------------------------------------------------- /modules/audit_email_daemons.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_email_daemons.sh -------------------------------------------------------------------------------- /modules/audit_encryption_kit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_encryption_kit.sh -------------------------------------------------------------------------------- /modules/audit_esxi_shell.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_esxi_shell.sh -------------------------------------------------------------------------------- /modules/audit_execshield.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_execshield.sh -------------------------------------------------------------------------------- /modules/audit_exim.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_exim.sh -------------------------------------------------------------------------------- /modules/audit_extended_attributes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_extended_attributes.sh -------------------------------------------------------------------------------- /modules/audit_failed_logins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_failed_logins.sh -------------------------------------------------------------------------------- /modules/audit_file_extensions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_file_extensions.sh -------------------------------------------------------------------------------- /modules/audit_file_metadata.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_file_metadata.sh -------------------------------------------------------------------------------- /modules/audit_file_perms.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_file_perms.sh -------------------------------------------------------------------------------- /modules/audit_file_sharing.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_file_sharing.sh -------------------------------------------------------------------------------- /modules/audit_file_vault.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_file_vault.sh -------------------------------------------------------------------------------- /modules/audit_filesystem_partitions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_filesystem_partitions.sh -------------------------------------------------------------------------------- /modules/audit_firewall_setting.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_firewall_setting.sh -------------------------------------------------------------------------------- /modules/audit_font_server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_font_server.sh -------------------------------------------------------------------------------- /modules/audit_forward_files.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_forward_files.sh -------------------------------------------------------------------------------- /modules/audit_ftp_banner.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ftp_banner.sh -------------------------------------------------------------------------------- /modules/audit_ftp_client.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ftp_client.sh -------------------------------------------------------------------------------- /modules/audit_ftp_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ftp_conf.sh -------------------------------------------------------------------------------- /modules/audit_ftp_logging.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ftp_logging.sh -------------------------------------------------------------------------------- /modules/audit_ftp_server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ftp_server.sh -------------------------------------------------------------------------------- /modules/audit_ftp_umask.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ftp_umask.sh -------------------------------------------------------------------------------- /modules/audit_ftp_users.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ftp_users.sh -------------------------------------------------------------------------------- /modules/audit_gate_keeper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_gate_keeper.sh -------------------------------------------------------------------------------- /modules/audit_gdm_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_gdm_conf.sh -------------------------------------------------------------------------------- /modules/audit_gnome_automount.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_gnome_automount.sh -------------------------------------------------------------------------------- /modules/audit_gnome_banner.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_gnome_banner.sh -------------------------------------------------------------------------------- /modules/audit_gnome_screen_lock.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_gnome_screen_lock.sh -------------------------------------------------------------------------------- /modules/audit_group_fields.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_group_fields.sh -------------------------------------------------------------------------------- /modules/audit_groups_exist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_groups_exist.sh -------------------------------------------------------------------------------- /modules/audit_grub_security.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_grub_security.sh -------------------------------------------------------------------------------- /modules/audit_gss.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_gss.sh -------------------------------------------------------------------------------- /modules/audit_guest_sharing.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_guest_sharing.sh -------------------------------------------------------------------------------- /modules/audit_home_ownership.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_home_ownership.sh -------------------------------------------------------------------------------- /modules/audit_home_perms.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_home_perms.sh -------------------------------------------------------------------------------- /modules/audit_hotplug.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_hotplug.sh -------------------------------------------------------------------------------- /modules/audit_i4ls.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_i4ls.sh -------------------------------------------------------------------------------- /modules/audit_icloud_drive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_icloud_drive.sh -------------------------------------------------------------------------------- /modules/audit_inactive_users.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_inactive_users.sh -------------------------------------------------------------------------------- /modules/audit_inetd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_inetd.sh -------------------------------------------------------------------------------- /modules/audit_inetd_logging.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_inetd_logging.sh -------------------------------------------------------------------------------- /modules/audit_infrared_remote.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_infrared_remote.sh -------------------------------------------------------------------------------- /modules/audit_internet_sharing.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_internet_sharing.sh -------------------------------------------------------------------------------- /modules/audit_ipadm_value.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ipadm_value.sh -------------------------------------------------------------------------------- /modules/audit_ipfilter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ipfilter.sh -------------------------------------------------------------------------------- /modules/audit_ipfw.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ipfw.sh -------------------------------------------------------------------------------- /modules/audit_ipmi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ipmi.sh -------------------------------------------------------------------------------- /modules/audit_ipsec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ipsec.sh -------------------------------------------------------------------------------- /modules/audit_iptables.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_iptables.sh -------------------------------------------------------------------------------- /modules/audit_ipv6.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ipv6.sh -------------------------------------------------------------------------------- /modules/audit_iscsi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_iscsi.sh -------------------------------------------------------------------------------- /modules/audit_issue_banner.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_issue_banner.sh -------------------------------------------------------------------------------- /modules/audit_java.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_java.sh -------------------------------------------------------------------------------- /modules/audit_kdm_config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_kdm_config.sh -------------------------------------------------------------------------------- /modules/audit_kerberos_tgt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_kerberos_tgt.sh -------------------------------------------------------------------------------- /modules/audit_kernel_accounting.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_kernel_accounting.sh -------------------------------------------------------------------------------- /modules/audit_kernel_modules.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_kernel_modules.sh -------------------------------------------------------------------------------- /modules/audit_kernel_params.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_kernel_params.sh -------------------------------------------------------------------------------- /modules/audit_keychain_lock.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_keychain_lock.sh -------------------------------------------------------------------------------- /modules/audit_keychain_sync.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_keychain_sync.sh -------------------------------------------------------------------------------- /modules/audit_keyserv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_keyserv.sh -------------------------------------------------------------------------------- /modules/audit_krb5.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_krb5.sh -------------------------------------------------------------------------------- /modules/audit_kubernetes_apiserver.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_kubernetes_apiserver.sh -------------------------------------------------------------------------------- /modules/audit_kubernetes_controller.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_kubernetes_controller.sh -------------------------------------------------------------------------------- /modules/audit_kubernetes_etcd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_kubernetes_etcd.sh -------------------------------------------------------------------------------- /modules/audit_kubernetes_kubelet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_kubernetes_kubelet.sh -------------------------------------------------------------------------------- /modules/audit_kubernetes_perms.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_kubernetes_perms.sh -------------------------------------------------------------------------------- /modules/audit_kubernetes_scheduler.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_kubernetes_scheduler.sh -------------------------------------------------------------------------------- /modules/audit_labeld.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_labeld.sh -------------------------------------------------------------------------------- /modules/audit_ldap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ldap.sh -------------------------------------------------------------------------------- /modules/audit_ldap_cache.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ldap_cache.sh -------------------------------------------------------------------------------- /modules/audit_ldap_server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ldap_server.sh -------------------------------------------------------------------------------- /modules/audit_legacy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_legacy.sh -------------------------------------------------------------------------------- /modules/audit_linux_logfiles.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_linux_logfiles.sh -------------------------------------------------------------------------------- /modules/audit_location_services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_location_services.sh -------------------------------------------------------------------------------- /modules/audit_lockdown.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_lockdown.sh -------------------------------------------------------------------------------- /modules/audit_logadm_value.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_logadm_value.sh -------------------------------------------------------------------------------- /modules/audit_login_delay.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_login_delay.sh -------------------------------------------------------------------------------- /modules/audit_login_details.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_login_details.sh -------------------------------------------------------------------------------- /modules/audit_login_guest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_login_guest.sh -------------------------------------------------------------------------------- /modules/audit_login_records.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_login_records.sh -------------------------------------------------------------------------------- /modules/audit_login_root.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_login_root.sh -------------------------------------------------------------------------------- /modules/audit_login_warning.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_login_warning.sh -------------------------------------------------------------------------------- /modules/audit_logrotate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_logrotate.sh -------------------------------------------------------------------------------- /modules/audit_media_sharing.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_media_sharing.sh -------------------------------------------------------------------------------- /modules/audit_mesgn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_mesgn.sh -------------------------------------------------------------------------------- /modules/audit_mob.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_mob.sh -------------------------------------------------------------------------------- /modules/audit_modprobe_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_modprobe_conf.sh -------------------------------------------------------------------------------- /modules/audit_mount_fdi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_mount_fdi.sh -------------------------------------------------------------------------------- /modules/audit_mount_nodev.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_mount_nodev.sh -------------------------------------------------------------------------------- /modules/audit_mount_noexec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_mount_noexec.sh -------------------------------------------------------------------------------- /modules/audit_mount_setuid.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_mount_setuid.sh -------------------------------------------------------------------------------- /modules/audit_ncs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ncs.sh -------------------------------------------------------------------------------- /modules/audit_ndd_value.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ndd_value.sh -------------------------------------------------------------------------------- /modules/audit_netrc_files.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_netrc_files.sh -------------------------------------------------------------------------------- /modules/audit_network_connections.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_network_connections.sh -------------------------------------------------------------------------------- /modules/audit_nfs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_nfs.sh -------------------------------------------------------------------------------- /modules/audit_nis_client.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_nis_client.sh -------------------------------------------------------------------------------- /modules/audit_nis_entries.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_nis_entries.sh -------------------------------------------------------------------------------- /modules/audit_nis_server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_nis_server.sh -------------------------------------------------------------------------------- /modules/audit_nisplus.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_nisplus.sh -------------------------------------------------------------------------------- /modules/audit_nobody_rpc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_nobody_rpc.sh -------------------------------------------------------------------------------- /modules/audit_ntp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ntp.sh -------------------------------------------------------------------------------- /modules/audit_ocfserv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ocfserv.sh -------------------------------------------------------------------------------- /modules/audit_old_users.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_old_users.sh -------------------------------------------------------------------------------- /modules/audit_online_documentation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_online_documentation.sh -------------------------------------------------------------------------------- /modules/audit_opengl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_opengl.sh -------------------------------------------------------------------------------- /modules/audit_other_daemons.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_other_daemons.sh -------------------------------------------------------------------------------- /modules/audit_pae.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_pae.sh -------------------------------------------------------------------------------- /modules/audit_pam_authtok.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_pam_authtok.sh -------------------------------------------------------------------------------- /modules/audit_pam_deny.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_pam_deny.sh -------------------------------------------------------------------------------- /modules/audit_pam_gdm_autologin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_pam_gdm_autologin.sh -------------------------------------------------------------------------------- /modules/audit_pam_rhosts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_pam_rhosts.sh -------------------------------------------------------------------------------- /modules/audit_pam_wheel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_pam_wheel.sh -------------------------------------------------------------------------------- /modules/audit_pass_req.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_pass_req.sh -------------------------------------------------------------------------------- /modules/audit_passwd_perms.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_passwd_perms.sh -------------------------------------------------------------------------------- /modules/audit_password_expiry.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_password_expiry.sh -------------------------------------------------------------------------------- /modules/audit_password_fields.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_password_fields.sh -------------------------------------------------------------------------------- /modules/audit_password_hashing.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_password_hashing.sh -------------------------------------------------------------------------------- /modules/audit_password_hints.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_password_hints.sh -------------------------------------------------------------------------------- /modules/audit_password_history.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_password_history.sh -------------------------------------------------------------------------------- /modules/audit_password_lock.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_password_lock.sh -------------------------------------------------------------------------------- /modules/audit_password_strength.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_password_strength.sh -------------------------------------------------------------------------------- /modules/audit_postfix_daemon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_postfix_daemon.sh -------------------------------------------------------------------------------- /modules/audit_postgresql.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_postgresql.sh -------------------------------------------------------------------------------- /modules/audit_power_management.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_power_management.sh -------------------------------------------------------------------------------- /modules/audit_ppd_cache.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ppd_cache.sh -------------------------------------------------------------------------------- /modules/audit_prelink.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_prelink.sh -------------------------------------------------------------------------------- /modules/audit_print.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_print.sh -------------------------------------------------------------------------------- /modules/audit_printer_sharing.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_printer_sharing.sh -------------------------------------------------------------------------------- /modules/audit_privilege_events.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_privilege_events.sh -------------------------------------------------------------------------------- /modules/audit_process_accounting.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_process_accounting.sh -------------------------------------------------------------------------------- /modules/audit_ptrace_scope.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ptrace_scope.sh -------------------------------------------------------------------------------- /modules/audit_rarp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_rarp.sh -------------------------------------------------------------------------------- /modules/audit_remote_apple_events.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_remote_apple_events.sh -------------------------------------------------------------------------------- /modules/audit_remote_consoles.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_remote_consoles.sh -------------------------------------------------------------------------------- /modules/audit_remote_info.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_remote_info.sh -------------------------------------------------------------------------------- /modules/audit_remote_login.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_remote_login.sh -------------------------------------------------------------------------------- /modules/audit_remote_management.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_remote_management.sh -------------------------------------------------------------------------------- /modules/audit_remote_shell.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_remote_shell.sh -------------------------------------------------------------------------------- /modules/audit_reserved_ids.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_reserved_ids.sh -------------------------------------------------------------------------------- /modules/audit_retry_limit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_retry_limit.sh -------------------------------------------------------------------------------- /modules/audit_rhosts_files.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_rhosts_files.sh -------------------------------------------------------------------------------- /modules/audit_root_access.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_root_access.sh -------------------------------------------------------------------------------- /modules/audit_root_home.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_root_home.sh -------------------------------------------------------------------------------- /modules/audit_root_path.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_root_path.sh -------------------------------------------------------------------------------- /modules/audit_root_primary_group.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_root_primary_group.sh -------------------------------------------------------------------------------- /modules/audit_root_ssh_keys.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_root_ssh_keys.sh -------------------------------------------------------------------------------- /modules/audit_routing_daemons.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_routing_daemons.sh -------------------------------------------------------------------------------- /modules/audit_routing_params.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_routing_params.sh -------------------------------------------------------------------------------- /modules/audit_rpc_bind.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_rpc_bind.sh -------------------------------------------------------------------------------- /modules/audit_rsa_securid_pam.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_rsa_securid_pam.sh -------------------------------------------------------------------------------- /modules/audit_rsh_client.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_rsh_client.sh -------------------------------------------------------------------------------- /modules/audit_rsh_server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_rsh_server.sh -------------------------------------------------------------------------------- /modules/audit_safari_allow_popups.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_safari_allow_popups.sh -------------------------------------------------------------------------------- /modules/audit_safari_auto_fill.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_safari_auto_fill.sh -------------------------------------------------------------------------------- /modules/audit_safari_auto_run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_safari_auto_run.sh -------------------------------------------------------------------------------- /modules/audit_safari_history.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_safari_history.sh -------------------------------------------------------------------------------- /modules/audit_safari_javascript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_safari_javascript.sh -------------------------------------------------------------------------------- /modules/audit_safari_show_statusbar.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_safari_show_statusbar.sh -------------------------------------------------------------------------------- /modules/audit_safari_tracking.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_safari_tracking.sh -------------------------------------------------------------------------------- /modules/audit_safari_warn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_safari_warn.sh -------------------------------------------------------------------------------- /modules/audit_safe_downloads.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_safe_downloads.sh -------------------------------------------------------------------------------- /modules/audit_samba.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_samba.sh -------------------------------------------------------------------------------- /modules/audit_sar_accounting.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_sar_accounting.sh -------------------------------------------------------------------------------- /modules/audit_screen_corner.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_screen_corner.sh -------------------------------------------------------------------------------- /modules/audit_screen_lock.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_screen_lock.sh -------------------------------------------------------------------------------- /modules/audit_screen_sharing.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_screen_sharing.sh -------------------------------------------------------------------------------- /modules/audit_secure_empty_trash.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_secure_empty_trash.sh -------------------------------------------------------------------------------- /modules/audit_secure_keyboard_entry.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_secure_keyboard_entry.sh -------------------------------------------------------------------------------- /modules/audit_secure_swap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_secure_swap.sh -------------------------------------------------------------------------------- /modules/audit_security_banner.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_security_banner.sh -------------------------------------------------------------------------------- /modules/audit_selinux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_selinux.sh -------------------------------------------------------------------------------- /modules/audit_sendmail_aliases.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_sendmail_aliases.sh -------------------------------------------------------------------------------- /modules/audit_sendmail_daemon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_sendmail_daemon.sh -------------------------------------------------------------------------------- /modules/audit_sendmail_greeting.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_sendmail_greeting.sh -------------------------------------------------------------------------------- /modules/audit_serial_login.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_serial_login.sh -------------------------------------------------------------------------------- /modules/audit_service_tags.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_service_tags.sh -------------------------------------------------------------------------------- /modules/audit_setup_file.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_setup_file.sh -------------------------------------------------------------------------------- /modules/audit_shadow_group.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_shadow_group.sh -------------------------------------------------------------------------------- /modules/audit_shell_timeout.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_shell_timeout.sh -------------------------------------------------------------------------------- /modules/audit_shells.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_shells.sh -------------------------------------------------------------------------------- /modules/audit_siri.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_siri.sh -------------------------------------------------------------------------------- /modules/audit_sleep.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_sleep.sh -------------------------------------------------------------------------------- /modules/audit_slp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_slp.sh -------------------------------------------------------------------------------- /modules/audit_smbconf_perms.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_smbconf_perms.sh -------------------------------------------------------------------------------- /modules/audit_smbpasswd_perms.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_smbpasswd_perms.sh -------------------------------------------------------------------------------- /modules/audit_snmp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_snmp.sh -------------------------------------------------------------------------------- /modules/audit_software_update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_software_update.sh -------------------------------------------------------------------------------- /modules/audit_solaris_auditing.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_solaris_auditing.sh -------------------------------------------------------------------------------- /modules/audit_ssh_config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ssh_config.sh -------------------------------------------------------------------------------- /modules/audit_ssh_forwarding.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ssh_forwarding.sh -------------------------------------------------------------------------------- /modules/audit_ssh_perms.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ssh_perms.sh -------------------------------------------------------------------------------- /modules/audit_stack_protection.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_stack_protection.sh -------------------------------------------------------------------------------- /modules/audit_sticky_bit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_sticky_bit.sh -------------------------------------------------------------------------------- /modules/audit_sudo_authenticate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_sudo_authenticate.sh -------------------------------------------------------------------------------- /modules/audit_sudo_logfile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_sudo_logfile.sh -------------------------------------------------------------------------------- /modules/audit_sudo_nopassword.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_sudo_nopassword.sh -------------------------------------------------------------------------------- /modules/audit_sudo_perms.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_sudo_perms.sh -------------------------------------------------------------------------------- /modules/audit_sudo_timeout.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_sudo_timeout.sh -------------------------------------------------------------------------------- /modules/audit_sudo_timestamp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_sudo_timestamp.sh -------------------------------------------------------------------------------- /modules/audit_sudo_usepty.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_sudo_usepty.sh -------------------------------------------------------------------------------- /modules/audit_suid_files.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_suid_files.sh -------------------------------------------------------------------------------- /modules/audit_sulogin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_sulogin.sh -------------------------------------------------------------------------------- /modules/audit_super_users.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_super_users.sh -------------------------------------------------------------------------------- /modules/audit_suse_firewall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_suse_firewall.sh -------------------------------------------------------------------------------- /modules/audit_svccfg_value.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_svccfg_value.sh -------------------------------------------------------------------------------- /modules/audit_svm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_svm.sh -------------------------------------------------------------------------------- /modules/audit_svm_gui.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_svm_gui.sh -------------------------------------------------------------------------------- /modules/audit_sys_suspend.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_sys_suspend.sh -------------------------------------------------------------------------------- /modules/audit_sysctl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_sysctl.sh -------------------------------------------------------------------------------- /modules/audit_syslog_auth.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_syslog_auth.sh -------------------------------------------------------------------------------- /modules/audit_syslog_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_syslog_conf.sh -------------------------------------------------------------------------------- /modules/audit_syslog_perms.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_syslog_perms.sh -------------------------------------------------------------------------------- /modules/audit_syslog_server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_syslog_server.sh -------------------------------------------------------------------------------- /modules/audit_system_accounting.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_system_accounting.sh -------------------------------------------------------------------------------- /modules/audit_system_accounts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_system_accounts.sh -------------------------------------------------------------------------------- /modules/audit_system_auth.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_system_auth.sh -------------------------------------------------------------------------------- /modules/audit_system_auth_account_reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_system_auth_account_reset.sh -------------------------------------------------------------------------------- /modules/audit_system_auth_no_magic_root.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_system_auth_no_magic_root.sh -------------------------------------------------------------------------------- /modules/audit_system_auth_nullok.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_system_auth_nullok.sh -------------------------------------------------------------------------------- /modules/audit_system_auth_password_hashing.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_system_auth_password_hashing.sh -------------------------------------------------------------------------------- /modules/audit_system_auth_password_history.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_system_auth_password_history.sh -------------------------------------------------------------------------------- /modules/audit_system_auth_password_policy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_system_auth_password_policy.sh -------------------------------------------------------------------------------- /modules/audit_system_auth_password_strength.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_system_auth_password_strength.sh -------------------------------------------------------------------------------- /modules/audit_system_auth_unlock_time.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_system_auth_unlock_time.sh -------------------------------------------------------------------------------- /modules/audit_system_auth_use_uid.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_system_auth_use_uid.sh -------------------------------------------------------------------------------- /modules/audit_system_integrity.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_system_integrity.sh -------------------------------------------------------------------------------- /modules/audit_system_preferences.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_system_preferences.sh -------------------------------------------------------------------------------- /modules/audit_talk_client.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_talk_client.sh -------------------------------------------------------------------------------- /modules/audit_talk_server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_talk_server.sh -------------------------------------------------------------------------------- /modules/audit_tcp_strong_iss.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_tcp_strong_iss.sh -------------------------------------------------------------------------------- /modules/audit_tcp_syn_cookie.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_tcp_syn_cookie.sh -------------------------------------------------------------------------------- /modules/audit_tcp_wrappers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_tcp_wrappers.sh -------------------------------------------------------------------------------- /modules/audit_telnet_banner.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_telnet_banner.sh -------------------------------------------------------------------------------- /modules/audit_telnet_client.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_telnet_client.sh -------------------------------------------------------------------------------- /modules/audit_telnet_server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_telnet_server.sh -------------------------------------------------------------------------------- /modules/audit_tftp_client.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_tftp_client.sh -------------------------------------------------------------------------------- /modules/audit_tftp_server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_tftp_server.sh -------------------------------------------------------------------------------- /modules/audit_ticotsord.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ticotsord.sh -------------------------------------------------------------------------------- /modules/audit_time_machine.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_time_machine.sh -------------------------------------------------------------------------------- /modules/audit_tname.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_tname.sh -------------------------------------------------------------------------------- /modules/audit_tnd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_tnd.sh -------------------------------------------------------------------------------- /modules/audit_touch_id.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_touch_id.sh -------------------------------------------------------------------------------- /modules/audit_ufw.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_ufw.sh -------------------------------------------------------------------------------- /modules/audit_unconfined_daemons.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_unconfined_daemons.sh -------------------------------------------------------------------------------- /modules/audit_universal_control.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_universal_control.sh -------------------------------------------------------------------------------- /modules/audit_unowned_files.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_unowned_files.sh -------------------------------------------------------------------------------- /modules/audit_usage_data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_usage_data.sh -------------------------------------------------------------------------------- /modules/audit_user_dotfiles.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_user_dotfiles.sh -------------------------------------------------------------------------------- /modules/audit_user_netrc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_user_netrc.sh -------------------------------------------------------------------------------- /modules/audit_user_rhosts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_user_rhosts.sh -------------------------------------------------------------------------------- /modules/audit_uucp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_uucp.sh -------------------------------------------------------------------------------- /modules/audit_virtual_memory.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_virtual_memory.sh -------------------------------------------------------------------------------- /modules/audit_vnc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_vnc.sh -------------------------------------------------------------------------------- /modules/audit_vnetd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_vnetd.sh -------------------------------------------------------------------------------- /modules/audit_volfs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_volfs.sh -------------------------------------------------------------------------------- /modules/audit_vopied.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_vopied.sh -------------------------------------------------------------------------------- /modules/audit_wake_on_lan.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_wake_on_lan.sh -------------------------------------------------------------------------------- /modules/audit_wbem.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_wbem.sh -------------------------------------------------------------------------------- /modules/audit_web_sharing.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_web_sharing.sh -------------------------------------------------------------------------------- /modules/audit_webconsole.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_webconsole.sh -------------------------------------------------------------------------------- /modules/audit_webmin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_webmin.sh -------------------------------------------------------------------------------- /modules/audit_wheel_group.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_wheel_group.sh -------------------------------------------------------------------------------- /modules/audit_wheel_su.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_wheel_su.sh -------------------------------------------------------------------------------- /modules/audit_wheel_sudo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_wheel_sudo.sh -------------------------------------------------------------------------------- /modules/audit_wheel_users.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_wheel_users.sh -------------------------------------------------------------------------------- /modules/audit_winbind.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_winbind.sh -------------------------------------------------------------------------------- /modules/audit_wins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_wins.sh -------------------------------------------------------------------------------- /modules/audit_wireless.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_wireless.sh -------------------------------------------------------------------------------- /modules/audit_writable_files.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_writable_files.sh -------------------------------------------------------------------------------- /modules/audit_writesrv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_writesrv.sh -------------------------------------------------------------------------------- /modules/audit_xen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_xen.sh -------------------------------------------------------------------------------- /modules/audit_xinetd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_xinetd.sh -------------------------------------------------------------------------------- /modules/audit_xinetd_server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_xinetd_server.sh -------------------------------------------------------------------------------- /modules/audit_xlogin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_xlogin.sh -------------------------------------------------------------------------------- /modules/audit_xwindows_server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_xwindows_server.sh -------------------------------------------------------------------------------- /modules/audit_yum_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_yum_conf.sh -------------------------------------------------------------------------------- /modules/audit_zones.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/audit_zones.sh -------------------------------------------------------------------------------- /modules/full_audit_accounting_services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/full_audit_accounting_services.sh -------------------------------------------------------------------------------- /modules/full_audit_disk_services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/full_audit_disk_services.sh -------------------------------------------------------------------------------- /modules/full_audit_file_services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/full_audit_file_services.sh -------------------------------------------------------------------------------- /modules/full_audit_firewall_services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/full_audit_firewall_services.sh -------------------------------------------------------------------------------- /modules/full_audit_ftp_services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/full_audit_ftp_services.sh -------------------------------------------------------------------------------- /modules/full_audit_hardware_services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/full_audit_hardware_services.sh -------------------------------------------------------------------------------- /modules/full_audit_kernel_services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/full_audit_kernel_services.sh -------------------------------------------------------------------------------- /modules/full_audit_log_services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/full_audit_log_services.sh -------------------------------------------------------------------------------- /modules/full_audit_mail_services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/full_audit_mail_services.sh -------------------------------------------------------------------------------- /modules/full_audit_naming_services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/full_audit_naming_services.sh -------------------------------------------------------------------------------- /modules/full_audit_network_services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/full_audit_network_services.sh -------------------------------------------------------------------------------- /modules/full_audit_osx_services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/full_audit_osx_services.sh -------------------------------------------------------------------------------- /modules/full_audit_other_daemons.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/full_audit_other_daemons.sh -------------------------------------------------------------------------------- /modules/full_audit_other_services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/full_audit_other_services.sh -------------------------------------------------------------------------------- /modules/full_audit_password_services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/full_audit_password_services.sh -------------------------------------------------------------------------------- /modules/full_audit_power_services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/full_audit_power_services.sh -------------------------------------------------------------------------------- /modules/full_audit_print_services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/full_audit_print_services.sh -------------------------------------------------------------------------------- /modules/full_audit_routing_services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/full_audit_routing_services.sh -------------------------------------------------------------------------------- /modules/full_audit_shell_services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/full_audit_shell_services.sh -------------------------------------------------------------------------------- /modules/full_audit_update_services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/full_audit_update_services.sh -------------------------------------------------------------------------------- /modules/full_audit_user_services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/full_audit_user_services.sh -------------------------------------------------------------------------------- /modules/full_audit_virtualisation_services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/full_audit_virtualisation_services.sh -------------------------------------------------------------------------------- /modules/full_audit_web_services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/full_audit_web_services.sh -------------------------------------------------------------------------------- /modules/full_audit_windows_services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/full_audit_windows_services.sh -------------------------------------------------------------------------------- /modules/full_audit_x11_services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lateralblast/lunar/HEAD/modules/full_audit_x11_services.sh --------------------------------------------------------------------------------