Upload files to "/"

This commit is contained in:
2026-04-14 21:50:30 +00:00
parent eb36d9cfe8
commit 1496e45509
19 changed files with 611 additions and 0 deletions

12
rks Normal file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
sudo clear
echo 'Rootkit Scan'
echo 'Installing/Updating Scanners...'
sudo apt install chkrootkit rkhunter
echo 'Scanning...'
sudo chkrootkit
sudo rkhunter -c -x --sk
echo 'Done.'
read -n1
clear