-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathList-ReKuV1.py
50 lines (43 loc) · 1.34 KB
/
List-ReKuV1.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
import random
import sys
import os
import time
os.system("rm list.txt")
os.system("clear")
print(" Author | ReKuShE")
time.sleep(1)
print('')
print(" Telegram | @iiwiw")
time.sleep(1)
print('')
print(" ChannelTelegram | @Professional_school")
time.sleep(1)
print('')
print(" List-ReKu V1")
time.sleep(1)
print('=========================================')
print('$Example Domain email')
print('1- @gmail.com')
print('1- @hotmail.com')
print('1- @yahoo.com')
print('1- @outlook.com')
print('============= lets go FoR hacker ==============')
#================================================
uesr = input('username =》》 ')
rekushe1 = '1234567890qwertyuiopasdfghjklzxcvbnm._'
email = input('Domain email =》》 ')
print('=========================================')
rekushe = input('What is a number List=》》 ')
rekushe = int(rekushe)
rekushe2 = input('Number of mattresses=》》 ')
rekushe2 = int(rekushe2)
print('==================================')
for password in range(rekushe):
password = ''
for item in range(rekushe2):
rekushe3 = ''
for item in range(rekushe2):
rekushe3 += random.choice(rekushe1)
print (uesr+rekushe3+email)
with open('list.txt', 'a') as x:
x.write(uesr + rekushe3 + email + '\n')