Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-09Changed date and preparing for release2.4.1Michael Boelen
2017-02-05Updated commandsMichael Boelen
2017-01-28Check for OS name in Postfix bannerMichael Boelen
2017-01-28Log weak banner and code enhancementsMichael Boelen
2017-01-28Added support for iptables-saveMichael Boelen
2017-01-28Added FIRE-4586Michael Boelen
2017-01-28Use the data from machine ID when no SSH keys are availableMichael Boelen
2017-01-27Strip out any comments at end of nginx configuration linesMichael Boelen
2017-01-24Added support for Trend Micro and Cylance (macOS)Michael Boelen
2017-01-24Add stderr for other network testsMichael Boelen
2017-01-24Add stderr for NETW-3004Michael Boelen
2017-01-16Variable name in reportWarning function (#342)Andres Gomez Casanova
* Variable name * Update functions * Update functions
2017-01-16Set MAC_FRAMEWORK_ACTIVE=1 if grsecurity's RBAC is enabled (#348)pyllyukko
* Look for gradm utility * Set MAC_FRAMEWORK_ACTIVE=1 if grsec's RBAC is enabled
2016-12-02Solved error on AIXMichael Boelen
2016-12-02Allow option to configure host IDs via profileMichael Boelen
2016-11-20Improve output of reportMichael Boelen
2016-11-20[KRNL-5830] Improved loggingMichael Boelen
2016-11-20[KRNL-5788] Remove exception, style improvementsMichael Boelen
2016-11-19Only show non-privileged tests that were skipped if they are applicable to ↵Michael Boelen
our platform
2016-11-19Improve DragonFly support (#329)Zach Crownover
* Update facter location for BSDs BSDs tend to place third party binaries in /usr/local rather than /usr * Add support for DragonFly boot loader detection DragonFly BSD has the same file paths for the bootloader as FreeBSD * Add kernel module checking for DragonFly DragonFly BSD checks kernel modules the same way as FreeBSD * Add DragonFly check for login shells DragonFly's login files are the same as FreeBSD's * Add HAMMER PFS Detection All PFS mounts in HAMMER systems for DragonFly will be detected now
2016-11-08Added Arch Linux detection via /etc/os-releaseMichael Boelen
2016-11-08Added variable for readlink binaryMichael Boelen
2016-11-05Fix for NAME-4408: getent hosts localhost may show two lines on Ope… (#310)alobodzinski
* Fix for NAME-4408: getent hosts localhost may show two lines on OpenBSD * This version does the comparisons in little less awkward way
2016-11-05macOS Refactoring (#311)Justin P
* Default all macOS `OS` names as macOS. Added comments to specify `uname` outputs for better understanding. * Refactored all `Mac` instances referring to macOS over to `macOS` formatting. Tested on my own machine, unable to find any errors outside of normal parameters.
2016-11-05Fix Dockerfile audit (#313)Michael Mior
2016-10-28Added more definitions for toolsMichael Boelen
2016-10-28Improve usage and display of update toolMichael Boelen
2016-10-27Added missing space2.4.0Michael Boelen
2016-10-27[FIRE-4518] mark as a root-only test - correctionMichael Boelen
2016-10-27[FIRE-4518] mark as a root-only testMichael Boelen
2016-10-27[NETW-3004] add macOS supportMichael Boelen
2016-10-27[AUTH-9234] reversed username and uidMichael Boelen
2016-10-27Check for presence of custom.prf, otherwise quit with suggestionMichael Boelen
2016-10-27Improved loggingMichael Boelen
2016-10-27Missing exclamation markMichael Boelen
2016-10-27[AUTH-9234] style and enhanced support for macOSMichael Boelen
2016-10-27[AUTH-9234] support for macOS user gatheringMichael Boelen
2016-10-27Updates to include/tests_authentication (#308)Justin P
* adjusted. For test number 9234, added comments stating macOS doesn’t use /etc/passwd for normal users. macOS uses `opendirectoryd` as the backend for user management. So, `dscacheutil` is the recommended program to parse that information. I input a sample line as a comment in the test area. * Revert "adjusted." This reverts commit 2166e5da94ab1c04c56124c7c41b788a7d3d0172. * Test 9208 and 9234 Updated For test number 9208, the LogText was clumsily written. Text has been adjusted. For test number 9234, added comments stating macOS doesn’t use `/etc/passwd` for normal users. macOS uses `opendirectoryd` as the backend for user management. So, `dscacheutil` is the recommended program to parse that information. I input a sample line as a comment in the test area. * Test 9208 and 9234 Updated For test number 9208, the LogText was clumsily written. Text has been adjusted. For test number 9234, added comments stating macOS doesn’t use `/etc/passwd` for normal users. macOS uses `opendirectoryd` as the backend for user management. So, `dscacheutil` is the recommended program to parse that information. I input a sample line as a comment in the test area.
2016-10-26Missing fi in BOOT-5139Michael Boelen
2016-10-26Style improvementsMichael Boelen
2016-10-26Style improvementsMichael Boelen
2016-10-26Merge branch 'master' of https://github.com/CISOfy/lynisMichael Boelen
2016-10-26NETW-3030 - DHCPD Support Added (#299)marcus-cr
Added support for DHCPD
2016-10-26Malware Scanner Colors for Personal Machine Role (#301)marcus-cr
Results for malware scanner will show different color for “personal” machine-roles (in yellow) rather than the other roles (in red). Added for leniency towards typical personal PC users for not having malware scanner (should be a suggestion). Also included log text result if no scanner found, regardless of machine-role.
2016-10-26Updated profiles (#300)marcus-cr
* Updated profiles Added “personal” machine-role, changed “desktop” to “workstation”. * Changed Default Profile Amended roles of system: changed “desktop” to “workstation”, and added “personal”.
2016-10-26[BOOT-5139] support for rolesMichael Boelen
2016-10-26Changed LILO testing depending on server/workstation or personal roles (#302)marcus-cr
Test will display result in red if no boot loader password set and if server or workstation role was set. Cosmetic change for log text, one instead of two log texts. Test displays result in yellow if using personal machine role as suggestion for typical users.
2016-10-26Warning added for missing AIDE config file (#303)marcus-cr
Warning given if AIDE is detected but no configuration file found. Without configuration file AIDE will not work.
2016-10-26Improve versions for macOSMichael Boelen
2016-10-26Allow x.y.z for macOS versionsMichael Boelen