From 6197ac08e7f99127c6d21df9e3b0bd028fe40b41 Mon Sep 17 00:00:00 2001 From: mboelen Date: Sun, 13 Mar 2016 16:00:39 +0100 Subject: Added link to website, blog, github --- include/binaries | 8 ++++++-- include/consts | 13 +++++++++---- include/data_upload | 8 ++++++-- include/functions | 13 +++++++++---- include/helper_audit_dockerfile | 18 ++++++++++++++++++ include/helper_update | 16 ++++++++++++++++ include/osdetection | 13 +++++++++---- include/parameters | 8 ++++++-- include/profiles | 8 ++++++-- include/report | 8 ++++++-- include/tests_accounting | 8 ++++++-- include/tests_authentication | 8 ++++++-- include/tests_banners | 8 ++++++-- include/tests_boot_services | 8 ++++++-- include/tests_containers | 8 ++++++-- include/tests_crypto | 8 ++++++-- include/tests_custom.template | 12 ------------ include/tests_file_integrity | 8 ++++++-- include/tests_file_permissions | 8 ++++++-- include/tests_filesystems | 8 ++++++-- include/tests_firewalls | 8 ++++++-- include/tests_hardening | 8 ++++++-- include/tests_homedirs | 8 ++++++-- include/tests_insecure_services | 8 ++++++-- include/tests_kernel | 8 ++++++-- include/tests_kernel_hardening | 8 ++++++-- include/tests_ldap | 8 ++++++-- include/tests_logging | 8 ++++++-- include/tests_mac_frameworks | 8 ++++++-- include/tests_mail_messaging | 8 ++++++-- include/tests_malware | 8 ++++++-- include/tests_memory_processes | 8 ++++++-- include/tests_nameservices | 8 ++++++-- include/tests_networking | 8 ++++++-- include/tests_php | 8 ++++++-- include/tests_ports_packages | 8 ++++++-- include/tests_printers_spools | 8 ++++++-- include/tests_scheduling | 8 ++++++-- include/tests_shells | 8 ++++++-- include/tests_snmp | 8 ++++++-- include/tests_solaris | 8 ++++++-- include/tests_squid | 8 ++++++-- include/tests_ssh | 8 ++++++-- include/tests_storage | 8 ++++++-- include/tests_storage_nfs | 8 ++++++-- include/tests_time | 8 ++++++-- include/tests_tooling | 8 ++++++-- include/tests_virtualization | 8 ++++++-- include/tests_webservers | 8 ++++++-- include/tool_tips | 8 ++++++-- 50 files changed, 325 insertions(+), 112 deletions(-) diff --git a/include/binaries b/include/binaries index 06ccd032..2594ed35 100644 --- a/include/binaries +++ b/include/binaries @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/consts b/include/consts index 367409df..1e6e8797 100644 --- a/include/consts +++ b/include/consts @@ -5,11 +5,16 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy # -# This software is licensed under GPL, version 3. See LICENSE file for -# usage of this software. +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis +# +# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are +# welcome to redistribute it under the terms of the GNU General Public License. +# See LICENSE file for usage of this software. # ################################################################################# # diff --git a/include/data_upload b/include/data_upload index 96179a27..4454bd5d 100644 --- a/include/data_upload +++ b/include/data_upload @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen (michael.boelen@cisofy.com), CISOfy -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/functions b/include/functions index e1f6c720..f8480d55 100644 --- a/include/functions +++ b/include/functions @@ -5,11 +5,16 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen - CISOfy (michael.boelen@cisofy.com) -# Website: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy # -# This software is licensed under GPL, version 3. See LICENSE file for -# usage of this software. +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis +# +# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are +# welcome to redistribute it under the terms of the GNU General Public License. +# See LICENSE file for usage of this software. # ################################################################################# # diff --git a/include/helper_audit_dockerfile b/include/helper_audit_dockerfile index 268e9de4..eb6f24c0 100644 --- a/include/helper_audit_dockerfile +++ b/include/helper_audit_dockerfile @@ -1,5 +1,23 @@ #!/bin/sh +################################################################################# +# +# Lynis +# ------------------ +# +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis +# +# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are +# welcome to redistribute it under the terms of the GNU General Public License. +# See LICENSE file for usage of this software. +# +################################################################################# + if [ $# -eq 0 ]; then Display --indent 2 --text "${RED}Error: ${WHITE}Provide URL or file${NORMAL}" diff --git a/include/helper_update b/include/helper_update index 5bee2b07..a062246e 100644 --- a/include/helper_update +++ b/include/helper_update @@ -1,5 +1,21 @@ #!/bin/sh +################################################################################# +# +# Lynis +# ------------------ +# +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis +# +# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are +# welcome to redistribute it under the terms of the GNU General Public License. +# See LICENSE file for usage of this software. +# ###################################################################### # # Helper program to support automatic updates of Lynis diff --git a/include/osdetection b/include/osdetection index 37867999..ed117044 100644 --- a/include/osdetection +++ b/include/osdetection @@ -5,11 +5,16 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy # -# This software is licensed under GPL, version 3. See LICENSE file for -# usage of this software. +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis +# +# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are +# welcome to redistribute it under the terms of the GNU General Public License. +# See LICENSE file for usage of this software. # ################################################################################# # diff --git a/include/parameters b/include/parameters index b426906e..e6af6e16 100644 --- a/include/parameters +++ b/include/parameters @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/profiles b/include/profiles index e951c474..6c7385d2 100644 --- a/include/profiles +++ b/include/profiles @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/report b/include/report index fd54e56d..a29ebe33 100644 --- a/include/report +++ b/include/report @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_accounting b/include/tests_accounting index 6a092154..763380c3 100644 --- a/include/tests_accounting +++ b/include/tests_accounting @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_authentication b/include/tests_authentication index 57190f5b..1213856b 100644 --- a/include/tests_authentication +++ b/include/tests_authentication @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_banners b/include/tests_banners index 05603476..8e12cea1 100644 --- a/include/tests_banners +++ b/include/tests_banners @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_boot_services b/include/tests_boot_services index ad526381..1a789060 100644 --- a/include/tests_boot_services +++ b/include/tests_boot_services @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_containers b/include/tests_containers index 077f32c1..bc30950a 100644 --- a/include/tests_containers +++ b/include/tests_containers @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_crypto b/include/tests_crypto index 84fa86c4..37a509ad 100644 --- a/include/tests_crypto +++ b/include/tests_crypto @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen (michael.boelen@cisofy.com), CISOfy -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_custom.template b/include/tests_custom.template index 972bf017..b00c9513 100644 --- a/include/tests_custom.template +++ b/include/tests_custom.template @@ -1,17 +1,5 @@ #!/bin/sh -################################################################################# -# -# Lynis -# ------------------ -# -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com -# -# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are -# welcome to redistribute it under the terms of the GNU General Public License. -# See LICENSE file for usage of this software. -# ################################################################################# # # Here you could insert your own custom checks diff --git a/include/tests_file_integrity b/include/tests_file_integrity index 1ff022d3..df9f36b2 100644 --- a/include/tests_file_integrity +++ b/include/tests_file_integrity @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_file_permissions b/include/tests_file_permissions index 634c25d2..ec52dd00 100644 --- a/include/tests_file_permissions +++ b/include/tests_file_permissions @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_filesystems b/include/tests_filesystems index 9d08b9c5..4de4c894 100644 --- a/include/tests_filesystems +++ b/include/tests_filesystems @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_firewalls b/include/tests_firewalls index 955b4b56..14e3b3e2 100644 --- a/include/tests_firewalls +++ b/include/tests_firewalls @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_hardening b/include/tests_hardening index d764999c..5c64be8b 100644 --- a/include/tests_hardening +++ b/include/tests_hardening @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_homedirs b/include/tests_homedirs index b0f5c06b..09ae4a03 100644 --- a/include/tests_homedirs +++ b/include/tests_homedirs @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_insecure_services b/include/tests_insecure_services index a4feb52c..99833472 100644 --- a/include/tests_insecure_services +++ b/include/tests_insecure_services @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_kernel b/include/tests_kernel index 28ae96fb..45ea0e71 100644 --- a/include/tests_kernel +++ b/include/tests_kernel @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_kernel_hardening b/include/tests_kernel_hardening index 55839c85..2aa77b41 100644 --- a/include/tests_kernel_hardening +++ b/include/tests_kernel_hardening @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_ldap b/include/tests_ldap index d0d26d1c..a46c4df1 100644 --- a/include/tests_ldap +++ b/include/tests_ldap @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_logging b/include/tests_logging index 4099ae6a..5662229f 100644 --- a/include/tests_logging +++ b/include/tests_logging @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_mac_frameworks b/include/tests_mac_frameworks index 268b5d03..91dd6994 100644 --- a/include/tests_mac_frameworks +++ b/include/tests_mac_frameworks @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_mail_messaging b/include/tests_mail_messaging index 13744c47..1b295c9f 100644 --- a/include/tests_mail_messaging +++ b/include/tests_mail_messaging @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_malware b/include/tests_malware index d0d7d2c0..7c33cbae 100644 --- a/include/tests_malware +++ b/include/tests_malware @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_memory_processes b/include/tests_memory_processes index b4bda314..53b652aa 100644 --- a/include/tests_memory_processes +++ b/include/tests_memory_processes @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_nameservices b/include/tests_nameservices index 8b7281a7..1e652ca4 100644 --- a/include/tests_nameservices +++ b/include/tests_nameservices @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_networking b/include/tests_networking index e4342722..0fe2a364 100644 --- a/include/tests_networking +++ b/include/tests_networking @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_php b/include/tests_php index 0891bbf0..07425d61 100644 --- a/include/tests_php +++ b/include/tests_php @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_ports_packages b/include/tests_ports_packages index 94c71b35..56d09dfe 100644 --- a/include/tests_ports_packages +++ b/include/tests_ports_packages @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_printers_spools b/include/tests_printers_spools index 2e8a3124..676d5d20 100644 --- a/include/tests_printers_spools +++ b/include/tests_printers_spools @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_scheduling b/include/tests_scheduling index 83067dd2..221f6c7f 100644 --- a/include/tests_scheduling +++ b/include/tests_scheduling @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_shells b/include/tests_shells index 05c5f25f..ac80bf60 100644 --- a/include/tests_shells +++ b/include/tests_shells @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_snmp b/include/tests_snmp index 2cab1d06..f2cc9b19 100644 --- a/include/tests_snmp +++ b/include/tests_snmp @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_solaris b/include/tests_solaris index ac6297e6..68452cc7 100644 --- a/include/tests_solaris +++ b/include/tests_solaris @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_squid b/include/tests_squid index 02285aed..701a0a72 100644 --- a/include/tests_squid +++ b/include/tests_squid @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_ssh b/include/tests_ssh index ff0a3811..4af56faf 100644 --- a/include/tests_ssh +++ b/include/tests_ssh @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_storage b/include/tests_storage index c6b05cab..d6bbdccd 100644 --- a/include/tests_storage +++ b/include/tests_storage @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_storage_nfs b/include/tests_storage_nfs index 1327394d..6d6b9254 100644 --- a/include/tests_storage_nfs +++ b/include/tests_storage_nfs @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_time b/include/tests_time index 43239e4c..f5397c97 100644 --- a/include/tests_time +++ b/include/tests_time @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_tooling b/include/tests_tooling index 95f4f431..1e064a22 100644 --- a/include/tests_tooling +++ b/include/tests_tooling @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_virtualization b/include/tests_virtualization index c2a6ca69..abf4b3ca 100644 --- a/include/tests_virtualization +++ b/include/tests_virtualization @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tests_webservers b/include/tests_webservers index 04ce1f6f..442dd76c 100644 --- a/include/tests_webservers +++ b/include/tests_webservers @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. diff --git a/include/tool_tips b/include/tool_tips index d83b3e9a..86ccda9c 100644 --- a/include/tool_tips +++ b/include/tool_tips @@ -5,8 +5,12 @@ # Lynis # ------------------ # -# Copyright 2007-2016, Michael Boelen, CISOfy (michael.boelen@cisofy.com) -# Web site: https://cisofy.com +# Copyright 2007-2013, Michael Boelen +# Copyright 2013-2016, CISOfy +# +# Website : https://cisofy.com +# Blog : http://linux-audit.com +# GitHub : https://github.com/CISOfy/lynis # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. -- cgit v1.2.3