mirror of https://github.com/CISOfy/lynis.git
Added link to website, blog, github
This commit is contained in:
parent
dcb7f311fa
commit
6197ac08e7
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
#
|
||||
#################################################################################
|
||||
#
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
#
|
||||
#################################################################################
|
||||
#
|
||||
|
|
|
@ -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}"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
#
|
||||
#################################################################################
|
||||
#
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue