From 284337be1b1550ced27a4be8f34783d6c9f3dc5e Mon Sep 17 00:00:00 2001 From: mboelen Date: Mon, 8 Sep 2014 15:42:40 +0200 Subject: [PATCH] Updated log --- CHANGELOG | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index bea1e66e..d596ea2a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,7 +5,7 @@ ================================================================================ - Author: Michael Boelen (michael@rootkit.nl) + Author: Michael Boelen (michael.boelen@cisofy.com) Description: Security and system auditing tool Website: http://cisofy.com/lynis/ http://www.rootkit.nl/projects/lynis.html @@ -20,12 +20,18 @@ * 1.6.1 (2014-09-xx) + New: + - Added --pentest parameter to run a non-privileged scans (e.g. for pentesting) + - Show skipped tests in report if they require root and scan is non-privileged + Changes: - Improved vulnerable packages test on Debian based systems (apt-check) [PKGS-7392] - - Extended SafePerms function to also check for UID - Improved chown command when file permissions are incorrect - Test for actual files in /etc/modprobe.d before grepping in it - Don't show warnings for 'swap' in 4th column fstab file [FILE-6336] + - Changes to parameters and functions, to allow penetration tests with Lynis + - Extended SafePerms function to also check for UID + - Several tests will have root-only bit set - Improved netstat tests on Arch Linux --