lynis/README.md

75 lines
3.5 KiB
Markdown
Raw Normal View History

2016-05-12 09:05:43 +02:00
[![Build Status](https://travis-ci.org/CISOfy/lynis.svg?branch=master)](https://travis-ci.org/CISOfy/lynis)
2013-12-10 15:00:49 +01:00
lynis
=====
2016-07-31 14:50:03 +02:00
Lynis - Security auditing and hardening tool, for UNIX-based systems
2016-07-31 14:50:03 +02:00
Lynis is a security auditing for UNIX derivatives like Linux, macOS, BSD, and Solaris. It performs an in-depth security scan on the system itself, with the goal to detect issues and provide tips for further system hardening. It will also scan for general system information, vulnerable software packages, and possible configuration issues. Lynis is commonly used by people in the "blue team" to assess the security defenses of their systems.
2015-03-18 16:06:43 +01:00
We believe software should be simple, updated on a regular basis, and open. You should be able to trust, understand, and have the option to change the software. Many agree with us, as the software is being used by thousands every day to protect their systems.
2015-07-15 15:48:59 +02:00
Main goals:
- Automated security auditing
2016-07-31 14:50:03 +02:00
- Compliance testing (e.g. ISO27001, PCI-DSS, HIPAA)
- Detect vulnerabilities
2015-07-15 15:48:59 +02:00
The software aims to also assist with:
- Configuration management
- Software patch management
- System hardening
2015-07-15 15:48:59 +02:00
- Penetration testing
- Intrusion detection
2015-03-18 16:06:43 +01:00
License:
- GPLv3
2015-07-15 15:48:59 +02:00
Typical users of the software:
2015-03-18 16:06:43 +01:00
- System administrators
- Auditors
- Security officers
- Security professionals
## Installation
### Git
2015-03-18 16:06:43 +01:00
2015-07-13 09:43:04 +02:00
1. Clone or download the project files. No compilation or installation is required.
2. Execute: `./lynis audit system`
2014-09-02 14:07:00 +02:00
If you want to run the software as root, we suggest changing the ownership of the files. Use chown -R and chgrp -R to recursively alter the owner and group.
2014-09-02 14:07:00 +02:00
### Package
Stable releases of Lynis are packaged and made available as RPM or DEB file. The [CISOfy software repository](https://packages.cisofy.com) can be used to install Lynis on systems running CentOS, Debian, Fedora, OEL, openSUSE, RHEL, Ubuntu, and others.
2015-03-18 16:06:43 +01:00
## Documentation
2015-07-15 15:48:59 +02:00
Full documentation: https://cisofy.com/documentation/lynis/
2014-12-03 23:18:39 +01:00
2015-03-18 16:06:43 +01:00
## Flexibility
2016-05-12 09:05:43 +02:00
If you want to create your own tests, have a look at the [Lynis software development kit](https://github.com/CISOfy/lynis-sdk).
2016-05-12 09:03:18 +02:00
## Security
We participate in the badge program of the Linux Foundation. By clicking on the badge you will see the related details.
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/96/badge)](https://bestpractices.coreinfrastructure.org/projects/96)
2014-12-03 23:18:39 +01:00
## Enterprise version
This software is also available as part of an enterprise solution. It includes additional functionality (plugins, centralized system, reporting, dashboard), and support.
2014-12-03 23:18:39 +01:00
## Awards
Last years we reached multiple times the top 10 of the yearly ToolsWatch vote for security tool of the year.
[![ToolsWatch Best Tools](https://www.toolswatch.org/badges/toptools/2013.svg)](https://www.toolswatch.org/2013/12/2013-top-security-tools-as-voted-by-toolswatch-org-readers/)
[![ToolsWatch Best Tools](https://www.toolswatch.org/badges/toptools/2014.svg)](https://www.toolswatch.org/2015/01/2014-top-security-tools-as-voted-by-toolswatch-org-readers/)
[![ToolsWatch Best Tools](https://www.toolswatch.org/badges/toptools/2015.svg)](https://www.toolswatch.org/2016/02/2015-top-security-tools-as-voted-by-toolswatch-org-readers/)
* 2013 - Place 6
* 2014 - Place 3
* 2015 - Place 2
## Contribute
2016-07-31 14:50:03 +02:00
We love contributors. Do you have something to share? Or help out with translating Lynis into your own language? Create an issue or pull request on GitHub, or send us an e-mail: lynis-dev@cisofy.com.
More details can be found at [Contributors Guide](https://github.com/CISOfy/lynis/blob/master/CONTRIBUTIONS.md).
2014-10-24 11:30:44 +02:00