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
2020-12-16Adding and improvement translated stringsStéphane
2020-12-15Merge pull request #1060 from Varbin/solaris-netstatMichael Boelen
[NETW-3012] Use netstat on Solaris to gather listening ports
2020-12-15Merge pull request #1064 from Varbin/solaris-ips-svcsMichael Boelen
Add support for Solaris services, run BOOT-5184 there
2020-12-15Merge pull request #1074 from Varbin/german-translationMichael Boelen
Extend German translation and add more translated statuses
2020-12-15Merge pull request #1079 from Varbin/1078-path-spacesMichael Boelen
Quote binary variables during SUID/GID enumeration
2020-12-15Merge pull request #1076 from Varbin/1075-solaris-hostidMichael Boelen
Use first e1000 interface and break after match (for hostid generation on Solaris)
2020-11-24Add EndeavourOS to osdetection.ElviaSchoultz
Fixes problem #1077
2020-11-21Quote binary variables during SUID/GID enumerationSimon Biewald
Fixes cisofy/lynis#1078. Signed-off-by: Simon Biewald <sbiewald@fam-biewald.de>
2020-11-15Use first e1000 interface and break after matchSimon Biewald
Fixes CISOfy/lynis#1075. Before this commit, the interfaces "e1000g1" and "net0" were allowed. The name "e1000g0" is appended to the list. After finding an interface, the loop is interrupted now. As previously "net0" was always used, even if another interface was available, the list is reordered to "net0 e1000g1 e1000g0" to not break previous generations. A typo is also fixed ("No interface found op Solaris ..." -> "No interface found on"). Signed-off-by: Simon Biewald <simon@fam-biewald.de>
2020-11-14Use the new status strings in testsSimon Biewald
See-Also: HEAD^ Signed-off-by: Simon Biewald <simon@fam-biewald.de>
2020-11-13Merge pull request #1059 from Varbin/solaris-grub-dMichael Boelen
Test if /etc/grub.d is a directory
2020-11-13Merge pull request #1071 from Varbin/opensolaris-detectionMichael Boelen
OpenSolaris distribution detection
2020-11-13Merge pull request #1073 from Varbin/1040-1068-os-detectionMichael Boelen
Add NixOS and IPFire
2020-11-13Add NixOS to osdetectionSimon Biewald
Fixes cisofy/lynis#1068. Signed-off-by: Simon Biewald <simon@fam-biewald.de>
2020-11-13Add IPFire to osdetectionSimon Biewald
Fixes cisofy/lynis#1040. Signed-off-by: Simon Biewald <simon@fam-biewald.de>
2020-11-10Add OpenSolaris and distribution detectionSimon Biewald
New variable OPENSOLARIS to distringuish between Oracle Solaris and OpenSolaris derivates. The edge case of OpenSolaris itself is not yet solved, but OpenSolaris itself should be very rare these days. Currently detected and distinguished Solaris variants are: - Oracle Solaris >= 11 (exluding Solaris Express and OpenSolaris) - Solaris < 11 (as "Sun Solaris") - OmniosCE (but not old Omnios) - OpenIndiana - Shillix - SmartOS - Tribblix - "Unknown Illumos" for unknown distributions based on Illumos Lynis will fall back to "Sun Solaris" with "SunOS 5.X" for unknown distributions.
2020-11-10Do not incorrectly name SFM as IPSSimon Biewald
The "new" service manager was included with Solaris 10 and not 11. It is named "service management facility" (see smf(5) man page). There is no IPS service manager, the name is only used for the package manager of OpenSolaris and Solaris 11. Signed-off-by: Simon Biewald <simon@fam-biewald.de>
2020-11-09Merge pull request #1061 from Varbin/solaris-hostnameMichael Boelen
Simplify tr hostname checking expression
2020-11-09Merge pull request #1069 from Varbin/1065-opensolaris-invalid-charactersMichael Boelen
Use `od` only for displaying invalid characters
2020-11-09spelling: unknownJosh Soref
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-11-09spelling: thereforeJosh Soref
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-11-09spelling: suggestionsJosh Soref
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-11-09spelling: successfulJosh Soref
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-11-09spelling: paramsJosh Soref
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-11-09spelling: installedJosh Soref
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-11-09spelling: indentationJosh Soref
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-11-09spelling: ignoreJosh Soref
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-11-09spelling: explicitlyJosh Soref
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-11-09spelling: containsJosh Soref
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-11-09spelling: authenticationJosh Soref
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-11-09spelling: ambiguousJosh Soref
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-10-31Use correct character classSimon Biewald
Signed-off-by: Simon Biewald <simon@fam-biewald.de>
2020-10-29Use `od` only for displaying invalid charactersSimon Biewald
The first od is removed, the second time is moved to right before echoing the characters. On certain OpenSolaris distributions, `od` always outputs spaces, even if the input is empty. The spaces would have been converted to !space!, thus Lynis detected invalid characters / old style configuration. Resolves cisofy/lynis#1065. Signed-off-by: Simon Biewald <simon@fam-biewald.de>
2020-10-26Add support for Solaris services, run BOOT-5184 thereSimon Biewald
The Solaris IPS service manager (svcs) is now detected, and services managed with it are enumerated. Test BOOT-5184 now runs on Solaris, too, as SysV init scripts are supported as well, even with IPS. SysV Init has been the traditional init system on Solaris.
2020-10-25Reduce tr hostname checking expressionSimon Biewald
Solaris' tr does not support full regular expressions.
2020-10-25Use netstat on Solaris to gather listening portsSimon Biewald
2020-10-25Test if /etc/grub.d is a directory, instead always trueSimon Biewald
2020-10-25Small code enhancementsMichael Boelen
2020-10-25Merge pull request #1011 from Varbin/986-sysstat-systemdMichael Boelen
[ACCT-9626] Detect sysstat systemd unit
2020-10-25Merge branch 'master' into add-suricata-ids-ips-testMichael Boelen
2020-10-22Include AUTH-9284 and minor changesMichael Boelen
2020-10-22Merge pull request #1009 from danielorihuela/feature/get-info-on-locked-accountsMichael Boelen
[AUTH-9284] Feature: gather locked accounts info
2020-10-22Merge pull request #1008 from kolenichsj/masterMichael Boelen
Alpine Improvements
2020-10-22Merge pull request #1044 from delscate/masterMichael Boelen
Fix wc and head cmd when using busybox
2020-10-22add Synology Antivirus Essential malware scannerThomas Sjögren
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2020-10-22Merge branch 'master' into fix_nginx_parserMichael Boelen
2020-10-22Add translate function for all sectionsStéphane
+ add EN and FR up to date languages files
2020-10-21Merge pull request #1048 from konstruktoid/pgrepMichael Boelen
require pgrep before usage
2020-10-21Merge pull request #1013 from Jimver/timesyncd_fixMichael Boelen
[TIME-3185]: Change timesyncd synchronization file
2020-10-21[KRNL-5830] ignore rescue kernel on systems such as CentOSMichael Boelen