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