SMSBoom
SMSBoom copied to clipboard
短信接口的收集方式
想问一下就是这些短信接口都是以什么方式收集到的,好像现在有效的接口比较少了
随着项目使用者越来越多,网站的所有者会发现自己的短信 API 被频繁调用,这时肯定会采取措施的。
平时留意一下手机 APP 微信小程序的注册,如果发现不用滑块验证,图像验证等二次验证的短信验证码发送,可以尝试通过 HttpCarry
Fiddler
等抓包软件抓包。
自己搭建一套服务器 自己使用 岂不是爽歪歪
用它的还会有风险
curl --location --request POST 'https://website-api.shenlanbao.com/product/appointments/insurance/verCode'
--header 'Content-Type: application/json'
--data-raw '{"phone":"xxxxxxxxxxx","type":"sem"}'