Upload files to "/"
This commit is contained in:
@@ -16,6 +16,7 @@ sudo systemctl start clamav-freshclam.service
|
|||||||
echo 'Cleaning...'
|
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 -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.'
|
echo 'Done.'
|
||||||
read -n1
|
read -n1
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
rm -rf cav.log
|
||||||
sudo clear
|
sudo clear
|
||||||
echo 'ClamAV'
|
echo 'ClamAV'
|
||||||
echo 'Updating...'
|
echo 'Updating...'
|
||||||
@@ -9,6 +10,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
|
||||||
echo 'Done.'
|
echo 'Done.'
|
||||||
read -n1
|
read -n1
|
||||||
clear
|
clear
|
||||||
|
|||||||
Reference in New Issue
Block a user