From 9946cfddbc8b38a2b106b95658c2a51c83a365a4 Mon Sep 17 00:00:00 2001 From: Dominik Date: Fri, 28 Nov 2025 16:36:49 +0100 Subject: [PATCH] Commands added --- data/commands.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/commands.json b/data/commands.json index 118ce3a..9b7497b 100644 --- a/data/commands.json +++ b/data/commands.json @@ -143,8 +143,12 @@ "desc": "Scan a ssh port for all ssh relavant info" }, { - "command": "chkrootkit / rkhunter --check / lyns audit system", + "command": "chkrootkit / rkhunter --check / lynis audit system", "desc": "System checking tools for malware and auditing on linux" + }, + { + "command": "arch-audit", + "desc": "Audit installed packages for known vulnerabilities (pacman)" } ] }