Upload files to "/"

This commit is contained in:
2026-04-27 23:04:12 +00:00
parent a53d62b514
commit 31b5b564cc
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -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