File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -412,6 +412,7 @@ whereis wordpress | grep -i / && man wordpress| cat | head -n 4 | grep -i wordpr
412
412
which apache && man apache | cat | head -n 4 | grep -i apache | tee -a /bin/lib/sh/MK3S/data/Exploit-Search.txt
413
413
which www && man www | cat | head -n 4 | grep -i www | tee -a /bin/lib/sh/MK3S/data/Exploit-Search.txt
414
414
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
415
416
echo " ----------Other Known Tools---------------|" | sudo tee -a /bin/lib/sh/MK3S/data/Exploit-Search.txt
416
417
which xhydra && man xhydra | cat | head -n 4 | grep -i xhydra | tee -a /bin/lib/sh/MK3S/data/Exploit-Search.txt
417
418
which ettercap && man ettercap | cat | head -n 4 | grep -i ettercap | tee -a /bin/lib/sh/MK3S/data/Exploit-Search.txt
Original file line number Diff line number Diff line change 7
7
sudo /etc/init.d/apparmor stop
8
8
apt purge apparmor -y
9
9
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
You can’t perform that action at this time.
0 commit comments