Changed copyright line and links

This commit is contained in:
mboelen 2014-12-03 23:18:39 +01:00
parent 1cdb3b01ca
commit 911b92106b
5 changed files with 42 additions and 36 deletions

10
FAQ
View File

@ -7,10 +7,9 @@
Author: Michael Boelen (michael.boelen@cisofy.com) Author: Michael Boelen (michael.boelen@cisofy.com)
Description: Security and system auditing tool Description: Security and system auditing tool
Website: http://cisofy.com/lynis/ Website: https://cisofy.com/lynis/
http://www.rootkit.nl/projects/lynis.html Development: May 2007 - Now
Development start: May 2007 Suppor: See README file and https://cisofy.com/support/
Support policy: See section 'Support' (README file)
Documentation: See web site, README, FAQ and CHANGELOG file Documentation: See web site, README, FAQ and CHANGELOG file
================================================================================ ================================================================================
@ -95,5 +94,4 @@
================================================================================ ================================================================================
Lynis - Copyright 2007-2014, Michael Boelen - The Netherlands Lynis - Copyright 2007-2014, Michael Boelen, CISOfy - https://cisofy.com
http://cisofy.com

View File

@ -7,8 +7,8 @@
Author: Michael Boelen (michael.boelen@cisofy.com) Author: Michael Boelen (michael.boelen@cisofy.com)
Description: Security and system auditing tool Description: Security and system auditing tool
Web site: http://cisofy.com Web site: https://cisofy.com
Support policy: See section 'Support' Support: See 'Support' and https://cisofy.com/support/
Documentation: See web site, README, FAQ and CHANGELOG file Documentation: See web site, README, FAQ and CHANGELOG file
================================================================================ ================================================================================
@ -45,5 +45,4 @@
================================================================================ ================================================================================
Lynis - Copyright 2007-2014, Michael Boelen - The Netherlands Lynis - Copyright 2007-2014, Michael Boelen, CISOfy - https://cisofy.com
http://cisofy.com

19
README
View File

@ -7,19 +7,17 @@
Author: Michael Boelen (michael.boelen@cisofy.com) Author: Michael Boelen (michael.boelen@cisofy.com)
Description: Security and system auditing tool Description: Security and system auditing tool
Web site: http://cisofy.com/lynis/ Web site: https://cisofy.com/lynis/
http://www.rootkit.nl/projects/lynis.html Development: May 2007 - Now
Development start: May 2007
Development status: Active
Support policy: See section 'Support' Support policy: See section 'Support'
Documentation: See web site, README, FAQ and CHANGELOG file Documentation: See web site, README, FAQ and CHANGELOG file
================================================================================ ================================================================================
== Web site contains up-to-date documentation == == The website contains up-to-date documentation ==
See http://cisofy.com/documentation/lynis/ See https://cisofy.com/documentation/lynis/
[+] Introduction [+] Introduction
@ -43,12 +41,12 @@
Quick facts Quick facts
======================== ========================
- Name: Lynis - Name: Lynis
- Type: audit, security, forensics tool - Type: audit, security, hardening, forensics tool
- License: GPL v3 - License: GPL v3
- Language: Shell script - Language: Shell script
- Author: Michael Boelen - Author: Michael Boelen
- Web site: http://cisofy.com - Website: https://cisofy.com
- Required permissions: root preferred for full audit - Required permissions: root preferred, not needed
- Other requirements: write access to /tmp - Other requirements: write access to /tmp
@ -134,5 +132,4 @@
================================================================================ ================================================================================
Lynis - Copyright 2007-2014, Michael Boelen - The Netherlands Lynis - Copyright 2007-2014, Michael Boelen, CISOfy - https://cisofy.com
http://cisofy.com

View File

@ -3,12 +3,25 @@ lynis
Lynis - Security auditing and hardening tool for Unix/Linux based systems Lynis - Security auditing and hardening tool for Unix/Linux based systems
Lynis is an security auditing and hardening tool for Unix derivatives like Linux/BSD/Solaris. It performs an in-depth scan on the system to detect software and security issues. Besides information related to security, it will also scan for general system information, installed packages, and possible configuration mistakes. The software is aimed at assisting automated auditing, configuration management, software patch management, vulnerability detection, and malware scanning of Unix-based systems. Lynis is an security auditing and hardening tool for Unix derivatives like Linux, BSD and Solaris. It performs
an in-depth scan on the system to detect software and security issues. Besides information related to security,
it will also scan for general system information, installed packages, and possible configuration mistakes. The
software is aimed at assisting automated auditing, configuration management, software patch management,
vulnerability detection, and malware scanning of Unix-based systems.
<h1>Documentation</h1>
See for full documentation http://cisofy.com/documentation/lynis/
<h1>Support</h1> <h2>Documentation</h2>
See for full documentation https://cisofy.com/documentation/lynis/
<h2>Customization</h2>
For people who want to expand tests, it is suggested to use the tests_custom file (template in include directory).
Plugins are another possibility to customize, although their main goal is collecting data.
<h2>Enterprise options</h2>
This software component has additional options and support available for companies. If you want to perform more
tests and centrally manage them, consider the purchase of a license.
<h2>Support</h2>
Got an improvement to share? Create an issue in the tracker on GitHub or send us an e-mail: lynis-dev@cisofy.com Got an improvement to share? Create an issue in the tracker on GitHub or send us an e-mail: lynis-dev@cisofy.com

View File

@ -1,16 +1,15 @@
################################################################################# #################################################################################
# #
# Lynis scan profile # Lynis - Scan Profile (default)
#
# This is the default profile and is used as a baseline when testing systems and
# applications. Since there are generally no "best" options, Lynis will assume
# some default values.
#
# All empty lines or with the # prefix will be skipped
# #
# This is the default profile and contains default values. You are encouraged to # This is the default profile and contains default values. You are encouraged to
# copy this file and use it's base for custom audit profiles. # copy this file and use it's base for custom audit profiles.
# #
# All empty lines or with the # prefix will be skipped
#
# More information about this plugin can be found in the documentation:
# https://cisofy.com/documentation/lynis/
#
################################################################################# #################################################################################
[configuration] [configuration]