-
Notifications
You must be signed in to change notification settings - Fork 1
/
TBitch.sh
160 lines (147 loc) · 2.77 KB
/
TBitch.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
#!/system/xbin/bash
#coded by BL4NK
#Thanks To Daffa_Arif
############################################
# CTRL + C #
############################################
trap ctrl_c INT
ctrl_c() {
clear
echo -b $green"[#]> (ctrl + c) Detected, trying to Exit...." | lolcat
echo -b $red"[#]> Thanks udh pake tools gua " | lolcat
echo -b $blue"[#]> SEE YOU AGAIN:)..." | lolcat
sleep 1
exit
}
clear
toilet -f slant --gay "TBitch"
sleep 1
echo "\033[32;1m Coded By : Daffa Arif"
sleep 1
echo "\033[33;1m Thanks To: BL4NK , jackpot 0day exploit , Mr.K0n70L"
sleep 1
echo "\033[34;1m Contact : +6281805544127"
sleep 1
echo "\033[34;1m Pilih Tools"
echo "1. Virus Creator " | lolcat
echo "2. FB-Cracker " | lolcat
echo "3. ShellPhisher " | lolcat
echo "4. Sqlmap Termux only " | lolcat
echo "5. Locator " | lolcat
echo "6. Destroy Termux only " | lolcat
echo "7. Destroy Linux Only " | lolcat
echo "8. Install Metasploit Termux"| lolcat
echo "9. Social Engineering Termux"| lolcat
echo "10. E-mail Bomber For Termux "| lolcat
echo "00. Keluar "| lolcat
read BL4NK
if
[ $BL4NK = 1 ] || [ $BL4NK = 1 ]
then
clear
cd BL4NK
python2 vbug.py
fi
if
[ $BL4NK = 2 ] || [ $BL4NK = 2 ]
then
clear
echo "maaf tool berbayar" | lolcat
sleep 1
echo "hubungi 081805544127 via WA" | lolcat
sleep 1
echo "kembali" | lolcat
sh TBitch.sh
fi
if
[ $BL4NK = 3 ] || [ $BL4NK = 3 ]
then
clear
pkg install git -y
clear
git clone https://github.com/BL4NK5/ShellPhiser.git
clear
cd ShellPhiser
bash Mancing.sh
fi
if
[ $BL4NK = 4 ] || [ $BL4NK = 4 ]
then
clear
pkg install git -y
clear
git clone https://github.com/sqlmapproject/sqlmap.git
clear
cd sqlmap
python sqlmap.py -h
fi
if
[ $BL4NK = 5 ] || [ $BL4NK = 5 ]
then
clear
pkg install git -y
clear
git clone https://github.com/thelinuxchoice/locator.git
clear
cd locator
bash locator.sh
fi
if
[ $BL4NK = 6 ] || [ $BL4NK = 6 ]
then
clear
pkg install git -y
clear
git clone https://github.com/jseidl/GoldenEye.git
clear
cd GoldenEye
./goldeneye.py --help
fi
if
[ $BL4NK = 7 ] || [ $BL4NK = 7 ]
then
clear
apt-get install goldeneye
clear
goldeneye --help
fi
if
[ $BL4NK = 8 ] || [ $BL4NK = 8 ]
then
clear
pkg install unstable-repo -y
clear
pkg install metasploit -y
clear
msfconsole
fi
if
[ $BL4NK = 9 ] || [ $BL4NK = 9 ]
then
clear
apt install curl -y
curl -LO https://raw.githubusercontent.com/Hax4us/setoolkit/master/setoolkit.sh
sh setoolkit.sh
clear
./setup.py install
fi
if
[ $BL4NK = 10 ] || [ $BL4NK = 10 ]
then
clear
pkg install python2 -y
clear
pkg install git -y
clear
git clone https://github.com/root-ID-041/bom-mail.git
cd bom-mail
python2 Bom-mail.py
fi
if
[ $BL4NK = 00 ] || [ $BL4NK = 00 ]
then
echo "\033[31;1m keluar"
sleep 1
echo "\033[32;1m good bye:)"
sleep 1
fi