forked from jeager000/Footprinting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinder_account.py
430 lines (325 loc) · 10.7 KB
/
finder_account.py
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
import requests
from termcolor import colored
import os
import time
baner="""
<•==================•>
| [Code by Jeager] |
<•=================| [ ©2020 ] |=================•>
| ___ __ _ ___ __ _ ___ _ __ __ _ ___| | __ |
| / __/ _` |/ __/ _` |/ __| '__/ _` |/ __| |/ / |
| | (_| (_| | (_| (_| | (__| | | (_| | (__| < |
| \___\__,_|\___\__,_|\___|_| \__,_|\___|_|\_\ |
<•============== ==============•>
| [ Youtube: CACACRACK ] |
| [ Instagram: Jeager000 ] |
<•==========================•>"""
print(colored(baner,'green'))
print(colored('Announcement:','cyan'))
print(colored('conditions for joining cacacrack,','cyan'))
print(colored('send any program (python3) that','cyan'))
print(colored('you make to e-mail: [email protected]','cyan'))
print(os.linesep)
print(colored("[!]( get a username on any social media )[!]",'yellow'))
tag=str(input(colored('Enter tag: ','yellow')))
print(os.linesep)
print(colored('Waiting...','yellow'))
time.sleep(3)
facebook='https://www.facebook.com/'
x=requests.get(facebook+tag)
if x.status_code == 200:
print(colored('Facebook found: '+facebook+tag,'green'))
else:
print(colored('Facebook not found!!!','red'))
instagram='https://www.instagram.com/'
x=requests.get(instagram+tag)
if x.status_code == 200:
print(colored('Instagram found: '+instagram+tag,'green'))
else:
print(colored('Instagram not found!!!','red'))
google_plus='https://plus.google.com/'
x=requests.get(google_plus+tag+'/posts')
if x.status_code == 200:
print(colored('Google plus found: '+google_plus+tag+'/posts','green'))
else:
print(colored('Google plus not found!!!','red'))
twitter='https://www.twitter.com/'
x=requests.get(twitter+tag)
if x.status_code == 200:
print(colored('Twitter found: '+twitter+tag,'green'))
else:
print(colored('Twitter not found!!!','red'))
youtube='https://www.youtube.com/'
x=requests.get(youtube+tag)
if x.status_code == 200:
print(colored('Youtube found: '+ youtube+tag,'green'))
else:
print(colored('Youtube not fund!!!','red'))
wordpress='.wordpress.com'
p='https://'
x=requests.get(p+tag+wordpress)
if x.status_code == 200:
print(colored('Wordpress found: https://'+tag+wordpress,'green'))
else:
print(colored('Wordpress not found!!!','red'))
x=requests.get('https://'+tag+'.blogspot.com')
if x.status_code == 200:
print(colored('Blogspot found: https://'+tag+'.blogspot.com','green'))
else:
print(colored('Blogspot not found!!!','red'))
github='https://www.github.com/'
x=requests.get(github+tag)
if x.status_code == 200:
print(colored('Github found: '+github+tag,'green'))
else:
print(colored('Github not found!!!','red'))
wiki='https://www.wikipedia.org/wiki/User:'
x=requests.get(wiki+tag)
if x.status_code == 200:
print(colored('Wikipedia found: '+wiki+tag,'green'))
else:
print(colored('Wikipedia not found!!!','red'))
steam='https://steamcommunity.com/id/'
x=requests.get(steam+tag)
if x.status_code == 200:
print(colored('Steam found: '+steam+tag,'green'))
else:
print(colored('Steam not found!!!','red'))
flickr='https://www.flickr.com/people/'
x=requests.get(flickr+tag)
if x.status_code == 200:
print(colored('Flickr found: '+flickr+tag,'green'))
else:
print(colored('Flickr not found!!!','red'))
pinterest='https://www.pinterest.com/'
x=requests.get(pinterest+tag)
if x.status_code == 200:
print(colored('Pinterest found: '+pinterest+tag,'green'))
else:
print(colored('Pinterest not found!!!','red'))
soundcloud='https://soundcloud.com/'
x=requests.get(soundcloud+tag)
if x.status_code == 200:
print(colored('SoundCloud found: '+soundcloud+tag,'green'))
else:
print(colored('SoundCloud not found!!!','red'))
disqus='https://disqus.com/'
x=requests.get(disqus+tag)
if x.status_code == 200:
print(colored('Disqus found: '+disqus+tag,'green'))
else:
print(colored('Disqus not found!!!','red'))
medium='https://medium.com/'
x=requests.get(medium+tag)
if x.status_code == 200:
print(colored('Medium found: '+medium+tag,'green'))
else:
print(colored('Medium not found!!!','red'))
deviantart='.deviantart.com'
x=requests.get('https://'+tag+deviantart)
if x.status_code == 200:
print(colored('Deviantart found: https://'+tag+deviantart,'green'))
else:
print(colores('Deviantart not found!!!','red'))
vk='https://vk.com/'
x=requests.get(vk+tag)
if x.status_code == 200:
print(colored('Vk found: '+vk+tag,'green'))
else:
print(colored('Vk not found','red'))
about='https://about.me/'
x=requests.get(about+tag)
if x.status_code == 200:
print(colored('About found: '+about+tag,'green'))
else:
print(colored('About not found','red'))
imgur='https://imgur.com/user/'
x=requests.get(imgur+tag)
if x.status_code == 200:
print(colored('Imgur found: '+imgur+tag,'green'))
else:
print(colored('Imgur not found!!!','red'))
flip='https://flipboard.com/@'
x=requests.get(flip+tag)
if x.status_code == 200:
print(colored('FlupBoard found: '+flip+tag,'green'))
else:
print(colored('FlipBoard not found','red'))
slid='https://slideshare.net/'
x=requests.get(slid+tag)
if x.status_code == 200:
print(colored('SlidShare found: '+slid+tag,'green'))
else:
print(colored('SlidShare not found!!!','red'))
foto='https://fotolog.com/'
x=requests.get(foto+tag)
if x.status_code == 200:
print(colored('Fotolog found: '+foto+tag,'green'))
else:
print(colored('Fotolog not found!!!','red'))
spotify='https://open.spotify.com/user/'
x=requests.get(spotify+tag)
if x.status_code == 200:
print(colored('Spotify found: '+spotify+tag,'green'))
else:
print(colored('Spotify not found!!!','red'))
mix='https://www.mixcloud.com/'
x=requests.get(mix+tag)
if x.status_code == 200:
print(colored('Mixcloud found: '+mix+tag,'green'))
else:
print(colored('Mixcloud not found','red'))
scribd='https://www.scribd.com/'
x=requests.get(scribd+tag)
if x.status_code == 200:
print(colored('Scribd found: '+scribd+tag,'green'))
else:
print(colored('Scribd not found!!!','red'))
bado='https://www.badoo.com/en/'
x=requests.get(bado+tag)
if x.status_code == 200:
print(colored('Badoo found: '+bado+tag,'green'))
else:
print(colored('Badoo not found!!!','red'))
patreon='https://www.patreon.com/'
if x.status_code == 200:
print(colored('Patreon found: '+patreon+tag,'green'))
else:
print(colored('Patreon not found!!!','red'))
bit='https://bitbucket.org/'
x=requests.get(bit+tag)
if x.status_code == 200:
print(colored('Bitbucket found: '+bit+tag,'green'))
else:
print(colored('Bitbucket not found!!!','red'))
daily='https://www.dailymotion.com/'
x=requests.get(daily+tag)
if x.status_code == 200:
print(colored('Dailymotion found: '+daily+tag,'green'))
else:
print(colored('Dailymotion not found!!!','red'))
etsy='https://www.etsy.com/shop/'
x=requests.get(etsy+tag)
if x.status_code == 200:
print(colored('Etsy found: '+etsy+tag,'green'))
else:
print(colored('Etsy not found!!!','red'))
cash='https://cash.me/'
x=requests.get(cash+tag)
if x.status_code == 200:
print(colored('Cash found: '+cash+tag,'green'))
else:
print(colored('Cash not found!!!','red'))
beh='https://www.behance.net/'
x=requests.get(beh+tag)
if x.status_code == 200:
print(colored('Behance found: '+beh+tag,'green'))
else:
print(colored('Behance not found!!!','red'))
good='https://www.goodreads.com/'
x= requests.get(good+tag)
if x.status_code == 200:
print(colored('GoodReads found: '+good+tag,'green'))
else:
print(colored('GoodReads not found!!!','red'))
ins='https://www.instructables.com/member/'
x=requests.get(ins+tag)
if x.status_code == 200:
print(colored('Instructables found: '+ins+tag,'green'))
else:
print(colored('Instructables not found!!!','red'))
keybase='https://keybase.io/'
x=requests.get(keybase+tag)
if x.status_code == 200:
print(colored('Keybase found: '+keybase+tag,'green'))
else:
print(colored('Keybase not found!!!','red'))
kong='https://kongregate.com/accounts/'
x=requests.get(kong+tag)
if x.status_code == 200:
print(colored('Kongregate found: '+kong+tag,'green'))
else:
print(colored('Kongtegate not found','red'))
jurnal='.livejournal.com'
x=requests.get('https://'+tag+jurnal)
if x.status_code == 200:
print(colored('Livejurnal found: https://'+tag+jurnal,'green'))
else:
print(colored('Livejurnal not found!!!','red'))
angel='https://angel.co/'
x=requests.get(angel+tag)
if x.status_code == 200:
print(colored('Angel found: '+angel+tag,'green'))
else:
print(colored('Angel not found','red'))
last='https://last.fm/user/'
x=requests.get(last+tag)
if x.status_code == 200:
print(colored('LastFm found: '+last+tag,'green'))
else:
print(colored('LastFm not found','red'))
drib='https://dribbble.com/'
x=requests.get(drib+tag)
if x.status_code == 200:
print(colored('Dribble found: '+drib+tag,'green'))
else:
print(colored('Dribble not found!!!','red'))
codec='https://www.codecademy.com/'
if x.status_code == 200:
print(colored('Codecademy found: '+codec+tag,'green'))
else:
print(colored('Codecademy not found!!!','red'))
grav='https://en.gravatar.com/'
x=requests.get(grav+tag)
if x.status_code == 200:
print(colored('Gravatar found: '+grav+tag,'green'))
else:
print(colored('Gravatar not found!!!','red'))
pastebin='https://pastebin.com/u/'
x=requests.get(pastebin+tag)
if x.status_code == 200:
print(colored('Pastebin found: '+pastebin+tag,'green'))
else:
print(colored('Pastebin not found!!!','red'))
four='https://foursquare.com/'
x=requests.get(four+tag)
if x.status_code == 200:
print(colored('FourSquare found: '+four+tag,'green'))
else:
print(colored('FourSquare not found!!!','red'))
rob='https://www.roblox.com/user.aspx?username='
x=requests.get(rob+tag)
if x.status_code == 200:
print(colored('Roblox found: '+rob+tag,'green'))
else:
print(colored('Roblox not found!!!','red'))
gum='https://www.gumroad.com/'
x=requests.get(gum+tag)
if x.status_code == 200:
print(colored('Gumroad found: '+gum+tag,'green'))
else:
print(colored('Gumroad not found','red'))
wat='https://www.wattpad.com/user/'
x=requests.get(wat+tag)
if x.status_code == 200:
print(colored('Wattpad found: '+wat+tag,'green'))
else:
print(colored('Wattpad not found!!!','red'))
canva='https://www.canva.com/'
x=requests.get(canva+tag)
if x.status_code == 200:
print(colored('Canva found: '+canva+tag,'green'))
else:
print(colored('Canva not found!!!','red'))
cre='https://creativemarket.com/'
x=requests.get(cre+tag)
if x.status_code == 200:
print(colored('Creativemarket found: '+cre+tag,'green'))
else:
print(colored('Creativemarket not found!!!','red'))
track='https://www.trakt.tv/users/'
x=requests.get(track+tag)
if x.status_code == 200:
print(colored('TrackTv found: '+track+tag,'green'))
else:
print(colored('TrackTv not found!!!','red'))