Update bsec
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
## BE-SECURE
|
## BE-SECURE
|
||||||
## 20260507-115124
|
## 20260511-121656
|
||||||
|
|
||||||
sudo clear
|
sudo clear
|
||||||
sudo rm -rf cav.log
|
sudo rm -rf cav.log
|
||||||
@@ -22,4 +22,4 @@ 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 -r
|
||||||
|
|||||||
Reference in New Issue
Block a user