From 92c17a6090f589aa24745083f257912afc80b572 Mon Sep 17 00:00:00 2001 From: bmixed <2+bmixed@noreply.localhost> Date: Mon, 27 Apr 2026 21:48:14 +0000 Subject: [PATCH] Upload files to "/" --- bsec | 4 ++-- cav | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 cav diff --git a/bsec b/bsec index da30269..5c5ca82 100644 --- a/bsec +++ b/bsec @@ -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 diff --git a/cav b/cav new file mode 100644 index 0000000..fee327c --- /dev/null +++ b/cav @@ -0,0 +1,14 @@ +#!/bin/bash + +sudo clear +echo 'ClamAV' +echo 'Updating...' +sudo apt install clamav +sudo systemctl stop clamav-freshclam.service +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 +echo 'Done.' +read -n1 +clear