From d3102d8f71431162ee199ecfb9e41f2c320d0e83 Mon Sep 17 00:00:00 2001 From: Bray <6+bray@noreply.localhost> Date: Mon, 11 May 2026 12:16:47 +0000 Subject: [PATCH] Update cav --- cav | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cav b/cav index 620f3b9..e335796 100644 --- a/cav +++ b/cav @@ -1,7 +1,7 @@ #!/bin/bash ## CLAMAV SCRIPT -## 20260507-134857 +## 20260511-121656 rm -rf cav.log sudo clear @@ -15,5 +15,4 @@ echo 'Scanning...' clamscan -raz --log=cav.log --bell --cross-fs --bytecode --scan-mail --phishing-sigs --heuristic-alerts --phishing-scan-urls #--detect-pua #--detect-structured #-v grep --color ' FOUND ' cav.log echo 'Done.' -read -n1 -clear +read -r \ No newline at end of file