Upload files to "/"

This commit is contained in:
2026-05-07 11:53:56 +00:00
parent e0de80242c
commit b24ff075aa
2 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
## BE-SECURE ## BE-SECURE
## 20260507-113921 ## 20260507-115124
sudo clear sudo clear
sudo rm -rf cav.log sudo rm -rf cav.log
@@ -20,6 +20,6 @@ echo 'Cleaning...'
bleachbit --clean system.tmp system.cache system.trash deepscan.tmp deepscan.thumbs_db deepscan.ds_store bleachbit --clean system.tmp system.cache system.trash deepscan.tmp deepscan.thumbs_db deepscan.ds_store
echo 'Scanning...' 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 -n1
+4 -1
View File
@@ -1,5 +1,8 @@
#!/bin/bash #!/bin/bash
## CLAMAV SCRIPT
## 20260507-115124
rm -rf cav.log rm -rf cav.log
sudo clear sudo clear
echo 'ClamAV' echo 'ClamAV'
@@ -10,7 +13,7 @@ sudo freshclam
sudo systemctl start clamav-freshclam.service sudo systemctl start clamav-freshclam.service
echo 'Scanning...' 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 -n1
clear clear