Commit Graph

3791 Commits

Author SHA1 Message Date
Michael Boelen 9fd1a811d1
Merge pull request #1474 from tsvenbla/master
Added regex for NETW-3200 in tests_networking
2024-05-14 11:44:41 +02:00
Michael Boelen 2cb1f4351f
Merge pull request #1373 from jsegitz/tests_mac_frameworks2
tests_mac_frameworks: check for existance of semanage binary
2024-05-14 11:41:04 +02:00
Michael Boelen eeec52b160
Update tests_mac_frameworks
Changed check from is executable to is not empty
2024-05-14 11:40:50 +02:00
Michael Boelen 83695ad3e2
Merge pull request #1395 from xnoguer/issue-1280
Adding missing test number for suggestion. Issue 1280
2024-05-14 11:35:29 +02:00
Michael Boelen 182ba62369
Merge pull request #1389 from xnoguer/issue-1354
Change in suggestion message. Issue 1354
2024-05-14 11:34:12 +02:00
Michael Boelen b8064bc5de
Don't reset status of malware scanner, as there might be two available. Small change to format 2024-05-14 06:50:26 +00:00
Michael Boelen f22bfb5c6a
Merge pull request #1481 from vk6xebec/vk6xebec-macafee-1
McAfee antivirus has been deprecated
2024-05-14 08:35:15 +02:00
Michael Boelen 529102c5e7
Merge pull request #1459 from grandcentrix/macos-brew-get-versions
PKGS-7303: Added version numbers to brew packages.
2024-05-14 08:33:51 +02:00
Michael Boelen ba18b533d9
Merge pull request #1473 from NL-TCH/patch-1
Add nobara osdetection
2024-05-14 08:32:51 +02:00
Michael Boelen 6cbea90a7d
Merge pull request #1384 from xnoguer/issue-1322
Adding test MALW-3291 in order to solve issue 1322
2024-05-14 08:31:29 +02:00
Michael Boelen 52139773f3
Merge pull request #1318 from zbalkan/wazuh-logging
Added wazuh-agent as a remote syslog capability
2024-05-14 08:29:19 +02:00
Michael Boelen d9ac616d11
Merge pull request #1450 from hmrodrigues/fix/apk-PackageIsInstalled
Fixed Alpine Linux installed package detection
2024-05-14 08:23:54 +02:00
Michael Boelen f1da7bf069
Merge pull request #1365 from pyllyukko/legal-keywords-report
Added "prosecute" & "report" to LEGAL_BANNER_STRINGS
2024-05-14 08:22:41 +02:00
Michael Boelen 04e46071c7
Merge pull request #1387 from xnoguer/pr_docker_error
Checking for errors, not only warning in docker info output
2024-05-14 08:21:53 +02:00
Michael Boelen 308106993d
Merge pull request #1345 from pyllyukko/pkgtools
Added Slackware support for PackageIsInstalled() function
2024-05-14 08:20:30 +02:00
Michael Boelen 9e589806dc
Merge pull request #1154 from sanderu/HTTP-6660
Adding HTTP-6660 test
2024-05-14 08:18:53 +02:00
Michael Boelen 400d5dd0e2
Merge pull request #1470 from eltociear/patch-1
Update osdetection
2024-05-14 08:17:05 +02:00
Michael Boelen bf54ba6194
Merge pull request #1438 from xnoguer/pr_grep_3.8
PR grep 3.8
2024-05-14 08:15:25 +02:00
Michael Boelen e8facbdf35
Merge pull request #1475 from Constacalm/patch-altlinux-name-checking
Update osdetection (ALT Linux)
2024-05-14 08:13:13 +02:00
Michael Boelen c2e7c758b9
Merge pull request #1483 from oersen/tr
Update tr
2024-05-14 08:12:13 +02:00
Michael Boelen 0ff7965a80
Update lynis
Update the copyright line (year), it was very outdated
2024-05-10 14:49:47 +02:00
Michael Boelen 353b1e0bbf
Update CHANGELOG.md 2024-05-10 12:58:41 +02:00
Michael Boelen 6affbeb601
Merge pull request #1494 from arikkert/postgresDB_fixes
postgresDB fixes for almalinux, rockylinux and freebsd.
2024-05-10 12:57:50 +02:00
Andre @ ARK-ICT 740baf29af postgresDB fixes for almalinux, rockylinux and freebsd. Tested on almalinux8/9, rockylinux9 and freebsd13 2024-05-09 20:45:45 +02:00
Michael Boelen e11c8795aa
Merge pull request #1492 from gonzalo-/gonzalo--patch-1
Update binaries
2024-05-08 11:13:33 +02:00
gonzalo aec1f59432
Update binaries
Fix a showing error for grep --help on OpenBSD.

