diff --git a/bsec b/bsec index 5c5ca82..c1a3d75 100644 --- a/bsec +++ b/bsec @@ -16,6 +16,7 @@ sudo systemctl start clamav-freshclam.service echo 'Cleaning...' bleachbit --clean system.tmp system.cache system.trash deepscan.tmp deepscan.thumbs_db deepscan.ds_store echo 'Scanning...' -clamscan -razio --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 echo 'Done.' read -n1 diff --git a/cav b/cav index fee327c..8499a29 100644 --- a/cav +++ b/cav @@ -1,5 +1,6 @@ #!/bin/bash +rm -rf cav.log sudo clear echo 'ClamAV' echo 'Updating...' @@ -9,6 +10,7 @@ sudo freshclam sudo systemctl start clamav-freshclam.service 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