Updated log

This commit is contained in:
mboelen 2014-09-08 15:42:40 +02:00
parent 6d1531a920
commit 284337be1b
1 changed files with 8 additions and 2 deletions

View File

@ -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
--