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
+2 -2
View File
@@ -3,7 +3,7 @@
sudo clear
sudo rm -rf cav.log
echo 'Updating...'
sudo apt install ufw gufw clamav clamtk bleachbit fail2ban
sudo apt install ufw gufw clamav clamtk bleachbit
echo 'Checking Firewall...'
sudo ufw status
sudo ufw allow ssh
@@ -16,6 +16,6 @@ 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 --bell -raoiz --bytecode --scan-mail --phishing-sigs --cross-fs --log=cav.log --heuristic-alerts --phishing-scan-urls #--detect-pua #--detect-structured #-v
clamscan -razio --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