3849 Commits

Author SHA1 Message Date
Michael Boelen
5dfce6506f
Merge pull request #1649 from Osmocomet/Rocky-Linux-EOL
Add Rocky Linux to EOL DB
2025-08-01 08:27:26 +00:00
Osmocomet
c343205927 Add Rocky Linux to EOL DB 2025-07-31 22:30:03 +02:00
Michael Boelen
81da9eade5
Merge pull request #1607 from jpasher-lazor/add_opensuse_slowroll
Add detection for openSUSE Slowroll
2025-07-31 12:48:48 +00:00
Michael Boelen
fcd9b760cb
Merge branch 'master' into add_opensuse_slowroll 2025-07-31 12:48:41 +00:00
Michael Boelen
7c8a9d5cc8
Show end-of-life status 2025-07-31 12:15:32 +00:00
Michael Boelen
5bff11a061
Update log 2025-07-31 11:57:26 +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
2a0c417a5c
Adjusted remark to clarify matching 2025-07-31 11:48:42 +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
Michael Boelen
4d55f7a0c9
Update CHANGELOG.md 2025-07-30 15:19:44 +00: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
d180c7bdf9
Update CHANGELOG.md 2025-07-30 15:16:49 +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
Michael Boelen
499fdaae91
Switching to development version 2025-07-29 12:16:58 +00:00
Michael Boelen
0f4d17766e
Merge pull request #1603 from macie/eol-update
Huge update of EOL database
2025-07-29 12:14:47 +00:00
Michael Boelen
380b414e09
Update CHANGELOG.md 3.1.5 2025-07-22 14:21:04 +00:00
Michael Boelen
2a8510bbd9
Merge pull request #1647 from puck/bitdefender
Bitdefender daemon on Linux is called bdsecd
2025-07-22 14:20:25 +00:00
Andrew Ruthven
f1ffd40dff Bitdefender daemon on Linux is called bdsecd 2025-07-22 23:33:40 +12:00
Michael Boelen
44c41bc3a7
Merge pull request #1642 from 0xsimulacra/master
Adds openSUSE Tumbleweed-Slowroll to the list of recognisable os
2025-07-08 09:11:48 +00:00
0xsimulacra
0f31cc1267 This openSUSE Tumbleweed-Slowroll to the list or recognisable os 2025-07-07 23:32:11 +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
Michael Boelen
2e24dd0a1e
Create publiccode.yml
Initial version of file to provide meta-data about project
2025-04-01 15:33:18 +02:00
Justin Pasher
2bccdbddfd
Add detection for openSUSE Slowroll 2025-02-21 13:59:43 -06:00
Michael Boelen
a32c7d051e
Update README.md
Minor additions, include reference to the Linux security blog (Linux Audit).
2025-02-12 14:36:18 +01:00
Michael Boelen
5cba83e942
Update CHANGELOG.md 2025-02-10 15:10:37 +01:00
Michael Boelen
d4c63a7391
Merge pull request #1215 from jsegitz/master
tests_filesystems: check for blacklisted modules also under /usr/lib/modules.d
2025-02-10 15:09:42 +01:00
Michael Boelen
5c5f540b43
Merge branch 'master' into master 2025-02-10 15:09:35 +01:00
Michael Boelen
722a1d7e8b
Update CHANGELOG.md 2025-02-10 15:05:06 +01:00
Michael Boelen
e9a8aeb620
Merge pull request #1604 from macie/openwrt-hostid
[OpenWrt] Fix HostID and HostID2 creation exceptions
2025-02-10 15:03:42 +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
macie
2b1b523fa5
feat: Update EOL database
To speedup the process, I used command:
```
cat <<EOF | while IFS= read D; do printf 'os:<name>:%s:%s:\n' "$D" "$(date '+%s' --date=$D)"; done
2025-02-07
EOF
```
2025-02-08 19:32:47 +01:00
Michael Boelen
4f7a333a35
Update lynis
Switching to development version
2025-01-29 14:26:45 +01:00
Michael Boelen
a33e0435be
Update CHANGELOG.md 2025-01-29 14:25:55 +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
85f2c14c2c
Release 3.1.4 3.1.4 2025-01-28 11:59:56 +00:00
Michael Boelen
8dc6df5493
Remove separator at the end to allow indexing, some bots otherwise include the ; 2025-01-28 10:41:07 +00:00
Michael Boelen
f16707fbf7
Update CHANGELOG.md 2025-01-28 11:26:23 +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
90f40085a1
Merge pull request #1596 from samueloph/patch-1
Update Amazon Linux 2 and 2023 EOL
2025-01-28 11:19:43 +01:00
Michael Boelen
5fc4be05af
Update software-eol.db
Corrected timestamp
2025-01-28 11:19:32 +01:00
Michael Boelen
5ea987eb29
Merge pull request #1595 from cjac/patch-1
Update CONTRIBUTORS.md
2025-01-28 11:16:13 +01:00
Michael Boelen
98152f0671
Merge branch 'master' of https://github.com/CISOfy/lynis 2025-01-28 10:15:20 +00: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
Samuel Henrique
cbc880f4a8
Update Amazon Linux 2023 EOL
As per https://docs.aws.amazon.com/linux/al2023/ug/release-cadence.html:
> The maintenance phase ends June 30, 2029.
2025-01-20 17:53:31 +00:00
Samuel Henrique
59648cc190
Update Amazon Linux 2 EOL
As per https://aws.amazon.com/amazon-linux-2/faqs/:
> Amazon Linux 2 end of support date (End of Life, or EOL) will be on 2026-06-30.
2025-01-20 12:19:59 +00:00
C.J. Collier
2fe242f464
Update CONTRIBUTORS.md
reverted to maiden name
2025-01-17 14:55:57 -08:00