From b24ff075aa0ad591d37adbf5f37a4b62a1e3e93d Mon Sep 17 00:00:00 2001 From: Bray <6+bray@noreply.localhost> Date: Thu, 7 May 2026 11:53:56 +0000 Subject: [PATCH] Upload files to "/" --- bsec | 4 ++-- cav | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/bsec b/bsec index 6b0e6cf..db52e3a 100644 --- a/bsec +++ b/bsec @@ -1,7 +1,7 @@ #!/bin/bash ## BE-SECURE -## 20260507-113921 +## 20260507-115124 sudo clear 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 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 -grep --color ' FOUND ' cav.log +grep --color ' FOUND ' cav.log echo 'Done.' read -n1 diff --git a/cav b/cav index 8499a29..cf12442 100644 --- a/cav +++ b/cav @@ -1,5 +1,8 @@ #!/bin/bash +## CLAMAV SCRIPT +## 20260507-115124 + rm -rf cav.log sudo clear echo 'ClamAV' @@ -10,7 +13,7 @@ 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 -grep --color ' FOUND ' cav.log +grep --color ' FOUND ' cav.log echo 'Done.' read -n1 clear