Update SMS_bomber_version2.py

This commit is contained in:
nxwoof 2021-09-06 20:14:09 +05:30 committed by GitHub
parent b7bbe281dd
commit f77f9ae5cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ def send(num, counter, slep):
for x in url1:
banner()
print("Target Number : ", num)
print("Number of Message Sent : ", y+1)
print("Number of Messages to Sent : ", y+1)
result_url=str(x)+num
resp1=Request(result_url)
urlopen(resp1)