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
2019-09-13Tests using lsof may ignore threads (if supported)Michael Boelen
2019-08-21Added initial support for DevOps mode to improve continuous integrationMichael Boelen
2019-08-21Preparations for forensics scan modeMichael Boelen
2019-08-04Added support for swupd (Clear Linux OS)Michael Boelen
2019-07-18Moved variablesMichael Boelen
2019-07-18Merge pull request #730 from Marzal/Marzal-PRIVILEGEDMichael Boelen
Fix $privileged var being overwrite
2019-07-18Delete PRIVILEGED var from this fileDavid
if PRIVILEGED is set in the file, it will overwrite the value in the main program always to 0. This change depends in the other commit that set the variable in both cases.
2019-07-18Strict mode needs this vars initializedDavid
2019-07-14Internal reorganizationMichael Boelen
2019-07-12Add timing measurement of individual tests and report themMichael Boelen
2019-07-08New profile option to ignore specified certificate directoriesMichael Boelen
2019-07-07Added new colors and regroupingMichael Boelen
2019-07-03New option to disable plugins via profileMichael Boelen
2019-04-15Added missing variablesMichael Boelen
2019-04-13Added new 'generate' commandMichael Boelen
2019-04-07Detect equery binaryMichael Boelen
2019-03-29Add apt and dpkg binariesMichael Boelen
2019-03-14Initial work to detect Lynis in cronjobsMichael Boelen
2019-01-31Changed year and preparing for new releaseMichael Boelen
2018-10-05Initialise some variables for uploadingMichael Boelen
2018-09-19Added QNAP device variableMichael Boelen
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