Update cav

This commit is contained in:
2026-05-11 12:16:47 +00:00
parent 1f9a84d0c4
commit d3102d8f71
+2 -3
View File
@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
## CLAMAV SCRIPT ## CLAMAV SCRIPT
## 20260507-134857 ## 20260511-121656
rm -rf cav.log rm -rf cav.log
sudo clear 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 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 grep --color ' FOUND ' cav.log
echo 'Done.' echo 'Done.'
read -n1 read -r
clear