Upload files to "/"

This commit is contained in:
2026-04-27 21:48:14 +00:00
parent da158a40a3
commit 92c17a6090
2 changed files with 16 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/bash
sudo clear
echo 'ClamAV'
echo 'Updating...'
sudo apt install clamav
sudo systemctl stop clamav-freshclam.service
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
echo 'Done.'
read -n1
clear