2476 Commits

Author SHA1 Message Date
Michael Boelen
ff44797cf7
Merge pull request #1646 from puck/dpkg-ignore-rc
Ignore Debian kernel packages with rc status
2025-08-19 13:18:08 +00:00
Michael Boelen
7b6ee4a76c
[LOGG-2144] changed process name for Wazuh agent 2025-08-19 13:13:06 +00:00
Michael Boelen
69c638d573
Added KADMINLOCALBINARY variable 2025-08-08 13:27:00 +00:00
pm187
dc5c62528f
Update osdetection - added CachyOS
Added CachyOS to include/osdetection
2025-08-05 00:01:12 -04:00
Michael Boelen
1d947b66c7
Merge pull request #1641 from al-lac/macos-tahoe
Add macOS Tahoe
2025-08-02 12:07:35 +00:00
Michael Boelen
6aa622710f
Merge pull request #1592 from pSub/patch-1
Report a warning if no logrotate configuration is found
2025-08-01 08:33:01 +00:00
Michael Boelen
7c7d100d62
Merge pull request #1608 from jpasher-lazor/add_openmandriva
Add detection for OpenMandriva Lx
2025-08-01 08:29:57 +00:00
Michael Boelen
8866355258
Improve OS detection routine related to end-of-life support and reporting 2025-07-31 11:54:41 +00:00
Michael Boelen
49402a07b6
Changes to version check, outdated state, and how information is presented at the bottom report 2025-07-31 11:12:45 +00:00
Michael Boelen
76a4f4dfd8
Allow spaces when using a parameter such as --auditor 2025-07-30 22:17:54 +00:00
Pascal Wittmann
d9548e8524 Display a missing logrotate file as a suggestion 2025-07-30 22:24:51 +02:00
Michael Boelen
8949f543e3
Merge pull request #1594 from pSub/fix/auditd-default-log-location
ACCT-9634: Check for auditd log file at default location if not defined
2025-07-30 15:18:33 +00:00
Michael Boelen
0f3e43fed6
Merge pull request #1639 from vk6xebec/master
Fix wazuh agent daemon detection
2025-07-30 15:16:05 +00:00
Andrew Ruthven
3f85804a35 Ignore Debian kernel packages with rc status
When 'apt autoremove' is used with kernel packages, they're set to rc which is
Remove, leave Conf-files. Ignose those.
2025-07-23 00:50:54 +12:00
Andrew Ruthven
f1ffd40dff Bitdefender daemon on Linux is called bdsecd 2025-07-22 23:33:40 +12:00
0xsimulacra
0f31cc1267 This openSUSE Tumbleweed-Slowroll to the list or recognisable os 2025-07-07 23:32:11 +02:00
al-lac
7efb30e78f Add macOS Tahoe 2025-07-07 08:35:23 +02:00
vk6xebec
ad38850943
Fix wazuh agent deamon
Fix "wazuh-agent" to  "wazuh-agent"

#pgrep -fl wazuh-agent
1412 wazuh-agentd
2025-06-14 19:41:52 +08:00
Justin Pasher
f0bd9c71c1
Add detection for OpenMandriva Lx 2025-02-24 23:43:27 -06:00
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
Pascal Wittmann
54dda33b87
ACCT-9634: Check for auditd log file at default location if not defined 2025-01-17 22:59:23 +01: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