Skip to content

Commit ee0f77c

Browse files
authored
Add files via upload
1 parent fa3b295 commit ee0f77c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

HTSA.sh

+1
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ whereis wordpress | grep -i / && man wordpress| cat | head -n 4 | grep -i wordpr
412412
which apache && man apache | cat | head -n 4 | grep -i apache | tee -a /bin/lib/sh/MK3S/data/Exploit-Search.txt
413413
which www && man www | cat | head -n 4 | grep -i www | tee -a /bin/lib/sh/MK3S/data/Exploit-Search.txt
414414
which apache2 && man apache2 | cat | head -n 4 | grep -i apache2 | tee -a /bin/lib/sh/MK3S/data/Exploit-Search.txt
415+
which nginx && man nginx | cat | head -n 4 | grep -i nginx | tee -a /bin/lib/sh/MK3S/data/Exploit-Search.txt
415416
echo "----------Other Known Tools---------------|" | sudo tee -a /bin/lib/sh/MK3S/data/Exploit-Search.txt
416417
which xhydra && man xhydra | cat | head -n 4 | grep -i xhydra | tee -a /bin/lib/sh/MK3S/data/Exploit-Search.txt
417418
which ettercap && man ettercap | cat | head -n 4 | grep -i ettercap | tee -a /bin/lib/sh/MK3S/data/Exploit-Search.txt

SElinux.sh

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,4 @@ fi
77
sudo /etc/init.d/apparmor stop
88
apt purge apparmor -y
99
apt update -y && upgrade -yuf
10-
apt install selinux -y
11-
echo "The system needs to reboot to make changes. Reboot now?"
12-
read continue
13-
done
10+
apt install selinux -y

0 commit comments

Comments
 (0)