-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinit.sh
48 lines (31 loc) · 2.59 KB
/
init.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#!/bin/bash
cat<<END |while read LINE; do echo -e "\e[35m$LINE\e[0m"; sleep 0.1;done
█████╗ ██████╗ ██████╗ █████╗ ██████╗ ████████╗
██╔══██╗██╔══██╗██╔══██╗██╔══██╗██╔══██╗╚══██╔══╝
███████║██║ ██║██║ ██║███████║██████╔╝ ██║
██╔══██║██║ ██║██║ ██║██╔══██║██╔═══╝ ██║
██║ ██║██████╔╝██████╔╝██║ ██║██║ ██║
╚═╝ ╚═╝╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
END
cat<<PND|while read LINE; do echo -e "\e[31m$LINE\e[0m"; sleep 0.05;done
╔═╗┌┬┐┬ ┬┌─┐┌┐┌┌─┐┌─┐┌┬┐ ╔╦╗╔╦╗╔═╗╔═╗ ╔╦╗┌─┐┌┬┐┌─┐┌─┐┌┬┐┬┌─┐┌┐┌
╠═╣ ││└┐┌┘├─┤││││ ├┤ ││ ║║ ║║║ ║╚═╗ ║║├┤ │ ├┤ │ │ ││ ││││
╩ ╩─┴┘ └┘ ┴ ┴┘└┘└─┘└─┘─┴┘ ═╩╝═╩╝╚═╝╚═╝ ═╩╝└─┘ ┴ └─┘└─┘ ┴ ┴└─┘┘└┘
╔═╗┬─┐┌─┐┬ ┬┌─┐┌┐┌┌┬┐┬┌─┐┌┐┌ ┌─┐┌┐┌┌┬┐ ╔═╗┬─┐┌─┐┌┬┐┌─┐┌─┐┌┬┐┬┌─┐┌┐┌ ╔╦╗┌─┐┌─┐┬
╠═╝├┬┘├┤ └┐┌┘├┤ │││ │ ││ ││││ ├─┤│││ ││ ╠═╝├┬┘│ │ │ ├┤ │ │ ││ ││││ ║ │ ││ ││
╩ ┴└─└─┘ └┘ └─┘┘└┘ ┴ ┴└─┘┘└┘ ┴ ┴┘└┘─┴┘ ╩ ┴└─└─┘ ┴ └─┘└─┘ ┴ ┴└─┘┘└┘ ╩ └─┘└─┘┴─┘
PND
cat << TTY
||Paritranay sadhunam vinashaya chatuskritam dharmsansthapanarthay sambahvani yuge yuge||
# Project by Yash, Rohit and Yashvardhan
# Made to kill all the ddos with LOVE....LOL!!!
TTY
sleep 1
read -p "Do you want to continue(Y/n)?" confirm && [[ $confirm == [yY] || $confirm == [yY][eE][sS] ]] || exit 1
sleep 1
sudo apt install apache2-dev
sudo apt-get install libhiredis-dev
sudo apt install g++
cd ..
make ./ADDAPT
mv .ADDAPT/libs/mod_antiddos.so /usr/lib/apache2/modules/