Discovered by me, fixed by  @mboelen
2024-05-04 07:52:47 +02:00
katleese 8d7c30fd9a changed AllowUsers to AllowGroups in test SSH-7440 2024-04-29 10:21:59 +02:00
Oğuz Ersen c9f89cd5f4
Update tr 2024-04-10 13:26:43 +03:00
vk6xebec dda57c536f
Merge pull request #1 from vk6xebec/vk6xebec-php82-1
Update tests_php to include PHP8.3 and 8.4
2024-04-07 11:17:15 +08:00
vk6xebec 22ce0b40c3
Update tests_php to include PHP8.3 and 8.4
PHP 8.3 is the latest version. 8.4 is the upcoming version
2024-04-07 11:16:46 +08:00
vk6xebec 75818a636c
McAfee antivirus has been deprecated
As of 1 Oct 2023, McAfee antivirus for Linux has been deprecated https://www.mcafee.com/support/?locale=no-NO&articleId=TS103384&page=shell&shell=article-view
2024-04-07 11:02:14 +08:00
Constacalm 48cb2c7cb8
Update osdetection (ALT Linux)
Consider to update osdetection script to detect ALT Linux distro in issue #1465 (https://github.com/CISOfy/lynis/issues/1465)
2024-04-01 14:48:23 +03:00
Tobias Svenblad afd0eaddf0
Added regex for NETW-3200 in tests_networking
Changed the check /bin/true to /bin/(true|false) to be more inclusive and get rid of false positives.
2024-03-28 22:01:14 +02:00
TCH 58d084ef71
Update osdetection 2024-03-26 20:50:50 +01:00
Ikko Eltociear Ashimine f36e39063a
Update osdetection
minor fix
2024-03-22 14:42:14 +09:00
Michael Boelen 967b9f1ec7
Update CHANGELOG.md 2024-03-19 11:53:28 +01:00
Michael Boelen 7627d86b88
Merge pull request #1441 from D3vil0p3r/patch-1
added Athena OS detection
2024-03-19 11:52:00 +01:00
Michael Boelen 6476036b02
Update CHANGELOG.md 2024-03-18 14:28:09 +01:00
Michael Boelen 6fe353f0d1
Merge pull request #1467 from Erasure5959/master
Update osdetection - add support for OSMC
2024-03-18 14:25:26 +01:00
Erasure5959 6f81b6502b
Update osdetection - add support for OSMC
Add detection support for OSMC.
2024-03-18 15:21:27 +02:00
Michael Boelen f5b85c65e9
Switch to pre-release 2024-03-18 09:28:51 +00:00
Michael Boelen 9b40ce5781
Merged files and moved AIX changes to the right file 2024-03-18 09:27:09 +00:00
Michael Boelen 60afce6d81
Release 3.1.1 2024-03-17 10:29:40 +00:00
Michael Boelen a2649bd500
Added ArcoLinux 2024-03-17 10:28:13 +00:00
Michael Boelen 990a590f3c
Update CHANGELOG.md 2024-03-12 13:41:07 +01:00
Michael Boelen 264012a4ff
Merge pull request #1328 from konstruktoid/issue1327
find redis.conf if /snap directory exists
2024-03-12 13:38:40 +01:00
Michael Boelen 1d3de50579
Update tests_databases 2024-03-12 13:38:04 +01:00
Michael Boelen 6aa69919be
Switch to pre-release 2024-03-12 08:40:32 +01:00
Michael Boelen 998007c971
Update CHANGELOG.md 2024-03-12 08:39:59 +01:00
Michael Boelen c869eb92bc
Merge pull request #1337 from Ximalas/redis-configuration-file-FreeBSD
Update tests_database: Redis configuration file
2024-03-12 08:38:09 +01:00