Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 848 Bytes

File metadata and controls

41 lines (26 loc) · 848 Bytes

Lynis Installer

Downloads Lynis, a security auditing tool for Unix-like systems.

Note

This script only downloads Lynis. It does not audit, harden, or modify system security settings by itself.

Requirements

  • Bash 4.0 or newer
  • Git
  • Internet access
  • No root privileges required

Usage

Run the installer from the repository root:

./auditing/Lynis\ Installer/lynis-installer.bash

After Installation

To run a Lynis system audit:

cd ~/lynis
sudo ./lynis audit system

Review the Lynis output before applying any hardening changes. Lynis findings are recommendations, not a replacement for understanding the system's role and access requirements.

Tested On

  • Ubuntu 24.04, 22.04, 20.04
  • Debian 11, 10, 9

Version History

See CHANGELOG.md.