2456 Commits

Author SHA1 Message Date
Michael Boelen
5c5f540b43
Merge branch 'master' into master 2025-02-10 15:09:35 +01:00
macie
89383ee196
fix: HostID2 generation on OpenWrt
OpenWrt uses `dropbear` as a lightweight SSH server.

I assume, that all devices with OpenWrt have MAC address (they are routers),
so to minimize impact on other OSes, I didn't touch SSH-based HostID
generation.
2025-02-09 08:37:45 +01:00
macie
580c7a3e2c
fix: HostID generation on OpenWrt
To reduce the size of the system, OpenWrt contains only one hashing command -
`sha256sum`.

SHA-256 hash truncation to SHA1 length is allowed by NIST, see:
<https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf>.
2025-02-09 08:24:48 +01:00
Michael Boelen
e9fc2794eb
Merge pull request #1569 from nser77/nser77-patch-2
Fix for issue #1566.
2025-01-29 14:23:50 +01:00
Michael Boelen
aba1d530d3
Update tests_boot_services
As it is not a directory, we need to test if it is a file with executable bit set.
2025-01-29 14:22:59 +01:00
Michael Boelen
4f93551dd7
Merge pull request #1589 from pyllyukko/fix-1562
Fix #1562
2025-01-28 11:24:43 +01:00
Michael Boelen
c00e49f467
Merge pull request #1557 from CloudyProton/patch-1
Include powerpc64le on tests_authentication
2025-01-28 11:22:02 +01:00
Michael Boelen
95530fdc0e
Simplified copyright line and meta information as including (and updating) the year does not hold much value 2025-01-28 10:15:09 +00:00
Michael Boelen
f2ac59a130
Allow forward slash in SafeInput check 2024-12-18 17:53:09 +00:00
pyllyukko
d8844925e3
Fix #1562
kadmin.local binary might exist, even though Kerberos is not configured
and /etc/krb5.conf does not exist.
2024-12-18 17:09:23 +02:00
al-lac
acfb10aa2b Add macOS Sequoia and update EOL 2024-12-16 11:33:38 +01:00
Michael Boelen
2a540ddf75
Allow more characters as part of 'lynis configure settings' command 2024-12-03 12:34:21 +00:00
Luca Fontana
9270ab0a38 More support for busybox devices
- Replaced "head -1" with "head -n 1"
- Fixed Stat format error in busybox
- Fixed find -printf error in busybox
- SafeInput accept only alphanumeric values, underscore and hyphens
2024-11-04 19:04:37 +02:00
nser77
630769377a
Update tests_boot_services 2024-10-23 21:31:13 +02:00
Michael Boelen
3c9b37986a
Merge pull request #1561 from nser77/nser77-patch-1
FIRE-4508 - Portability, hardening and output
2024-10-16 12:27:04 +02:00
nser77
86dd94c7bc
Update tests_firewalls 2024-10-16 11:34:20 +02:00
Michael Boelen
f6275f6397
[FILE-6398] test disabled 2024-10-15 17:26:19 +00:00
Michael Boelen
b1e1f61975
[FIRE-4508] bring code and output in line with rest 2024-10-15 13:15:24 +00:00
Michael Boelen
a058d3062e
Merge pull request #1560 from nser77/nser77-patch-8
FIRE-4508 - Enhancements
2024-10-15 14:24:10 +02:00
nser77
690f82e5e4
Update tests_firewalls 2024-10-15 09:56:30 +02:00
nser77
c53969d1fc
Update tests_firewalls 2024-10-15 09:29:50 +02:00
nser77
7bdcd56f63
Update tests_firewalls 2024-10-14 16:05:33 +02:00
nser77
ade45301a8
Update tests_firewalls 2024-10-14 15:58:14 +02:00
nser77
06b220e503
Update tests_firewalls 2024-10-14 12:10:58 +02:00
nser77
d61ac72d49
Update tests_firewalls 2024-10-14 11:13:39 +02:00
Michael Boelen
ae5813fecc
Update links and improve readability of articles 2024-10-13 12:43:53 +00:00
nser77
f3ffbb0b48
Update tests_firewalls 2024-10-11 15:24:20 +02:00
Michael Boelen
e84af49ada
Remove text suggestion as it is replaced with more generic method 2024-10-11 11:15:08 +00:00
Michael Boelen
e5462afb15
Added support for blog posts and articles to support suggestions 2024-10-11 11:14:31 +00:00
nser77
0891d2693e
Update tests_firewalls 2024-10-11 11:04:56 +02:00
Michael Boelen
66b1735826
Merge branch 'master' of https://github.com/CISOfy/lynis 2024-10-10 13:03:29 +00:00
Michael Boelen
8918445e2c
[BOOT-5264] Change output and link to clarify options 2024-10-10 13:03:11 +00:00
nser77
b5d86daabb
Update tests_firewalls 2024-10-10 13:06:57 +02:00
nser77
fa9082ab77
Update tests_firewalls 2024-10-10 12:31:05 +02:00
CloudyProton
99409e04a2
Include powerpc64le on tests_authentication
Add check for powerpc64le-linux-gnu location in PAM_FILE_LOCATIONS
2024-10-10 00:29:32 +00:00
nser77
5d50814f04
Update tests_firewalls 2024-10-09 12:24:18 +02:00
nser77
d64f480823
Update tests_firewalls 2024-10-09 09:40:01 +02:00
nser77
2d4ec42696
Update tests_firewalls 2024-10-09 00:57:16 +02:00
nser77
d90413e243
Update tests_firewalls 2024-10-08 12:02:07 +02:00
nser77
13ced756cd
Update tests_firewalls 2024-10-08 11:59:24 +02:00
nser77
8ca5b83584
Update tests_firewalls 2024-10-08 11:29:48 +02:00
Michael Boelen
f4ceac048b
Merge pull request #1536 from jpasher-lazor/HTTP-6660_fix_check
HTTP-6660 - Wrap quotes properly for dash and other(?) shells
2024-10-08 11:00:14 +02:00
Michael Boelen
94a944b110
Moving entry Garden Linux 2024-10-08 08:59:31 +00:00
vassap2022
d0f5ee7df9
add gardenlinux in osdetection
Fixes: #1507
2024-10-08 10:44:17 +02:00
nser77
e9c2a1ad3f
Update tests_firewalls 2024-10-08 01:36:39 +02:00
teoberi
1a408248b0
Update tests_firewalls -> FIRE-4508
Fix copy error
2024-10-04 21:55:57 +03:00
teoberi
c51b066131
Update tests_firewalls -> FIRE-4508
Include #1554
Fix FIND variable (remove "\n" and -z)
Add sort + uniq while read line from FIND
2024-10-04 21:46:30 +03:00
Michael Boelen
f08fadb7f9
Merge pull request #1548 from teoberi/teoberi-KRNL-5622
Update tests_kernel -> KRNL-5622
2024-10-04 10:12:57 +02:00
nser77
b7ced8e030
FIRE-4508 - Fix typo in conditional expression 2024-10-04 09:21:11 +02:00
Michael Boelen
f8f2b6441a
Merge pull request #1550 from Aera23/master
Update osdetection - Peppermint OS
2024-10-04 08:26:50 +02:00