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
2018-01-25Reverse PATH searchMichael Boelen
2018-01-25Use binary paths from both PATH and predefined list to improve detection on ↵Michael Boelen
all platforms
2018-01-24Initial import for USB groupMichael Boelen
2018-01-24Adding USBGuard to checks for USB Devices. (#499)Dave Vehrs
* Added kernel.dmesg_restrict to sysctl checks. * Initial addition of tests_usb_devices * More updates for tests_usb_devices * More updates * Updated logging and other output.
2018-01-18Added lsmod binaryMichael Boelen
2018-01-18Added vgdisplay binaryMichael Boelen
2018-01-18Added GRUB conf fileMichael Boelen
2018-01-18Set ip binaryMichael Boelen
2018-01-17remove non printable characters from code (#470)BlessJah
Non printable ESC character is required to obtain terminal escape sequence i.e. for changing output color. Such sequences (especially ESC character) were replaced by command substitution producing exactly same result (variable value), but using only "safe" characters. Use of printf and especialy '\033' or '\0ddd' sequences is described here: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/printf.html#tag_20_94_13 Use of $(command) or command substitution is described here: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_03 Verbatim TAB characters were replaced with \t escape sequence as described to avoid problems with editors silently replacing them or developer accidentialy messing up the regex.
2018-01-11Changed yearMichael Boelen
2017-12-24\-C flag of ps is different on BSDMichael Boelen
2017-12-08Changes for new plugin class 'hardware'Michael Boelen
2017-09-16Improve process detectionMichael Boelen
2017-08-08Set default log directory, or allow it be set per OSMichael Boelen
2017-04-30[bulk change] cleaning up, code enhancements, initialization of variables, ↵Michael Boelen
and new tests
2017-04-23Initialize variablesMichael Boelen
2017-02-10Status of MongoDB instancesMichael Boelen
2017-02-09Changed date and preparing for release2.4.1Michael Boelen
2016-12-02Allow option to configure host IDs via profileMichael Boelen
2016-11-08Added variable for readlink binaryMichael Boelen
2016-10-28Added more definitions for toolsMichael Boelen
2016-10-16Support for Docker container detectionMichael Boelen
2016-10-13Add upload-only commandMichael Boelen
2016-09-24Show possible solution with findingsMichael Boelen
2016-09-10Initialize variables for binariesMichael Boelen
2016-08-26New command 'lynis show details' to display test detailsMichael Boelen
2016-08-23Do not show update message when using 'show' helperMichael Boelen
2016-08-16Add StoreNginxSettings function to store parsed nginx configurationMichael Boelen
2016-08-13Add notebook hardware detectionMichael Boelen
2016-08-13Variable for reason why tests are skippedMichael Boelen
2016-08-13Add show-report-solution settingMichael Boelen
2016-08-11Set initial root directory to '/'Michael Boelen
2016-08-11Allow repository update to be disabledMichael Boelen
2016-08-04OS_KERNELVERSION_FULL is set only on Linux, OS_KERNELVERSION is not set on ↵alobodzinski
AIX, HP-UX, and Solaris (#254) Set initial values
2016-07-30[PKGS-7388] Readability improvements and initializationMichael Boelen
2016-07-28Allow strict code checking for developersMichael Boelen
2016-07-27Make Lynis run in quick mode by defaultMichael Boelen
2016-07-24[DBS-1880] Detection for redisMichael Boelen
2016-07-24Rename of categories, introduction of groupsMichael Boelen
2016-07-24Add header as colorMichael Boelen
2016-07-24Add bold as colorMichael Boelen
2016-07-12Proper display of tool tips configuration, while not showing tips when using ↵Michael Boelen
show module
2016-07-11Add blue colors for tipsMichael Boelen
2016-07-05Define colorsMichael Boelen
2016-07-05Implement tooltipsMichael Boelen
2016-07-05Migrate to new options, including skip-pluginsMichael Boelen
2016-07-05Add variable for settings and SSL pathsMichael Boelen
2016-06-11Add automatic detection of used languageMichael Boelen
2016-06-11Added support for multiple languagesMichael Boelen
2016-06-07Add variables for alternative upload toolMichael Boelen