-
Notifications
You must be signed in to change notification settings - Fork 0
/
Death.py
318 lines (218 loc) · 7.2 KB
/
Death.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
'''imports'''
import requests
import time
''' INPUT USERNMAE TO DOX '''
username = input('Enter username to DOX: ')
# INSTAGRAM
instagram = f'https://www.instagram.com/{username}'
# FACEBOOK
facebook = f'https://www.facebook.com/{username}'
#TWITTER
twitter = f'https://www.twitter.com/{username}'
# YOUTUBE
youtube = f'https://www.youtube.com/{username}'
# BLOGGER
blogger = f'https://{username}.blogspot.com'
# GOOGLE+
google_plus = f'https://plus.google.com/s/{username}/top'
# REDDIT
reddit = f'https://www.reddit.com/user/{username}'
# WORDPRESS
wordpress = f'https://{username}.wordpress.com'
# PINTEREST
pinterest = f'https://www.pinterest.com/{username}'
# GITHUB
github = f'https://www.github.com/{username}'
# TUMBLR
tumblr = f'https://{username}.tumblr.com'
# FLICKR
flickr = f'https://www.flickr.com/people/{username}'
# STEAM
steam = f'https://steamcommunity.com/id/{username}'
# VIMEO
vimeo = f'https://vimeo.com/{username}'
# SOUNDCLOUD
soundcloud = f'https://soundcloud.com/{username}'
# DISQUS
disqus = f'https://disqus.com/by/{username}'
# MEDIUM
medium = f'https://medium.com/@{username}'
# DEVIANTART
deviantart = f'https://{username}.deviantart.com'
# VK
vk = f'https://vk.com/{username}'
# ABOUT.ME
aboutme = f'https://about.me/{username}'
# IMGUR
imgur = f'https://imgur.com/user/{username}'
# FLIPBOARD
flipboard = f'https://flipboard.com/@{username}'
# SLIDESHARE
slideshare = f'https://slideshare.net/{username}'
# FOTOLOG
fotolog = f'https://fotolog.com/{username}'
# SPOTIFY
spotify = f'https://open.spotify.com/user/{username}'
# MIXCLOUD
mixcloud = f'https://www.mixcloud.com/{username}'
# SCRIBD
scribd = f'https://www.scribd.com/{username}'
# BADOO
badoo = f'https://www.badoo.com/en/{username}'
# PATREON
patreon = f'https://www.patreon.com/{username}'
# BITBUCKET
bitbucket = f'https://bitbucket.org/{username}'
# DAILYMOTION
dailymotion = f'https://www.dailymotion.com/{username}'
# ETSY
etsy = f'https://www.etsy.com/shop/{username}'
# CASHME
cashme = f'https://cash.me/{username}'
# BEHANCE
behance = f'https://www.behance.net/{username}'
# GOODREADS
goodreads = f'https://www.goodreads.com/{username}'
# INSTRUCTABLES
instructables = f'https://www.instructables.com/member/{username}'
# KEYBASE
keybase = f'https://keybase.io/{username}'
# KONGREGATE
kongregate = f'https://kongregate.com/accounts/{username}'
# LIVEJOURNAL
livejournal = f'https://{username}.livejournal.com'
# ANGELLIST
angellist = f'https://angel.co/{username}'
# LAST.FM
last_fm = f'https://last.fm/user/{username}'
# DRIBBBLE
dribbble = f'https://dribbble.com/{username}'
# CODECADEMY
codecademy = f'https://www.codecademy.com/{username}'
# GRAVATAR
gravatar = f'https://en.gravatar.com/{username}'
# PASTEBIN
pastebin = f'https://pastebin.com/u/{username}'
# FOURSQUARE
foursquare = f'https://foursquare.com/{username}'
# ROBLOX
roblox = f'https://www.roblox.com/user.aspx?username={username}'
# GUMROAD
gumroad = f'https://www.gumroad.com/{username}'
# NEWSGROUND
newsground = f'https://{username}.newgrounds.com'
# WATTPAD
wattpad = f'https://www.wattpad.com/user/{username}'
# CANVA
canva = f'https://www.canva.com/{username}'
# CREATIVEMARKET
creative_market = f'https://creativemarket.com/{username}'
# TRAKT
trakt = f'https://www.trakt.tv/users/{username}'
# 500PX
five_hundred_px = f'https://500px.com/{username}'
# BUZZFEED
buzzfeed = f'https://buzzfeed.com/{username}'
# TRIPADVISOR
tripadvisor = f'https://tripadvisor.com/members/{username}'
# HUBPAGES
hubpages = f'https://{username}.hubpages.com'
# CONTENTLY
contently = f'https://{username}.contently.com'
# HOUZZ
houzz = f'https://houzz.com/user/{username}'
#BLIP.FM
blipfm = f'https://blip.fm/{username}'
# WIKIPEDIA
wikipedia = f'https://www.wikipedia.org/wiki/User:{username}'
# HACKERNEWS
hackernews = f'https://news.ycombinator.com/user?id={username}'
# CODEMENTOR
codementor = f'https://www.codementor.io/{username}'
# REVERBNATION
reverb_nation = f'https://www.reverbnation.com/{username}'
# DESIGNSPIRATION
designspiration = f'https://www.designspiration.net/{username}'
# BANDCAMP
bandcamp = f'https://www.bandcamp.com/{username}'
# COLOURLOVERS
colourlovers = f'https://www.colourlovers.com/love/{username}'
# IFTTT
ifttt = f'https://www.ifttt.com/p/{username}'
# EBAY
ebay = f'https://www.ebay.com/usr/{username}'
# SLACK
slack = f'https://{username}.slack.com'
# OKCUPID
okcupid = f'https://www.okcupid.com/profile/{username}'
# TRIP
trip = f'https://www.trip.skyscanner.com/user/{username}'
# ELLO
ello = f'https://ello.co/{username}'
# TRACKY
tracky = f'https://tracky.com/user/~{username}'
# BASECAMP
basecamp = f'https://{username}.basecamphq.com/login'
''' WEBSITE LIST - USE FOR SEARCHING OF USERNAME '''
WEBSITES = [
instagram, facebook, twitter, youtube, blogger, google_plus, reddit,
wordpress, pinterest, github, tumblr, flickr, steam, vimeo, soundcloud, disqus,
medium, deviantart, vk, aboutme, imgur, flipboard, slideshare, fotolog, spotify,
mixcloud, scribd, badoo, patreon, bitbucket, dailymotion, etsy, cashme, behance,
goodreads, instructables, keybase, kongregate, livejournal, angellist, last_fm,
dribbble, codecademy, gravatar, pastebin, foursquare, roblox, gumroad, newsground,
wattpad, canva, creative_market, trakt, five_hundred_px, buzzfeed, tripadvisor, hubpages,
contently, houzz, blipfm, wikipedia, hackernews, reverb_nation, designspiration,
bandcamp, colourlovers, ifttt, ebay, slack, okcupid, trip, ello, tracky, basecamp,
]
''' COLOUR PRINTING FUNCTION '''
def outer_func(colour):
def inner_function(msg):
print(f'{colour}{msg}')
return inner_function
''' COLOUR PRINTS '''
GREEN = outer_func('\033[92m')
YELLOW = outer_func('\033[93m')
RED = outer_func('\033[91m')
''' BANNER '''
def banner():
print('''
_ _ _
| | | | | |
__| | ___ __ _| |_| |__
/ _` |/ _ \/ _` | __| '_ \
| (_| | __/ (_| | |_| | | |
\__,_|\___|\__,_|\__|_| |_|
''')
def search():
GREEN(f'[+] Searching for username:{username}')
time.sleep(0.5)
print('.......')
time.sleep(0.5)
print('.......\n')
time.sleep(0.5)
time.sleep(0.5)
print('.......')
time.sleep(0.5)
print('.......\n')
time.sleep(0.5)
time.sleep(1)
count = 0
match = True
for url in WEBSITES:
r = requests.get(url)
if r.status_code == 200:
if match == True:
GREEN('[+] FOUND MATCHES')
match = False
YELLOW(f'\n{url} - {r.status_code} - OK')
if username in r.text:
GREEN(f'POSITIVE MATCH: Username:{username} - text has been detected in url.')
else:
GREEN(f'POSITIVE MATCH: Username:{username} - \033[91mtext has NOT been detected in url, could be a FALSE POSITIVE.')#
count += 1
total = len(WEBSITES)
GREEN(f'FINISHED: A total of {count} MATCHES found out of {total} websites.')
if __name__=='__main__':
banner()
search()