文件基本信息
应用基础信息
文件基本信息
应用基础信息
文件结构与资源列表
应用签名证书信息
二进制文件已签名
v1 签名: True
v2 签名: True
v3 签名: True
v4 签名: False
主题: C=cn, ST=bj, L=bj, O=ipuser, OU=ipuser, CN=ipuser
签名算法: rsassa_pkcs1v15
有效期自: 2016-07-02 11:43:26+00:00
有效期至: 2098-08-21 11:43:26+00:00
发行人: C=cn, ST=bj, L=bj, O=ipuser, OU=ipuser, CN=ipuser
序列号: 0x3435f5c4
哈希算法: sha256
证书MD5: c118816b9a0f406ba5ba053c67638185
证书SHA1: ae773917cc7a7523b41e1eb95bed61cf0aa8e3b0
证书SHA256: ac0d0777ca24956f8d584c69a7fd5d2e4fb88e276d953aec9e29ceeb9aa78e32
证书SHA512: 4667da273fe54297d8c90136e189f721a4bf15ba360aac00f095756e2ed09e59edcf69e08cddd20c379bff78f3b4d59c0fcb3ad5ed3c93dc472c8a85a40a21f5
公钥算法: rsa
密钥长度: 2048
指纹: 8bbf61332bce2af8264b5b6a580609a347650411f6732d955346f9f5fe76cf86
找到 1 个唯一证书
权限声明与风险分级
权限名称 | 安全等级 | 权限内容 | 权限描述 | 关联代码 |
---|---|---|---|---|
android.permission.READ_PHONE_STATE | 危险 | 读取手机状态和标识 | 允许应用程序访问设备的手机功能。有此权限的应用程序可确定此手机的号码和序列号,是否正在通话,以及对方的号码等。 | 显示文件 |
android.permission.INTERNET | 危险 | 完全互联网访问 | 允许应用程序创建网络套接字。 | 显示文件 |
android.permission.WRITE_EXTERNAL_STORAGE | 危险 | 读取/修改/删除外部存储内容 | 允许应用程序写入外部存储。 | 显示文件 |
i.app | 未知 | 未知权限 | 来自 android 引用的未知权限。 | |
android.permission.READ_EXTERNAL_STORAGE | 危险 | 读取SD卡内容 | 允许应用程序从SD卡读取信息。 | 显示文件 |
android.permission.MANAGE_EXTERNAL_STORAGE | 危险 | 文件列表访问权限 | Android11新增权限,读取本地文件,如简历,聊天图片。 | |
android.permission.REQUEST_INSTALL_PACKAGES | 危险 | 允许安装应用程序 | Android8.0 以上系统允许安装未知来源应用程序权限。 | |
android.permission.QUERY_ALL_PACKAGES | 普通 | 获取已安装应用程序列表 | Android 11引入与包可见性相关的权限,允许查询设备上的任何普通应用程序,而不考虑清单声明。 |
证书安全合规分析
标题 | 严重程度 | 描述信息 |
---|---|---|
已签名应用 | 信息 | 应用程序使用代码签名证书进行签名 |
Manifest 配置安全分析
序号 | 问题 | 严重程度 | 描述信息 | 操作 |
---|---|---|---|---|
1 |
应用已启用明文网络流量 [android:usesCleartextTraffic=true] |
警告 | 应用允许明文网络流量(如 HTTP、FTP 协议、DownloadManager、MediaPlayer 等)。API 级别 27 及以下默认启用,28 及以上默认禁用。明文流量缺乏机密性、完整性和真实性保护,攻击者可窃听或篡改传输数据。建议关闭明文流量,仅使用加密协议。 | |
2 |
应用已配置网络安全策略 [android:networkSecurityConfig=@xml/network_config] |
信息 | 网络安全配置允许应用通过声明式配置文件自定义网络安全策略,无需修改代码。可针对特定域名或应用范围进行灵活配置。 |
可浏览 Activity 组件分析
ACTIVITY | INTENT |
---|
网络通信安全风险分析
序号 | 范围 | 严重级别 | 描述 |
---|---|---|---|
1 | * | 高危 | 基本配置不安全地配置为允许到所有域的明文流量。 |
API调用分析
安全漏洞检测
序号 | 问题 | 等级 | 参考标准 | 文件位置 | 操作 |
---|---|---|---|---|---|
1 | 应用程序记录日志信息,不得记录敏感信息 | 信息 |
CWE: CWE-532: 通过日志文件的信息暴露
OWASP MASVS: MSTG-STORAGE-3 |
升级会员:解锁高级权限 | |
2 | 应用程序可以读取/写入外部存储器,任何应用程序都可以读取写入外部存储器的数据 | 警告 |
CWE: CWE-276: 默认权限不正确
OWASP Top 10: M2: Insecure Data Storage OWASP MASVS: MSTG-STORAGE-2 |
升级会员:解锁高级权限 | |
3 | 可能存在跨域漏洞。在 WebView 中启用从 URL 访问文件可能会泄漏文件系统中的敏感信息 | 警告 |
CWE: CWE-200: 信息泄露
OWASP Top 10: M1: Improper Platform Usage OWASP MASVS: MSTG-PLATFORM-7 |
升级会员:解锁高级权限 | |
4 | 不安全的Web视图实现。可能存在WebView任意代码执行漏洞 | 警告 |
CWE: CWE-749: 暴露危险方法或函数
OWASP Top 10: M1: Improper Platform Usage OWASP MASVS: MSTG-PLATFORM-7 |
升级会员:解锁高级权限 | |
5 | 应用程序使用SQLite数据库并执行原始SQL查询。原始SQL查询中不受信任的用户输入可能会导致SQL注入。敏感信息也应加密并写入数据库 | 警告 |
CWE: CWE-89: SQL命令中使用的特殊元素转义处理不恰当('SQL 注入')
OWASP Top 10: M7: Client Code Quality |
升级会员:解锁高级权限 | |
6 | 应用程序使用不安全的随机数生成器 | 警告 |
CWE: CWE-330: 使用不充分的随机数
OWASP Top 10: M5: Insufficient Cryptography OWASP MASVS: MSTG-CRYPTO-6 |
升级会员:解锁高级权限 | |
7 | 此应用程序使用SSL Pinning 来检测或防止安全通信通道中的MITM攻击 | 安全 |
OWASP MASVS: MSTG-NETWORK-4 |
升级会员:解锁高级权限 | |
8 | 如果一个应用程序使用WebView.loadDataWithBaseURL方法来加载一个网页到WebView,那么这个应用程序可能会遭受跨站脚本攻击 | 高危 |
CWE: CWE-79: 在Web页面生成时对输入的转义处理不恰当('跨站脚本')
OWASP Top 10: M1: Improper Platform Usage OWASP MASVS: MSTG-PLATFORM-6 |
升级会员:解锁高级权限 | |
9 | 此应用程序将数据复制到剪贴板。敏感数据不应复制到剪贴板,因为其他应用程序可以访问它 | 信息 |
OWASP MASVS: MSTG-STORAGE-10 |
升级会员:解锁高级权限 |
Native库安全分析
序号 | 动态库 | NX(堆栈禁止执行) | PIE | STACK CANARY(栈保护) | RELRO | RPATH(指定SO搜索路径) | RUNPATH(指定SO搜索路径) | FORTIFY(常用函数加强检查) | SYMBOLS STRIPPED(裁剪符号表) |
---|
文件分析
序号 | 问题 | 文件 |
---|
行为分析
编号 | 行为 | 标签 | 文件 |
---|---|---|---|
00054 | 从文件安装其他APK |
反射 |
升级会员:解锁高级权限 |
00063 | 隐式意图(查看网页、拨打电话等) |
控制 |
升级会员:解锁高级权限 |
00036 | 从 res/raw 目录获取资源文件 |
反射 |
升级会员:解锁高级权限 |
00029 | 动态初始化类对象 |
反射 |
升级会员:解锁高级权限 |
00022 | 从给定的文件绝对路径打开文件 |
文件 |
升级会员:解锁高级权限 |
00208 | 捕获设备屏幕的内容 |
信息收集 屏幕 |
升级会员:解锁高级权限 |
00199 | 停止录音并释放录音资源 |
录制音视频 |
升级会员:解锁高级权限 |
00198 | 初始化录音机并开始录音 |
录制音视频 |
升级会员:解锁高级权限 |
00194 | 设置音源(MIC)和录制文件格式 |
录制音视频 |
升级会员:解锁高级权限 |
00197 | 设置音频编码器并初始化录音机 |
录制音视频 |
升级会员:解锁高级权限 |
00196 | 设置录制文件格式和输出路径 |
录制音视频 文件 |
升级会员:解锁高级权限 |
00091 | 从广播中检索数据 |
信息收集 |
升级会员:解锁高级权限 |
00025 | 监视要执行的一般操作 |
反射 |
升级会员:解锁高级权限 |
00013 | 读取文件并将其放入流中 |
文件 |
升级会员:解锁高级权限 |
00096 | 连接到 URL 并设置请求方法 |
命令 网络 |
升级会员:解锁高级权限 |
00089 | 连接到 URL 并接收来自服务器的输入流 |
命令 网络 |
升级会员:解锁高级权限 |
00109 | 连接到 URL 并获取响应代码 |
网络 命令 |
升级会员:解锁高级权限 |
00202 | 打电话 |
控制 |
升级会员:解锁高级权限 |
00080 | 将录制的音频/视频保存到文件 |
录制音视频 文件 |
升级会员:解锁高级权限 |
00101 | 初始化录音机 |
录制音视频 |
升级会员:解锁高级权限 |
00183 | 获取当前相机参数并更改设置 |
相机 |
升级会员:解锁高级权限 |
00009 | 将游标中的数据放入JSON对象 |
文件 |
升级会员:解锁高级权限 |
00136 | 停止录音 |
录制音视频 命令 |
升级会员:解锁高级权限 |
00090 | 设置录制的音频/视频文件格式 |
录制音视频 |
升级会员:解锁高级权限 |
00182 | 打开相机 |
相机 |
升级会员:解锁高级权限 |
00004 | 获取文件名并将其放入 JSON 对象 |
文件 信息收集 |
升级会员:解锁高级权限 |
00067 | 查询IMSI号码 |
信息收集 |
升级会员:解锁高级权限 |
00138 | 设置音频源(MIC) |
录制音视频 |
升级会员:解锁高级权限 |
00125 | 检查给定的文件路径是否存在 |
文件 |
升级会员:解锁高级权限 |
00133 | 开始录音 |
录制音视频 命令 |
升级会员:解锁高级权限 |
00104 | 检查给定路径是否是目录 |
文件 |
升级会员:解锁高级权限 |
00041 | 将录制的音频/视频保存到文件 |
录制音视频 |
升级会员:解锁高级权限 |
00012 | 读取数据并放入缓冲流 |
文件 |
升级会员:解锁高级权限 |
00039 | 启动网络服务器 |
控制 网络 |
升级会员:解锁高级权限 |
00002 | 打开相机并拍照 |
相机 |
升级会员:解锁高级权限 |
00001 | 初始化位图对象并将数据(例如JPEG)压缩为位图对象 |
相机 |
升级会员:解锁高级权限 |
00072 | 将 HTTP 输入流写入文件 |
命令 网络 文件 |
升级会员:解锁高级权限 |
00030 | 通过给定的 URL 连接到远程服务器 |
网络 |
升级会员:解锁高级权限 |
00153 | 通过 HTTP 发送二进制数据 |
http |
升级会员:解锁高级权限 |
00094 | 连接到 URL 并从中读取数据 |
命令 网络 |
升级会员:解锁高级权限 |
00108 | 从给定的 URL 读取输入流 |
网络 命令 |
升级会员:解锁高级权限 |
00019 | 从给定的类名中查找方法,通常用于反射 |
反射 |
升级会员:解锁高级权限 |
00046 | 方法反射 |
反射 |
升级会员:解锁高级权限 |
00026 | 方法反射 |
反射 |
升级会员:解锁高级权限 |
00160 | 使用辅助服务执行通过视图 ID 获取节点信息的操作 |
无障碍服务 |
升级会员:解锁高级权限 |
00161 | 对可访问性节点信息执行可访问性服务操作 |
无障碍服务 |
升级会员:解锁高级权限 |
00159 | 使用辅助服务执行通过文本获取节点信息的操作 |
无障碍服务 |
升级会员:解锁高级权限 |
00173 | 获取 AccessibilityNodeInfo 屏幕中的边界并执行操作 |
无障碍服务 |
升级会员:解锁高级权限 |
敏感权限分析
恶意软件常用权限 是被已知恶意软件广泛滥用的权限。
其它常用权限 是已知恶意软件经常滥用的权限。
IP地理位置
恶意域名检测
域名 | 状态 | 中国境内 | 位置信息 | 解析 |
---|---|---|---|---|
www.objectweb.org |
安全 |
否 |
IP地址: 87.228.10.221 国家: 俄罗斯联邦 地区: 桑克-彼得堡 城市: 圣彼得堡 查看: Google 地图 |
|
手机号提取
URL链接分析
URL信息 | 源码文件 |
---|---|
http://vip.haier.com/vipCode/user/sendMobileCode https://luxchange.cn/api/sms/verifyCode/send?mobile https://www.315jiage.cn/ajax.aspx?cmd=sendSms https://viptarena.tedu.cn/sem/huabei/demoServerAPI.php?jsoncallback=jQuery1124044197752959008274_1647153172263&phone https://www.hollycrm.com/messageInterface/sendVerifyMessage.php?telNum http://ai.dearjie.com/RegisterAshx/GetPhoneVerCode.ashx http://www.66shouyou.com/api/bandphone.php?ajax=getcode&nologin=true&phone https://activity.caimigs.com/api/register/sendSms https://passport3.pconline.com.cn/passport3/api/validate_mobile.jsp?mobile https://api-user.uyess.com/v2/user/get-verify-code?access_token=31ef2993f90ec03cfde7ed96a94616f4&mobile http://www.cshixi.com/api/sendCode?username https://account.zhenrongbao.com/account/sendidentitycodenew https://host.convertlab.com/sms/get?mobile http://byrapi.yunjijiaoyu.club/user/sms/send https://apps.automation.com.cn/zhonghua/user/sendCodeForDongtai.action?mobile https://www.syscxp.com/account/api https://www.xjzhsh.com/include/ajax.php?service=siteConfig&action=getPhoneVerify&areaCode=86&account http://www.buptict.cn/uxapi/auth/auth/account/regcode http://data.miandoudou.com/member/demo/sendSms.php https://acc.maimai.cn/groundhog/account/v5/login_code?mobile https://surprisetesco.helloobjet.cn/app/auth/sendSms http://m.pkupw.com.cn/api/sms/code.html?mobile http://api.careyi.com/smb-msg/msg/msgcode?phone https://www.maycur.com/index.php/send_code/a/ajax https://id.kuaishou.com/pass/kuaishou/sms//requestMobileCode http://wo10010sh.cn/ticket/?a http://api.mps.xxllps.net/AppApi/Auth/SendSmsForSignup?phone https://www.17qiche.com/interface/sms/getSmsStatus https://card.a-liai.com/common.php?app_ajax=1&app=sys&app_act=send.sms&tel https://ds.js.design/users/sms/code https://z12.cnzz.com/stat.htm?id=12800 https://m.ocj.com.cn/customers/fieldCheck http://vcontest.mysmartedu.com.cn/index.php/First/Member/mobileCode/type/1.html?mobile http://login.ccd.com.cn/Home/SendCheckCode https://member.stockstar.com/loginm/Account/SendValidateCode http://dx.sj697.com/api.php?act=user&key=zxcvbnm&phone http://hou.myyb100.com/webapi/geticode.jsp?userid https://5.9188.com/user/sendSms.go?mobileNo http://www.xuanzhiwei.com/home/sendSms https://github.com/easysoft/zui.git http://pay.jindieo.cn/api.php?act=user&user=jindie&phone https://xzqk.nethone.cn/addons/yun_shop/api.php https://m.huhudoc.com/api/m/umsMember/getAuthCodeWithoutKey?telephone http://47.92.238.96/api/index/sendMsg?appid=3&tel http://103.151.4.54/api.php?act=user&key=3225805875&phone https://m.dgzq.com.cn/dz-wx/bind/sendMessage http://www.jingfuan.cn:8080/healthy/merchantApp/GetValidateCode https://gw-api-jdmdx.qingchunbank.com/jdmdxcredit/authentication/code?appName=huolihua&deviceToken=McRGofQOsVQZ3tlGRcQZo_QOytAER5QGj1Jjj1Rjo5SQRZd45c_nyZME51D_oceVy1e4otAGjc%2BQo_s4RZSvR1eVo_g5jcMQ51eFocSOyZMERZ%2B_yooqZ7dSV5gSZRDRWZyZj1y0&ip=113.205.12.75&mobile http://fw.cj.gov.cn/send/verification_code/sendBySms http://www.cfdaied.com/ucenter/mobile/sendMobileCode.do https://dapi.jingjingbang.cn/wechat/api/login/get-code?phone https://m.xianhua.com.cn/ajax.php https://sso.xfyun.cn/SSOService/login/phone/check https://prod.rkyx.vip/prod-api/sms/sendCode?phone https://api.miduozhuanqian.com/index.php/index/app/duanxin?phone https://browsehappy.com http://q.qingyishuju.com/chkName.asp?umobie https://www.wormholeart.com/api/common/sendSms http://47.102.103.32/api_backend.php?r=index/sms http://www.dreamtime.art/api/user/sendLoginSms?mobile http://zy.ouyeel.com/sendVerificationCode https://huodong.zuche.com/weika/getQuan.do http://slb-sport.vesal.cn/vesal-sport-prod/v1/app/member/getCode?tellAndEmail https://yws.univ-bio.com/univ-boot-official/pc/univ/utusers/getRegisterCode?t http://218.57.131.146/cwbase/ep/handlers/RouteHandler.ashx?action=GetPhoneVerCode&PhoneNum=action=GetPhoneVerCode&PhoneNum http://1.13.3.211:8001/main/user/app/sms?appKey=lnslm.byjjq.com&appMarket=_360&deviceId=123&phone https://www.zhiku66.com/wp-content/themes/modown/action/login.php http://m.qiuyi.cn/dengta/Sendmessage/sendCode?mobile http://www.xqnwk.com/c/sendcode/phone https://b.jianbing.com/51act/api/partner/captcha https://www.soliao.com/getPhoneVerifyCode https://id.app.acfun.cn/rest/web/sms/send https://graph.3vjia.com/captcha/mobile/reg https://m.6688.com/shop/MobileUI/PageData/CustomerInfo.aspx?t=0.30671315058731685&ActType=SetSessionTime&mobileNum https://haojiazhang123.com/api/web/weixin_mp/send_phone_msg https://mall-cashback.tinman.cn/noRight/campaign/send-verification-code?phone https://peslb1.huwochuxing.com/api/membership/cAuthCode?isLoading=0&msgType=1&phoneNo http://webapp.qianbao188.aloestec.com/v2/app/pub/channel/smsCode?phone https://api.folkspace.cn/api/v1/user/check/checkPhone http://feileniao.com/verification/sign_up https://jkyx-api.chiguavod.com/applet/app/user/send_code?phone http://www.iqihang.com/api/v2/user/send-sms?phone https://www.ribencun.com/rbg/api/UserHome/MobileReg https://www.meta100.art/api/auth/smsCode?phone https://39.106.39.190/index/login/sendCode https://xiongmao.xmsc.art/api/sms/send http://www.liexue.cn/api/register_code2.php?mobile http://www.jsvideo.tv:80/sendMsg?phone https://uniwechat.saicskoda.com.cn/wxPage/WebHandler.ashx https://www.ji-cn.com/wxApp/php/public/long/sendlongshancode?mobile https://activity-h5.dapengjiaoyu.cn/quantity/api/send https://m.yae920.cn/login/getSmsCode?mobile http://www.365liye.com/API/Site/Member/SendCode?tel https://esma.iccec.cn/apis/esma/users/signup/mobile?mobile https://cdn2.sihuanyun.com/dspjx/js/dspjxindex.js https://ceya.kpxdr.com/api.php?hm https://aerfaying.com/WebApi/Users/SendSmsVerificationCode https://api.passport.pptv.com/snsms/sendcode?_source=ppsports&apptype=android&appversion=1.0.7.1&deviceId=7433976558071546231901338_vx768bn3ieimjk1n3g5opc7w&terminal=APP&phoneNumber http://hz.beiyuidc.cn/api/index/submit?key=b3b8819d0e71e9be606169c48ad3bed1&phone https://www.cqrc.net/api?telephone http://xuanmnet.cn/register_phone_send https://sub-api.mrrck.com/api/common/getValidateCode https://weblive.61draw.com/backend-api/class-api/v1/student/web/authCode?deviceId=218c327a-0bcf-4ac4-bc6a-3792f3b53553 https://www.teamsbuy.com/api/v1/home/common/sendSMS https://www.5858.com.cn/index.php?user/getsmscode http://api.midukanshu.com/auth/mobileVerify?mobile=13124654461109 https://tyrz.zwfw.gxzf.gov.cn/portal/veryCode/smsCode http://j.esf.leju.com/ucenter/islejuuser?mobile https://app.cdzcar.com/drive/index/get_code?phone https://zzkh.gf.com.cn/token/mobile/sendSmsCode?mobile http://haifit.geexon.com/app/app-user/authCode?account http://rest.zhibo.tv/user/send-phone-code?mobile https://www.wendaifu.com/index/yiyuanzaixian/get_code http://7.hongzhaji.vip/api.php?act=user&key=973406209&phone https://www.baoxiaohe.com/api/v2/users/getcode http://duanxin.diluw.com/index.php?hm http://www.100ppi.com/ecp/ppi/get_sf/get_yzm.php?m http://hdh.10086.cn/common/validationIP?phone https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile http://system.xuanshangmao.com/rest/regist/code http://www.happigo.com/shop/index.php?act=login&op=send_auth_code&mobile https://jf.jr-zbj.com/prod-api/system/channelRegisteredCount/recording http://hr.xfcbank.com/ajax/wap.php?action=get_authcode&mobile http://154.86.26.81/port/?lx=1&phone https://dx.97sq.com/index.php?hm http://agw.keepc.com:2001/1.0/kc/account/check_and_code?auth_type=key&data=phone%3D http://www.cuour.org/api/smsCenters http://47.111.99.93:7704/phoneregcode.html https://www.szzysk.cn/manghe/app/sms/openApi/getLoginSms?phone https://api.account.meitu.com/common/login_verify_code.json https://imv-id.viviv.com/pass/imv/sms/code?app=highsheng&egid=DFP601E9C06745E3891C0137EEF58E3EA8B73BE1C0E03B26565CA137105BE6FA&os=ANDROID_9&od=fb7fa448e87a4d6c3d57d9394769494f798b7277f805baf46937ac1007907b31&ch=VIVO&nt=wifi&md=V1809A&lan=zh-CN&fr=ANDROID&mi=868840042250910&did=ANDROID_339c0ba8ac7f330c&ve=3.14.5.350054&_sign=5f4e1a1dbb55c74259171415114faa497a69146f0a06081e&_sdata=3sCt3iAAMzIxODM2OTQzAM8HAFIDpQIGhUm1JhAAAADQZczhtnmewrqqJU-9YNFX http://qiangbus.com/sms/fs/sendtype/0/mobile http://tata.gameabc2.com/sms/sendfornologin?phone https://track.uc.cn/collect?lt=accountsdk&uuid=&dn=&pg=&appid=27f65b2d60f7&client_id=259&device_id=XkKhKcdF8ZYDACdVDy%2BZVv6Q&sdk_v=1.0.0.0&lang=zhHansCN&sn=20024229744309168a47d79&imsi=46001&imei=1E0D9617438F4A0DBED0AEB20FF19A50&mac=&idfa=&machine=iPhone&os=iOS&utdid=XkKhKcdF8ZYDACdVDy%2BZVv6Q&t=20200211%2020%3A42%3A43&e_c=send_sms_code_sdk&action=send_sms_code_sdk&request_id=DC12B810056D4DE899C97ADA95A03A6D1581424961&response_code=20004&supplement_1=login&supplement_2 https://gateway.qschou.com/v3.0.0/activity/captcha?phone http://www.zszjqa.com/Consult_App/rest/user/validate https://user.ifeng.com/api/v1/sendsms?platform=w&systemid=1 https://smallprogram.sunlands.com/camp-prod/append/web/index.php?r=login/sms&tel http://passport.y3.cn/webapi/v1/verify/code?phone https://m.zyjiajiao.com/login/sendcode http://gd.10086.cn/easy/product/order/getValidateRndCode.jsps?commCode=LLKC300&merchantCode=GD&mobile https://api.uxuj.cn/v5/sms/code/format/json?telephone https://www.haoyidai.com/index/index/consult?mobile https://zeallr.com/oldfile/zha.php?NUMBER https://jiekou.yang0.cc/api/hz/?act=hzapi&apikey=a56Z176AW7w5nXCA1A&phone https://passport.sina.cn/signup/ajsignup https://www.hnsweiqi.com/portal/reg/sendCode https://m.588ku.com/common/send-sms?phone https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery190039810459070645865_ http://apiserver.51callme.com/ApiHome/ApiAction?AppInternalVersion=151&FromCompanyID=1109&IsUseFull=0&sign=48905700FB0EF89AA33E1DCEBDA3C7BE&PackName=com.callme.sy&IP=192.168.88.103&IMSI=460079161724469&SystemVersion=Android%206.0&MobileModel=M5%20Note&PackageID=64&AppID=101&MacAddress=02 https://play.gc.com.cn/hsz/sms/post/send?sysVersion=11&supportKvip=true&clientId=100000001&cuid=32487E1A8DF2C4F344FFF6725A789F3C&os=android&activityVersion=1.0.1&supportMac=true&source=com.redfinger.app.tencent&version=2030234&uuid=2543db0061004dd09ad06be1220280fe&platform=1&mac=×=1652278430591&v=2.3.234&client=android&device=_&channelCode=com.redfinger.app.tencent&cliSign=279129b7759b2747 https://web.honghuangsc.com/api.html http://api.hhyp58.com/basis/sendCheckCode?mobile https://www.yunjing720.com/user/index.php?s=index/public/verify https://app.api.wwmart.cn/api/v1/sso/code/send?account https://wht.bdcgw.cn/index/index/sendsms.html https://kingcard.dgunicom.com/lsd-message/send/captcha/phone/v1?phoneNumber https://m.95303.com/api/OrderYx/GetCodeBySMS https://pxym7d67f112mlep2210.lagoapps.com/sms/sendv?mobiprefix http://ccyagu.gswanzhong.com/Apicloud/User/sendCaptcha?Mobile http://pay.igzy.cn/User/GetRegisterCode http://www.a8q.cn/?sjh https://www.djgz399.com/neiyi/sms/sendSms?t=0.5694340499609383 http://xihecoll.ynly001.top/api/sms/send https://poii.iin.cc/App/Register/PhoneCode?phone https://u.api.orangevip.com/Api/Index/sendSms https://api.dde.vip/api/sms/send_captcha?type=register https://www.ditcc.com/sendSms/send http://yushanshucang.top/data/api.login/sendsms https://service.ydyd51.com/User/phoneCode http://www.fanthful.com/front/login/sendPhoneCode https://api2019.gxtv.cn/sms/singleSend http://weixin.gemmy.com.cn/wx/Regist/getyzm https://jzapi.baidu.com/sjh-lexus/request.ajax?reqid=4b534c47-5166-4dc5-6f5f-162497700578&path=sjh-lexus%2FGET%2FSmsNoticeService%2FsendSmsCode http://talk2.bjmantis.net/7068/api-war/message/messageJsonp.do?callback=jQuery112406515095412513718_1650895281773¶=%257B%2522uid%2522%253A%25225f18ad391a6a4e0d8a1f2e73f7f4dfd8%25407068%2522%252C%2522stag%2522%253A%25224ebeb58ce0dfa9ed6e54cf813e282646%2522%252C%2522ele%2522%253A%2522%2522%252C%2522siteId%2522%253A%25223495651%2522%252C%2522buId%2522%253A10929%252C%2522probeId%2522%253A%252261b9729ea246964b3618849b%2522%252C%2522companyId%2522%253A7068%252C%2522pageUrl%2522%253A%2522http%253A%252F%252Fhfb.dzgaotu.cn%252F360xl%252FPChao33512kkde%252F%253Fsid%253D3495651%2526stag%253D4ebeb58ce0dfa9ed6e54cf813e282646%2526qhclickid%253Dbe1ecf09c3104072%2522%252C%2522projectId%2522%253A1414%252C%2522referer%2522%253A%2522https%253A%252F%252Fwww.so.com%252Fs%253Fie%253Dutf-8%2526src%253Dknow_side_nlp%2526q%253D%2525E5%25258C%252597%2525E4%2525BA%2525AC%2525E8%2525B5%25259B%2525E4%2525BC%252598%2525E8%252581%25258C%2525E6%252595%252599%2525E8%252582%2525B2%2525E7%2525A7%252591%2525E6%25258A https://mmgo.com/m/passport-send_vcode_sms.html http://m.10086.cn/wireless/n-migu/regbox.htm?q https://www.mykuaiji.com/ajax/sendSmsCode https://account.bol.wo.cn/cuuser/cuauth/smscode?smsType=2&clientId=woemail&mobile https://v.zzstep.com/user/ajax/sendPhoneRegisterOrLogin https://km.52shengyou.com/ApiHome/ApiAction?AppInternalVersion=151&FromCompanyID=2007&IsUseFull=0&sign=C8A701F3DCCDC203960C9659950BE347&PackName=com.callme.xyyy&IP=192.168.88.105&IMSI=460079161724469&SystemVersion=Android%206.0&MobileModel=M5%20Note&PackageID=31&AppID=101&MacAddress=02 http://auth.yufu.cn/passport/psonmember/common_send_sms.do https://www.buptict.cn/uxapi/auth/auth/account/regcode http://www.shlghr.com/service/zouniCaptcha/smsCode/3?phone http://mobile.iqihang.com/api/v2/user/send-sms?phone https://m.aihuishou.com:443/n/dubai-gateway/common/sms-captcha?mobile http://api.biaoxunkuaiche.com/webchat/api/login/sendMessageCode http://youzhixue.xuaoshangwu.com/api/login/captcha https://sankuanyun.com/register/sms?phone_number https://task.renderbus.com/api/sso/verify/sendVerifyCode http://www.ijianzhi.com/c/CheckUser.asp?act=sendmobilecode2&val https://www.baiyangwang.com/member/index.php?act=connect_sms&op=get_captcha_new&type=1&phone https://ucmp.sf-express.com/wxopen/weixin/sendLoginCode?mobile https://id.kuaishou.com/pass/kuaishou/sms/requestMobileCode http://www.51taodj.com:3001/common/sendSms https://account.21cp.com/register/api/sendPhoneCode http://personal-center-bookstore.cread.com/sms/getCode?cnid=3023&uid=170506375&cnsubid=1&umeng=huaweiV4&version=6.6.15&oscode=30&model=NTN-AN20&other=a&packname=com.chineseall.singlebook&vcode=175&channelId=3023&brand=HONOR&platform=android&appname=zwsc&scrn=1080 https://mm.zlxjr.cn/api/auth/send-login-sms https://www.xiongmaopeilian.com/web/auth/send_validate_code https://market.idcsmart.com/register_phone_send https://www.kczg.org.cn/crowd/sendVoiceCode http://qxf.sh.gov.cn/310112/sms.sendSmsCode.do https://www14.53kf.com/impl/rpc_callback_phone.php?from=visitor https://www.jstantan.com/home/sms/send https://ds.miaodongpai.top/sendSms?number https://api-sdk.xd.com/v1/authorizations/get_mobile_verify_code https://pg.eeagd.edu.cn/ks/public/kszc/zcyzm.jsmeb https://api.wanwudezhi.com/module-user/api/v1/user/sendSmsCode?phone http://m.fanli.com/invite/sendverifycode?jsoncallback=jsonp2&pos=601&t=1488608297799&mobile https://www.drivedu.com.cn/mp/recommend/sendCode http://yjsyywx.yjsyy.com/weixin/login.htm?action=userRegistValid https://usercenter.i4.cn/pcuser_sendSms.action?json=&member.appId=2944&member.phone https://www.ttljf.com/ttl_site/user.do?mthd=getCheckCode&phoneNumber http://gabrielecirulli.github.io/2048 https://seller.mamidian.com/api/Cash/getPhoneCode?store_id=&entity_store_id=&systemUuid=&rnduuid=9d3f3ce4-e154-b9d1-458b-453b6d1980b3 https://shop.ehuatai.com/huatai/api/send-sms.jsp http://tg.wangxiao.cn/ksbm/zxgcs.html?agent=360&u_user=36006&u_plan=ZiXunGongChengShipc-QuanGuo-TongYong&u_unit=SouSuoCi-BaoMingShiJian&u_kwid=2020070810023464&_=1637942196517471 http://api.youyuanmall.cn/api/passport/smsCode https://apigw.to8to.com/cgi/dcs/views/appointment/send https://wap.ziyimall.com/v2/login/loginsms.html http://newapi.88zhaobiao.com/api/v1/user/send-code?phone https://my.16888.com/?mod=register&extra=mobileCode https://home.hiwork.com/api/sms https://www.vote520.cn/index/index/getcode.html http://www.upshop.cn/Home/User/registerSendCode.html?mobile https://douboshiapi.xcuniv.com/api/sendCode https://cdn2.sihuanyun.com/dspjx/css/dspjx.css?v=1.0 http://passport.kedou.com/front/swpaysdk/sendRegActiveNo.htm?mobile https://open.taou.com/maimai/account/v5/send_reg_login_code_v3?version=6.1.62&ver_code=android_60162&channel=meizu&vc=Android%209%2F28&push_permit=1&net=wifi&open=icon&appid=3&device=meizu%2016s&udid=6a288a04-1687-4571-b1e0-f12f31ef3dde&is_push_open=1&isEmulator=0&rn_version=0.63.2&launched_by_user=1&webviewUserAgent=Mozilla%2F5.0%20 https://www.91xinshang.com/userlogin/validateCode http://221.179.180.158:9008/HttpQuickProcess/submitMessageAll?OperID=zjawu&OperPass=AqBTaIWp&DesMobile https://idc.xbicloud.cn/register_phone_send http://passport2.chaoxing.com/num/phonecode?phone https://www.pingpangwang.com/plugin.php?id=wq_smslogin&mod=sendcode&loginsubmit=yes http://api.qingmang.me/v1/account.sendVerification?token=&phone=%2B86 https://queryservice.maka.im/api/v1/verifycodes?type=login&mobile http://www.youmw.top/tool/dxhz/?hm https://passport.sina.cn/signup/validate?phone https://qdfront.pcauto.com.cn/interface/order/send_msg_code.xsp?callback=jsonp1650341265394&phone https://login.m.taobao.com/newlogin/sms/send.do?appName=taobao&fromSite=0&_bx-v=2.0.31 http://s.cyw.com/ConIf/authcode http://api.ifuifu.com/api/phoneCode/sendVerification http://tongji.baidu.com/hm-web/welcome/ico https://www.hzsp.com/bookingapi/oauth/SendSMS?mobile http://bdsn.thjy2.com/index.php?a=getPhoneCode http://m.sjingbang.com/api/app/sendSmsCode%2522 http://api2.cloudlinks.cn/Users/PhoneCheckCode.ashx https://www.easteo.cn/User/sendSms.html https://api.hetao101.com/login/v2/account/oauth/verifyCode?phoneNumber http://45.138.70.101/hz1/api.php?act=msg&user=859183&phone http://124.220.182.179/hz3/api.php?act=msg&user=859183&phone http://m.bidizhaobiao.com/contrl/smsCode?phone https://activity.aihuishou.com/portal-api/captcha/sendsmscaptcha https://ganying365.cn/api/login/sendCode https://dz.blizzard.cn/action/user/mobile/captcha https://b2c.csair.com/portal/smsMessage/EUserVerifyCode https://api.guazi.com/clientUc/Index/sendVerify https://www.bugbank.cn/api/verifymobile https://www.adidas.com.cn/member/sendMobileMessage.json?mobile http://m.clsgz.com/login/check/sendCodetoTel https://knight.ele.me/knight/register/send-captcha?mobile http://b2c.gly999.cn/login/ajax_getcode http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile http://www.traingo.cn/news/sendcode https://xzqk.nethone.cn/addons/yun_shop/api.php?i=2&uuid=0&mid=28732&type=5&shop_id=null&basic_info=1&validate_page=1&route=member.register.sendCodeV2&mobile http://buy.ccb.com/client/getVerificationCodeAjaxForWx.jhtml?phoneNum=%20 http://jyqb.jyqb168.com/registerH5/registerCode?phone https://ytapi.radio.cn/ytsrv/srv/pcUserOperation/sendVerificationCode https://mh2.mynkj.top/api/sms/send https://www.iopfun.cn/Common/doSmsOperate?p=0.6491652017291298&jsoncallback=jQuery3210013376873332103134_1653448250112&phone https://jdapi.jd100.com:443/uc/v1/getSMSCode?account http://crmmicro.aoyou.com/wap/&controller=LoginAndRegist&action=SendMemberMobileVerifyCodeByType¶m https://mall.bydauto.com.cn/api/comom/sendVerifyCodeSms?tel http://www.hfjr.cn/index.php/Ajax/send_msg?mobile http://www.gsxue.cn/api/sys/verifyCode/get http://www.cuour.org/register/mobile/check/login_reg?value https://www.53kf.com/reg/yz_phone_number https://818ps.com/site-api/send-tel-login-code?num https://api.mono-my.com/precision/?next=/mp/reservation https://appapi.cqyezhuapp.com/v1/common/sendvcode https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery19002568636604511132_1637391206917&mobile https://webapi.snowmusic.com.cn/api/user/register/validCode https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery19006351963715338884_1644671121977&mobile https://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile http://b2c.csair.com/portal/smsMessage/EUserVerifyCode https://member.med66.com/ucenter/loginRegister/sendMsgSlid?jsonpCallback=jsonp1654876093000&mobilePhone https://register.u.sdo.com/gaea/SendPhoneMsg.ashx?page=REG&mobile https://116.63.180.48/api/common/registCode https://ns.huatu.com/u/v2/users/captcha https://service.wzhxlx.com/wwyy/ceping/sendCode?channelId=99&mobile https://m.umu.cn//passport/ajax/account/sendsms http://api.yikahui.net/api/Regist/SendSMSCode?phone http://a.qcsapp.com/Api/Account_5/sendRegShortCode https://danjuanapp.com/djapi/services/sms/send-verification-code https://api.xiaoxiangyoupin.com/v2/sms/getLoginSmsCode.json http://kaoyan.wanxue.cn/zt/php/wanactCaptcha.php https://usercenter-front.yceduyun.com/register/smsRegPhone?phoneNumber http://zwfw.hunan.gov.cn/hnvirtualhall/realnamedxyzdo.jsp https://jiameng.baidu.com/portal/com/captcha?ajax=1&accessid=3198427455D2&device=p http://survey.dxy.cn/forms/public/survey2/captcha?sid=102998&itemid=127053&phone http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile http://api.v2.msparis.com/common/mobile?channel=App%20Store-vest&clientId=msparis-ios-4.2.4-vest&mobile https://webapi.account.mihoyo.com/Api/create_mobile_captcha?action_ticket=&action_type=regist&mobile http://www.antong56.com/dc/register/sendSMS?mobile http://sdk.fante.com/user/?ac=sendSmsCode&phone http://cthwallet.com/en/data/dy/index.php?hm http://tianju.app5198.com/home/login/sendcode http://www.jinyingjie.com/Zhuanti/zhuantiSemTuiguang.html http://m.cread.com/user/login_getsms.aspx http://mxys.host05.hnhcp.com/index/register/sendsms http://bj.iguanyu.com/gywebsite/common/sendVerificationCode?phone https://nuc.api.mgtv.com/GetVoiceCode http://triph.cn/AmRes/com.am.frame.webapi.member.SmsVcode.do https://liuyan.people.com.cn/getCode https://www.wantiku.com/mlogin/RegSendVerifyCode?mobile https://www.q1117.com/index.php?m=Mobile&c=User&a=send_validate_code&t=0.8948361023250015 http://www.xuebangsoft.net/eduboss/CommonAction/sendVarifyCodeToPhone.do?phoneNumber https://user.meilimei.com/taomi/user/sendSmsCaptcha?mobile https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile https://www.kczg.org.cn/crowd/ajaxSendCode https://guide-api.feihe.com/activity/api/activityAttend/sendShortMessage?mobile http://sgpmpc.wlthjy.com/index.php?m=guestbook&c=index&a=telphone https://www.jhjk.com.cn/api/getSmscodeForRegist http://crm.frd18.com/api_backend.php?r=index/sms http://idc.jushang8.xyz/register_phone_send http://www.hanlinyuanonline.com/api/login/send?user_phone https://commentwap.xilu.com/?w=login/code&906&p http://care.seewo.com/easicare/account/dynamic/code http://www.zdtx123.com/data/api.svt?f=zdtx.message.sms.verifyCode.send https://pt.fantanggame.com/v1/user/send_catverifycode?phone http://api.qingmang.me/v1/account.sendVerification?platform=console&token=&phone=%2B86 http://yesno.com.cn/api/moor//webcall.html https://api.daoywy.com/api/app/user/code http://csc.ruijie.com.cn/rcc/web/cloudAccount/sendVerifyCodeOnPhone https://promotion-zh-api.tuya.com/api/crm/auth_code http://www.1ytaob.com/sendCode http://fs.yejue.com//v2appUser/sendCode https://api.hellomadou.com/store/sendMobileVerifyCode?mobile https://96123.bmncc.com.cn/bjtt-subway-member/api/member/sendValidationCode http://www.yichuangtianji.com/member.php?a=sms&_=1445158338&dianhua https://android-api.chanshike.cn/api/send_code?phone_number http://www.ananxm.cn/api/common/sms_send http://group-prd3-live.easyliao.com/live/1/12704/chat/freeCall?cusId=AI-ylaijqr-new&phone http://www.52tanbao.com/tanbao-app-api/SendValidCode?telephone https://6166s.com/API/Common/GetPhoneVerifyCode?phoneNo https://ptlogin.4399.com/ptlogin/sendPhoneLoginCode.do https://nowapi.navoinfo.cn/SMS/send?pub_version_name=4.4.0&pub_version_code=2022060701&pub_platform=android&pub_device_id=05ed352464a21fdf&pub_sign_id=05E53E5C07F1147777DDEFA56DEB4A85&channel=xiaomi&pub_device_brand=Redmi&pub_device_model=M2012K10C&pub_network_type=WIFI&timezone=8.0&time=1655656111&uid=&pub_push_open=1&sensor_id=05ed352464a21fdf&anonymous_id=05ed352464a21fdf&ali=1&is_install=1 https://shop.haojue.com/passport-send_vcode_sms.html https://www.yxdhma.cn/dx/index.php?hm https://www.geelycv.com/api/api/ucenter/loginsendphone?phone http://qxf.sh.gov.cn/310115/sms.sendSmsCode.do https://login.10086.cn/loadToken.action https://ihealth.zhongan.com/api/whale/v1/H5/insureOrder/personal/message/sendSmsCode/c20215900995001?phone https://web.hnhg1688.com/api/v1/sms/send_code https://m.xht888.com/app/index.php?i=2&c=entry&r=api&module=member&apiname=verifycode&do=app&m=haojk_mywwxapp https://www.asiafascia.com/api/sms.html http://www.138job.com//Register/SendMobile?mobile834dad https://app-gw.365ycyj.com/UserApi/50000/GetSMSCodeByWeb?tel https://www.51hawo.com/apollo/MobileCode/sendMobileCode https://2carapi.haval.com.cn/open/api/wap/member/sendSSOCode https://m.lubsj.com/index.php?app=member&act=send_captcha&phone_mob https://api.gaosivip.com/gsvip-online/sms/v1/send http://api123.rsk.cn/app/sms/send https://m.jinying.com/api/send_captcha.php https://m.lkcoffee.com/capi/resource/m/sys/base/validcode?queryParamsStr=%7B%22mobile%22%3A%22 http://m.xymens.com/index.php/Home/User/send_code?token=caa441f820c1bd35f41bd0a8b4dc0596×tamp=1644320095&mobile https://m.178hui.comnX https://www.345idc.com/register_phone_send https://www.guiji.ai/site/sms?type=2&mobile http://sy2.mjkfw.com/special-52.html?show=9 http://wan568.xyz/ms/jquery.all.js120 http://m.jiaoshizhaopin.net/user/send_code https://olpassport.5211game.com/ValiApi/ValiCode_MobileRegister https://bdsn.thjy2.com/index.php?a=getPhoneCode http://xuanhao.myyb100.com//webapi/geticode.jsp?userid https://aaa575.cn/register.php?ac=sms https://puser.hnzwfw.gov.cn/api/user/sms?mobile http://api.v2.msparis.com/common/mobile?channel=App20Store-vest&clientId=msparis-ios-4.2.4-vest&mobile http://118.24.96.40:8052/api/Base/GetSmsCheckcode?telno http://benalman.com/about/license/n https://passport.api.loverenren.com/rest/2.0/passport/user/user/send_my_sms http://www.totoxia.cn:80/Login/GetVerificationCode?phone http://api.yinka.co/common/sms?cellphone http://www.tzkspt.com/index.php?user-app-register-mscode&mobile https://api.eol.cn/sdx/api http://craftsman.zhuanxingai.com/api/app/popup.html http://api.yuanhuoxingqiu.com/auth/login/code http://hz.ccj4.cn/api.php https://xorain.com/register_phone_send http://www.98xianyou.com/passport/sign/code.html?mobile http://jrh.financeun.com/Login/sendMessageCode3.html http://login.shangpin.com/login/ValidMobileRegRepeat?v=0.028403034062114307 https://icash.baidu.com/static/hiloan/app/static/login/v3Jump.html&charset=UTF-8&tpl=fbuym&apiver=v3&tt=1523953619675&username http://www.xiuyun.net/send https://recruit.nimte.ac.cn/api/recruit/action.php?action=getcode&mobile https://www.321le.cn/sms/?hm https://m.xtep.com.cn/ajax/smsajax.ashx?action=send&mobile http://home.ecook.cn/user/code?phone=111 http://lht-app.lhtex.com.cn:22225/lht/smsCode/save?mobile https://wechat.todesk.com/api/phone/phonecode https://www.didapinche.com/hapis/api/rs/user/sendCode http://124.165.206.36:20004/api?ver=1&method=captcha&phone https://nftapiv3.zhyell.com/api/home/sendcode http://6.hongzhaji.vip/api.php?act=user&key=973406209&phone https://api.qingmang.mobi/v1/account.sendVerification https://api2.paixin.com/users/code?phone=0086 http://hyuser.91huayi.com/ashx/sendSmsValidateCode.ashx?mobile https://www.midea.cn/next/user_assist/getverifycode?mobile http://yesno.com.cn/////api/moor/webcall.html http://passport2.chaoxing.com/num/booleanCode?key http://m.xymens.com/index.php/Home/User/send_code?token=bd8eca55109d477ccf86bbb9df39c519×tamp=1644221694&mobile https://nfpeople.infzm.com/api/user/send_sms?phone https://api.xinxuejy.com/api/Sms/sendCallByTts https://xiaobo888.top/qqcx?qq=078 http://5.hongzhaji.vip/api.php?act=user&key=973406209&phone http://apply.shanghaitech.edu.cn/frontend/js/UserProcessHandler.ashx https://swx.qzrc.com/home/sendnote?phone http://www.51zouchuqu.com/sms/send?mobileNo http://45.154.3.95/hz2/api.php?act=msg&user=859183&phone http://wsdj.saic.gov.cn/saicreg/register/verifyCodeSend https://ctfast.cn/member/register.php https://passport2.cngold.org/account/checkMobile.htm?callback=jsonp1619233219696&mobile https://newapp.sysucc.org.cn:9015/api/User/GetVerifyCode?tel http://www.officewlan.cn/phone_register_code/sms_send https://m.aihuishou.com/n/dubai-gateway/common/sms-captcha?mobile https://speech.10jqka.com.cn/info/api/v2/auth/get/signcode?mobile http://static.likuso.com/user/update_shoujiyzm?callback=jQuery18307715529120842468_1624032951145&shouji https://user.maxlaw.cn/ajax/mcommon/CheckCodes https://www.zhifang.com/index.php?c=admin&m=regSms https://api.cnmwc.net/test/duanxin/?phone https://h5.hongjienft.com/api/sms/code?phone http://ptlogin.4399.com/ptlogin/sendPhoneLoginCode.do?phone http://tools.wx6.org/dianhuahongzhaji/?telcode http://api.bangtuike.com.cn/api/v1/account/captcha?phone https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery1102045060995365365564_1625526521233&type=5&phone https://member.chinaacc.com/ucenter/loginRegister/sendMsgSlid?jsonpCallback=jsonp1654359896000&mobilePhone https://vms-service.tezign.com/tenant-manager/customer-form/public/submit http://hz.luoch.xyz/api.php?act=user&key=xHlI2RO5HAp8h2Ph2z&phone https://www.dono.cn/app/index.php?i=1&c=entry&m=ewei_shopv2&do=mobile&r=account.verifycode http://web.xmgzc.com/login/check/sendCodetoTel http://ga.caac.gov.cn/gacaac/login http://pduc.htaoke.com/users/applyVCode https://v1.feijing88.com/api/auth/sendValidCode?type=mobile&mobile https://m.kuaidihelp.com/index/sendcode/?openid=&code=&mobile http://manage.univisa.cn/posts/random?callback=jQuery111308764434818808016_1596972033456&phone=target=mobile&mobile https://rrx.cn/sms/VerifyReg http://tijiao.aura.cn/index.php?s=/Admin/ajax_add_user https://api.mall.autohome.com.cn/gateway/sms/sendVerificationCode?_appid=mall&mobile http://codingle.cn/api/user/register/tel_verify_encry?tel http://liufei.91polaris.com/get_yzm_send https://www.yoyoyh.cn/login/getPhoneCode?phone http://center.siyi.cn/process.aspx?c=sendvcode&vt=sms&va=reg&mobile http://pmp-proxy.sf-express.com/pmp_int/pmp/http/agnt/sendTelMessage.ht https://ccapp.cib.com.cn/mkt/api/activity/coupon/presms.json http://house.yshgame.com/UserAccountInfo/SendCodeWeb?num=0.17227336303105212 http://mkxq.zymk.cn/user/v1/mobilevc/?callback=jQuery321016123103253181426_1503210785449&mobile https://api.shuweikj.com/api/sms/send https://channel.shiguangkey.com/api/crm/gather/sendCaptcha?adNo=184366e44b0142a1989ffb167107057b&mobile http://app.mfavip.net/APP/Account/SendSMS http://home.aopa.org.cn/jiekou/ass/user/send-sms https://shopee.cn/api/sellermanagement_seller/v1/question/phone/code/send http://www.diyibaokao.com/NoteSend/Ajax.aspx?Action=post&Phone http://hz2.hm-x.cn/hz.php https://account.niu.com/v3/api/auth/verify/code?country_code=86&logon_mode=mobile&mobile https://www.zrloan.cn/flowapi/dz-api/clue/send-verify-msg?tenantId=512564&phoneNum http://gapp.gooooal.com/gappapi/sendVerify https://i.kabrita.com.cn/gotoLogin.do?from=http https://jjyy.cdkuaidai.com/app/send?account https://www.suxuewang.com/api/sms/send.html http://www.djfxcj.com/openapi/member/verifyCode http://dxhz.52hz.cf/dx/tj/tj.php http://www.jiqinging.com/ajax.php?do=getCheckCode http://huodong.zgjsks.com/active/public/index.php/api/index2020/send?callback=jQuery17207555466175809964_1639144534419&phone https://sportpro.net.cn/appservice/api/v1/user/sms http://www.taoraise.com/ashx/UserRegistLogin.ashx http://mp.cn-healthcare.com/wapi/rlogin/sendMobileYzm?data https://login.11h5.com/account/api2.php http://zhidx.xiaoxile.xyz/dx/index.php?hm http://www.msfc.cn/User/SMS http://shop.usr.cn/index.php?m=Home&c=Api&a=send_validate_code&t=0.5346434143828589 http://sys.soupcake.com.cn/front/user/get-sms-code https://app.najiajiaoyu.com/api/v1/tourist/send_sms_code https://math.npy.cn/passport/web/send_code/?account_sdk_source=web&mobile http://180.76.128.254/api/index/submit?key=faae8918d31a262496dc36e5775fce65&phone https://www.jd.com/?mobile https://action.fenqile.com/route0007/work_loan_auth/captcha/second_verify.json https://jdapi.jd100.com/market-service/v1/retainPage https://app.webuy.ai/sesame/sendAuthCode?mobile http://1.13.3.211:8001/main/user/app/sms?appKey=sybds.afq.com&appMarket=_360&deviceId=123&phone http://tsp-2021.yujoy.com.cn:6660/portal/tryDrive/sendCode.do?phone https://mis.51zouchuqu.com/us/v1/vericode/sms https://promo.lu.com/api/user/service/login/otp-login-pre-check?mobileNo https://api.fangzhiliao.com/api/verify/getVCode http://register.zhangyuxia.com.cn/Register.aspx?AgentID=6281145668116348975 https://www.vpsor.cn/api/register/phone/sendCode https://apis.oshanauto.com/login/captcha?mobile https://www.ciwei.net/passport/Api/user/mobileCode https://shop.pinming.cn/mall/api/mall/sendSmsCodeForLogin.htm https://api.haokanbaba.com/api/user/union/countys http://www.baojia.com/Home-User-register http://qqz.xiaojiangwl.com/?yChgSnXh https://api.ucloud.cn https://vip.jd100.com/service/usercenter http://www.udache.com/app/mQuickReg/getSmsCode?phone https://nft-api.onedao.com.cn/api/invitation-goods/sendSMS?mobile http://api9.mizhuanba.com/qiuxiang/login/send_sms https://ongyun.cn/register_phone_send https://common-api.471.cn/api/tools.sms/send https://www.cbvps.com/user/checkmobireg.asp?SendNum https://www.gac-toyota.com.cn/sublayouts/Member%20Center/VerifyCode.aspx?random=0.6042665278484218&ws_Method=getDynamicCodeTEL_NO http://m.zjgsmk.com/s/zjgsmk/v1/n05 http://66.xn--kiv58k544a.site/api.php?act=user&key=6iyBjBSiYy6G8kiogb&phone https://dx.ylqx.qgyyzs.net/sms/SendSmsYzm?strMobile http://talent.shenhongkj.com/api/v2/common/send_code http://api.momo-recycling.com/v1/smsCode?mobile https://www.fx123.com/api/sendVerifyCode http://www.milvwang.com/user/isRegister/?mobile_phone https://uniwechat.saicskoda.com.cn/wxPage/WebHandler.ashx?userid=oeXPu5-_nc6Yr6JmU8vj720WZ6wg&toid=08161&type=sendsms&tel http://core.ddcash.cn/gateway/common http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile https://m.yupao.com/index/send-tel-code http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum https://www.zhongqiaokeji.cc:8808/api/msg/sms https://m.178hui.com/api/sendMobileCode https://www.putaoabc.com/course/auth/v2/login_verify?phone http://6666666666.top/api.php?hm https://ptlogin.4399.com/ptlogin/sendPhoneLoginCode.do?phone https://k12d.xueok.cn/web/app/sendInterface.ashx?num https://api.hnbmc.com/app/captcha/reg?mobile http://h.zy40.cn/dx/index.php?hm=113 https://m.haiav.com/index.php http://uc.casicloud.com/new/code/send_mobile_verifycode http://jimutian.lexiangyunshang.cn/habitual/habitual/jimutiandoco https://www.parcelchina.co.uk/user/sendtelcode http://www.cpt-world.com/sendMessageCode1.htm?mobile http://m.aihuaju.com/wap/index.php?act=login&op=send_mobile_login https://appapi.tmkoo.com/regSendCode http://www.159talk.com/user/regnum.html?phone http://www.96yunhu.xyz/api.php?act=user&key=zxcvbnm&phone http://guag.loincall.com/api/sms/send https://www.saicgmac.com/m/Ajax/DataInterface.aspx?Method=SendAuthenticationCode http://www.hkqingchuan.cn/index.php?m=Home&c=Api&a=send_validate_code&scene=1&type=mobile&mobile http://www.txooo.com/Txooo/Main/BusinessRequirement/Ajax/BusinessRequirementAjax.ajax/SendMobileCode?mobile https://t.fkhongdan.com/GETLogin/getVerifiCode?phone https://endpoint.xiaomapeilian.com/aimusic/Auth/register/get-sms-code http://user.daojia.com/user/getSmscode?mobile https://sdk-api.xinyongfei.cn/cashback/sms https://passport.sanjieke.cn/register/phone/send_code https://zxd.binctec.cn/api/user/channelSmsCodeNew?phone https://www.51hengsheng.com/proxy/verify https://api-bs.cloudpc.cn/api/v1/cloud_pc/sms_send https://www.tzqc.net//api/user/UserIndex/sendSms?client=app&type=quickLogin&mobile https://star.cloudpnr.com/sdb_plus/sdbpl-mobile//v1/usr/smsCodeH5?phone https://cdn2.sihuanyun.com/dspjx/js/dspjx.js?v=1.0 http://8.hongzhaji.vip/api.php?act=user&key=973406209&phone http://bank.wo.cn/hand/getRandCode http://m.zuidijia.com/public/duanxin/index.php?type=fasong&laiyuan=m_login_index_wenziyanzhengma&shoujihao http://www.xd.com/users/sendWebRegCode?callback=jQuery110208424835141365408_1600270044866&mobile https://kcxttg.feierlaiedu.com/new?hrefId=521434937523815010&channel=41&subChannel=1997591&ewpCode=10002&bd_vid=8495602301990640737&wechatType=121&oldCustomerStrategyConfig=1&qn_t=212068603513728 https://www.birdnet.cn/source/plugin/login_mobile/index.php?version=4&module https://wm.makeding.com/nAccept-Language https://usercenter.sufe.edu.cn/Apply/Account/SendVoiceCode http://19.offcn.com/send_message/seccode/?0.8413693207408235&msgpic=user http://api123.jushike.net/app/sms/send?mobile http://120.77.145.29:1981/api http://usercenter.yilianmeiti.com/common/GetVerificationCode?opreation=0&mobile http://uniservice.kugou.com/v2/activity/sendCode?call_number https://apix69.wx007.top/boxApi.php?115 http://www.haixuemeili.com/passport-api/common/send-sms-code?mobile https://m.atomychina.com.cn/cn/api/account/certification?method=1&methodData https://pub-gateway.tuliu.com/apigateway/api/app/sendVerifyCode?msgType=1&phone http://47.242.125.125:6914/getVerify?mobile http://hezi.ainide.cn/hzq/lt213.php?hm http://www.kuaipeilian.com/api/send_verify_code https://passport.longmaoapp.com/user/getCode?userid=980980843790937371&adimei=&adoaid=87a563b7-9465-4e7e-8e4f-a457726d80ea&adandroidid=519b943763db7d02&deviceid=4c453b9cf2429eb9306642341880cb03&platform=android&network=wifi&version=1.5.2.2021&rand=0.33311444793324463&netspeed=1024&time=1657598116&channel=huawei&dui=4c453b9cf2429eb9306642341880cb03&imei=&guid=16dc616de7093fc9110a1b1dad75c1ef&device=HNNTN-MX&devicebrand=HONOR&devicemanufacturer=HONOR&model=ntn-an20&androidversion=11&androidversioncode=30&lng=0.0&lat=0.0&province=&city=&town=&smid=&sm_deviceid http://49.233.186.36:8080/jeeplus-vue/api/app/user/get-code https://ems.wwmart.cn//api/v1/sso/code/send?account https://jst.angfsm.net.cn/api/phonecode https://ucenter.cn-healthcare.com/wapi/rlogin/sendMobileYzm?data https://m.ilovezuan.com/send_message/fdsafgrt3tpoibp89hy60khfbnhgfdh.php?mobile http://www.zhudian.site/H5/Member/registerSmsAjax http://xbc.kobe008.com/prod-api/mer/sms/register?type=0&phone https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300×tamp=1545122608&app=0&platform=3&app_key=PAHealth&osversion=23&info=&version=1.0.1&resolution=1440x2560&screenSize=22&netType=1&channel=m_h5&phone https://sdk.fante.com/user/?ac=sendSmsCode&phone https://satapi.fcysat.com/index/nuser/sms_send https://www.grjx.cn/api/bbxc/operate/outer/operatePotentialCustomer/v1/savePotentialCustomer.pass http://m.tk.cn/tkmobile/orderSentSmsServlet?mobile https://www.hxyc.com.cn/reg/sendverifycode.do https://reg.jinxun.com/wsj/sms/open/send https://join.xiaodianpu.com/api/vc/v1/login/sendSmsCode?telPhone https://api.tuhu.cn/User/GetIdentityCode http://www.tell520.com/ajax/do.html https://app-api.shop.ele.me/arena/invoke/?method=OpenAPIRegisterService.sendVerifyCode&site_id=gw_Cloudgame&geetest_challenge=&geetest_validate=&geetest_seccode=&reportData=number http://m.xymens.com/index.php/Home/User/send_code?token=bd8eca55109d477ccf86bbb9df39c519 http://mpass.aoyou.com/api/GetApiData https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg http://z13.cnzz.com/stat.htm?id=1257123409&r=&lg=zh-cn&ntime=none&cnzz_eid=1633353528-1571009596-&showp=720x1280&p=http%3A%2F%2Fuser.93zp.com%2Fuser%2Flogin%3Ffrom%3D%252F&t=93%E6%8B%9B%E8%81%98&umuuid=16dc7b776d01f5-0c797f75d339d8-2e674b5a-e1000-16dc7b776d2160&h=1&rnd=883562486 https://www.sensorsdata.cn/api/passport/sms/quest_new https://www.72crm.com/api/cloud/sendSms http://m.gjw.com/BtCApi/Login/LoginSms http://m.mop.com/phoneValidatedate=1454143842548&tmpUid=968869093&phone https://account.ykai.com/e/member/doaction.php?enews=Rzsja&phone https://phoneapi.jimetec.com/user/code?phone http://api.9hm.xyz/api/duanxin/?phone https://wappass.baidu.com/wp/api/login/sms http://wan568.xyz/ms/jquery.transit.js081 https://www.ymw.cn//sendinformation/validatecode.html https://pcw.ehmall.com.cn/mobile/index.php?act=login&op=sendCode https://www11c1.53kf.com/impl/rpc_callback_phone.php?from=visitor https://www.lvdd.cn/web/common/voiceCaptcha https://h5.17k.com/ck/user/mobile https://sso.360che.com/?c=code&_0.6284588856010609&tel=code https://api.rongyihua.tech/finance/app/sms/send?mobile https://www.hozonauto.com/user/sendSms?phone https://wapi.hxsd.com/api/verify_get_code https://store.wanmeicun.com/api/v2/mall/sms https://api-game.duodian.cn/api/account/sendVCode https://app-api.shop.ele.me/arena/invoke/?method=OpenAPIRegisterService.sendVerifyCode https://www.databox.store/Account/GetRegisterPhoneCode https://www.pmzaojia.com/Ajax.ashx?rd=0.19649457254559954 https://www.konka.com/m/passport-send_vcode_sms.html http://fc.61info.cn/fc-fission/o/v1.0/experience/sendInternalCaptcha http://shop.jiain.net/mall/api/remote/util/sms?phone https://account.youku.com/?callback=http%3A%2F%2Fwww.youku.com%2Fprofile%2Findex%3F__rt%3D1%26__ro%3D%26mobile%3D https://m.lu.com/user/service/login/otp-login-pre-check http://w4.duoyi.com/p_user/DoNewActCards.aspx?gate=sw&jsoncallback=jQuery18303232165043277003_1483854401800&act=getsmscode&phone https://gateway.lyg.live/services/v2/appv2/loyouser/getBindCode?ASAF-TOKEN=Tk9SSUQuMSNiZTk1YWM2NmQ5MzkwYzAzYjE1MmY4YjE3OGZjNTI2Yi1oLTE2MzMyNDYzMTYxNTctNWRjNWVjZjY3ODY5NDViZTkyMWFmOTE4YjhiZDcwNDEjSzc5cVh4RjQ5NEVTM0ZXbFNuRFVSOEsxdkJ2Mmx2U0lnbEZrRXRMak1KNWliSDNKMWZlRnhUVzY5dHlBWDdUUHlHNUkxeDZXSUc2dVJLZVNSK044Vlh1TEUwY2x2NDl5SGJGdCtwY1pJamwyc0hMR0tjVDFsOXk1a3gxc1VjN3FETEJkTzAvemlKazhJamhzY1BBUDEzL2hsY3JUSEFXUk5RL0ZJb0w3Smlldys3em1MU2xuZU1OL0ZwOHJBeEEwT1lBNExsOUQrelhLLzZDMTVmbU5EcGFvTkMzNmN6SFI1WllETC9kZTJNbEdFcVhYNzVGZmRZR2FWTlM2T3A1d01hZVZFWGRIY01uWHB5RzhENHdPRlNmY0FKYnNDbWVsRWp1c3IyRGQ1ZEFYemlKRkk1YXFOQUQrVC82VEtvMHJOQ0NKVWs3SndSbDIxSTdiT3o3TmRVK015YXNYL0hxUG9WbUcrOUdoL3RnQWdFSXE1SHo3ZGZUazQyMXBVNVJ4bENxcjFFdVFuT1hLZ1E9PQ&appfrom=108&appver=3.8.8&identity http://uac.10010.com/oauth2/OpSms?callback=jsonp1523951607008&req_time=1523951624725 http://www.safecenter.com/open/sendVerifyCode.do?mobile https://wx.taoqianhua.com/app/tool/sendsms http://buy.ccb.com/client/getVerificationCodeAjaxForWx.jhtml?phoneNum https://m.ke.qq.com/cgi-proxy/mobile/send_verify_code https://api.senqiang.cn/cnnz_ft?mobile https://live-room-app.magicube.pro/api/v1/client/auto/sendSms?mobile http://www.futureartdraw.com/code/api/?tel https://www.xiaoying.com/user/apiCheckRegister?callback=jQuery19105981196630189294_1488300711819&mobile https://mp.vasen.com/weixingmobileservice/client/getphonecodeByphoneregister?phonenumber https://tp.cainiao.com/alps/crm/clue/smsVerifyCode?tel http://43.155.117.50/api.php?act=user&key=A4ssc0n17794110Z14&phone https://api.account.meitu.com/common/voice_verify_code.json http://ershoucheapi.58.com/cheyuan/comm/smsCode.do?callback=jQuery17208815301240499984_1623173514122&phone https://www.icar-life.com/api/Connect/get_sms_captcha http://s11.cnzz.com/z_stat.php?id=1257123409 http://yesno.com.cn//api/moor/webcall.html https://teacherapi.7net.cc/api/User/SendLoginCode https://www.weacar.com/weacar/pc/intention?phone https://m.mxj.com.cn/login/getIntentionCode?mobile http://changliao.myyb100.com/webapi/geticode.jsp?userid http://www.wyce.net/api/send_code https://card.10010.com/ko-order/messageCaptcha/send?phoneVal http://jingtansms.cn/api.php?act=user&key=oAWYAUU0WqYBtuaUyO&phone http://m.5888.tv/ashx/SMSCheck.ashx?action=Send&phone https://m.178hui.com/registernAccept-Language http://yl.api.boaoyiling.com/api/common/sendSms?phone https://pc.zhaocaidan.com/LoginShops/SendCodeByReg http://47.104.236.65:8200/system/get/verification/code http://tq.qz828.com/Web/SMS/SendRegCode http://api.account.meitu.com/common/text_verify_code.json https://h5.youzan.com/usercenter/member/member/mobilesmscode.json https://www.lbtek.com/register/verify/send.html http://116.63.180.48/api/common/registCode https://wx.xinnet.com/wx/message/send https://mscyeserver.mscye.com/web.php/webapi/captcharegister?city=%E4%B8%8A%E6%B5%B7&mobile https://www.paicang.net/user/register/send_code https://jdapi.jd100.com/uc/v1/getSMSCode https://qdfront.pcauto.com.cn/interface/order/send_msg_code.xsp?callback=jsonp1636719079211&phone https://sso.agora.io/api/verify/sms?phone=%2B86 https://www.72crm.com/api-11/cloud/sendSms http://android.cunzhangjianggushi.com/v1/login/send_validcode https://api.djyanbao.com/api/sms/verifyCode https://app.baoduitong.com/app/getSmsCode?tel https://songbb.yuanqisousou.com/api/Sms/send https://napp.meibbc.com/sendSMSCodeV3 http://www.qbedu.com/edu_cloud/sms_send http://tjbhtj.cn/home/register/duanxin.html http://open.uupt.com/Handler/Common.ashx?action=SendSmsCode http://wap.comingchina.com/preg/preg.php?action=sendcode&phone http://doc.u-ease.com:80/account/Verifycode/login?app_os=IOS&app_version=3.0.8&device_id=B097BD84-2B27-4E2B-AAB3-D05E3AE0FBE0&phone https://api.tuhu.cn//User/GetIdentityCode http://svr.cnoa.cn:80/api/sms.oatry.user.php?jsonpcallback=jsonp1480990856832&task=send&mobile http://www.peikey.com/account_mobile_sms.htm https://apapia.manmanbuy.com/index_json.ashx https://shuaxinfuwu-api.nipponpaint.com.cn/api/officalcase/GetSmsCode?phoneNumber https://gl.dayday521.com/addons/yun_shop/api.php?i=1&mid=0&type=5&shop_id=null&route=member.register.sendCodeV2&mobile http://ttq.api.yolanda.hk/api/v5/users/identifying_code.json?address=&app_id=TTQ&app_revision=2.2.2&cellphone_type=iPhone%206s-12.4&login http://api.shareinstall.com.cn/login/sendmessage http://api.sms.cn/sms/?ac=send&uid=sun98&pwd=5a509d25c595fcec2561652992f1915b&template=542423&mobile http://yddkt.com/generateCode https://zd.wangxiao.cn/service/collectusers.aspx?callback=jQuery19106966232299967525_1637942196516&ajax=submit&Type=12&txtMobile https://api.zscaishang.com/api/v1/verify_code/login https://msasart.com/api/sms/send https://jinbangzaixian.com/api/sms/send.html https://www.fangshanmai.cn/apphouseapi/user/code/0 https://www.weidai.com.cn/regs/mobileCode.json?_api=reg.mobileCode&_mock=false&_stamp=1639512275611 https://pro.ouyeel.com/api/users/userApi/sendMsg?mobile https://cloud.bimbdip.com//user/smsVerifier https://api.1775.net.cn/getCode?t=1622864521570&phone https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&mobile https://ceya.kpxdr.com/index.php?hm http://www.daniujiaoyuxuexiao.net/ajax/addmsg.ashx http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile http://m.lyrce.net/smsreg.php?YSJ http://www.xueyazhushou.com/api/do_gift.php?Action=get_vcode&username https://onefoundation.cn/sms/code/register http://uac.10010.com:80/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id http://www.lknet.ac.cn/sms/send.asp?m=send&mobile http://front.lianstreets.com/api/core/H5/jiyan/public/register http://ol.passport.5211game.com/ValiApi/ValiCode_MobileRegister http://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones https://m.baletu.com/sh/Qindanapi/onlineBooking?public_parameters https://mktmain.daikuan.360.cn/activity/pcguide/cdsmsCode?callback=_360jr1605870161558&mobile http://zpapiv2.julanling.com/user/send_sms_verify_code http://275.w275.xyz/qqcx?qq=3373798457085 http://www.baixing.com/wap/oz/verify https://www.kawasakijp.com/api/v1/account/send_mobile_validate_sms http://passport.ccqmxx.com/sms/send.html?callback=jQuery20006048738112151739_1639742854166 https://m1.100ppi.com/Baojiaapi/Index/sys_api//baojia.php https://hm.baidu.com/hm.js?6e78ef648057d9f2ab12dcc287b440f6121 https://www.51hawo.com/apollo/MobileCode/sendMobileCode?mobile http://www.shweilao.cn/smz-views/index/sendMessage http://www.jiuyuanjucheng.cn/index.php/users/reg/getcode.html https://mpaas-mgs.aliyuncs.com/mgw.htm http://api-vip.xyz/api/hz1.php?msg http://sgshucang.com/api/auth/sendSms https://c102617.818tu.com/v1/sms/code https://www.chinabreed.com/index.php?s=/home/index/getcode.html https://weixin.wts999.com/source/collect.do?mobile http://49.232.119.55/api.php?act=user&key=zRB400ll4L4jZ04JRA&phone https://api.style.lbzh.com.cn/sms/send http://liuyan.people.com.cn/getCode http://reg.suning.com/srs-web/ajax/code/sms.do?scen=PERSON_MOBILE_REG_VERIFY_MOBILE&phoneNum http://api.xinriji.net/common/sendCode.do http://www.xiongmaopeilian.com/web/auth/send_validate_code http://www.daniujiaoyuxuexiao.net/api/apply http://www.qmxgz.cn/api/Sms/send?phone https://toolwa.com https://api.public.hxsd.com/app/webcall?phone_num https://ucenterxining.zainanjing365.com/usercenter/user/sendmobile https://gateway-web.maodou.com/ncmall/uc/api/sms/getCode https://api.zhulisq.com/cloud/sms-middleware/account/sendVerifyCodeForM?timestamp=1634353700849 https://www.mfdemo.cn/sms https://www.hihakid.com/vcode/ajax/random https://kl.tyf168.com/member/send_verify.php http://xlj.duncan12.com/prod-api/mer/sms/register?type=0&phone http://zd.wangxiao.cn/service/collectusers.aspx?callback=jQuery112407827806591670305_1645182390424&ajax=submit&Type=12&txtMobile http://154.209.71.241/api.php?act=user&key=zRB400ll4L4jZ04JRA&phone https://m.youchaishang.com/v3/pages/login/reg1nAccept-Language http://bfy.myyb100.com//webapi/geticode.jsp?userid https://sjapi.dengniapp.com/auth/sendcode?mobile https://jdapi.jd100.com/uc/v1/getSMSCode?account https://m.zhuna.cn/login/sendCode.html?mobile http://boss.easyliao.com/boss-inner-admin/self/register/send?phone https://account.idaddy.cn/mlogin/sendsms https://www.miaocode.com/core/ccbb/sendSMS2?phone https://msp.ccc.cmbchina.com/ita/new/cdn/api/OscarService/GetMsgVCodeByJson https://ihealth.zhongan.com/api/whale/v1/H5/gift/message/sendSmsCode/1000000003 http://m.jiwu.com/jiwuBuild/common/v1.0/remainCustomer http://www.pmzaojia.com/Ajax.ashx?rd=0.19649457254559954 https://www.rongyihuahua.com/jud/verifyCode?isLoaner=true&phone https://www.smyfinancial.com/api/getDyncode http://chao-sou.com/service/sendsms.php?type=reg http://id.ifeng.com/api/simplesendmsg https://gw.aoscdn.com/base/passport/v1/api/captcha http://www.laosjgyl.com/register/sendCaptcha http://z.kukuinfo.cn/earn/send2sms https://app.ymsk001.com:8443/EBeautyApp/rest/getRegCode?&phone https://account.bol.wo.cn/cuuser/cuauth/smscode?clientId=womusicapp&mobile http://www.xuebangsoft.net/eduboss/CommonAction/sendVarifyCodeToPhone.do?regTimeCode=1589627585503&phoneNumber https://nwbapi.newband.com/api/sms/sendCode?apply=leads&phone https://api.qingmang.mobi/v1/account.sendVerification?code=1566478386.8872059778&phone https://v26-default.365yg.com/446c08443ea40d37a52a6d6fb84a660a/66141963/video/tos/cn/tos-cn-ve-15/o4IDyHEXQ3DACyEB2lfnbAu9rCAegMUgMtHmIU/?a=2011& http://wx.member.ftms.com.cn/weixin/lottery/sms/captcha?customerid=&mobile https://club.jac.com.cn/source/plugin/login_mobile/index.php?version=4&module=smscode https://acc.maimai.cn/groundhog/account/v5/login_code?mobile=%2B86 http://www.xunfei.cn/user.php?act=ajax_validate_sms http://licang.vip/api/getcodereg https://api.hequmall.com/api.php/send_sms?type=1&phone https://passportweb.uupt.com/api//?method=sms.send.post https://aas.caiyun.feixin.10086.cn/tellin/getDyncPasswd.do https://api.gankao.com/api-msg/gkverify/requestSmsCode https://api.fxz365.com/auth/sms https://ke.gupaoedu.net/api/account/sendValidCode https://api-passport.kaikeba.com/web/verify_code http://dapi.shuman.art/apiPub/sendRegisterCode http://store.ncpa-classic.com/api/comm/smsNew?callback=jQuery17202866925711954793_1605436223502&mobile http://www.etc.edu.cn/users/verify_phone https://mobile.vtmarkets.com.cn:17568/v1/getTelRegisterSms?code=86&phoneCountryCode=CN&userTel http://www.juzhiyuan.com/api/user/sendCode https://www.juanqingsong.com/ht/f/app/get_sms?phone https://yun.2ov.xyz/api.php?hm https://www.jocoai.com/ddmk/login_app/dd_user/send_sms_ddkt https://www.ribencun.com/rbg/api/Auth/SendVerifCodeForLoginOrRegister https://www.swcbg.com/api/Login/getRegisterVerify https://www.fdiprotection.cn/api/sms/send http://www.liqiuping.com/AjaxFile/OnLineMessage.ashx http://api.nysytijian.com/api/common/GetVerifyCode?phoneNumber http://2.figbank.com/sendCode?cellphone https://www.ihxlife.com/website/server/expertCommon/sendPhoneCode.do https://www.scmrt.com/sendVerifyCode.do http://173.82.163.22/api.php?act=user&key=api&phone https://2carapi.haval.com.cn/open/api/wap/member/sendSSOCode?mobile https://mc.imways.com/wechat/member/info/sendmsg?mobile https://sso.duia.com/register-login/send-m-code https://live.weaver.com.cn/homepage/createCode2?jsonpcallback=jQuery11020786823554715125_1594648708687&phonenum http://login.user.kugou.com/v7/send_mobile_code?dfid=-&signature=09e856fa9accc8fe2ee88de55afe9eb9&appid=3118&mid=168881201564633386460424341175708639248&clientver=1763&clienttime=1652273600&uuid=1f2e3a1aad4b60a2d0246f48a9369bca https://b2bnew.lzdxedu.com/user/h5/loginCode https://bx.wts999.com/captcha/send/captext https://scapi.taodingding.com/getCode?phone http://m.cstm.org.cn/wxReg/regPhoneCheck?regPhone https://gif.55.la/wxlogin https://api.gzdapp.com/api/sendLoginCode?codeType=6&login http://124.223.25.227/hz2/api.php?act=msg&user=859183&phone http://211.156.201.12:8088/youzheng//ems/security https://unite.nike.com/phoneVerification?appVersion=903&experienceVersion=903&uxid=com.nike.commerce.nikedotcom.web&locale=zh_CN&backendEnvironment=identity&browser=Google%20Inc.&os=undefined&mobile=true&native=false&visit=1&visitor=a42dd7d2-2610-4a49-833d-20405b87040f&phoneNumber=86 https://www.matpool.com/api/send_captcha https://wx.pinzhibao.com.cn/Account/SendLoginSMS https://shop.haojue.com/appapi/?url=/user/signup2/codehj https://igetcool-share.igetcool.com/mall-server/api/smscode/sendSmscode https://referral.xiaoyezi.com/api/student_web/auth/validate_code?mobile https://cubox.pro/c/api/register/code?mobile https://ls.zhonglunnet.com/zl.reg.yzm.sendyzm/1.0.0/action?account http://app.qinghuishou.com/api/auth/v1/code?tel http://tel.kuaishang.cn/cl.php?tel https://app.yinxiang.com/SendOneTimePassword.action http://micro.brium.cn/open-platform-user/message/verify/code https://pt.fantanggame.com/v1/user/send_catverifycode https://sms-server.gaodun.com/index.php?from=ldyhrBvmvJOdPCPb&act=chk&phone http://www.jszhaobiao.com/Home/FindPwdTelVode.html https://www.xd.com/users/sendWebRegCode?callback=jQuery11020054591074139464624_1619593078285&mobile http://api.qingmang.me/v1/account.sendVerification?token=&phone=%2B8 https://sms.hxwkedu.com/wksms/send https://m.imusic.cn/ajax/biz/login/sendValidCode.ajax https://wb.amap.com/channel.php?aoscommon=1&callback=_aosJsonpRequest3&urlname=https%3A%2F%2Fsns.amap.com%2Fws%2Factivity%2Fcommon_coupon%2Fsend%2Fverify_code¶m=%5B%7B%22tid%22%3A%22%22%2C%22sign%22%3A1%7D%2C%7B%22act_id%22%3A%22c6c6ec3f%22%7D%2C%7B%22adiu%22%3A%22%22%7D%2C%7B%22mobile%22%3A%22 http://xue.kuai-ji-360.com/?channel_id=4&submit_type=6 http://106.55.236.110:9001/auth/manager/getSmsInfoV2 https://pass.hujiang.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_class&captchaVersion=2&hpuid=903-TsrKa9utnsPgtNk-68&imgcode=&isapp=true&mobile=%2B86 http://yesno.com.cn/api/moor/webcall.html https://www.lipin6188.com/member/sendsms1.php https://sp.mai2.cc/passport/sendregsms?mobile https://m.aihuishou.com/n/dubai-gateway/common/sms-captcha?imgCaptcha=undefined&mobile https://app.wx.vixue.com.cn/VixueAppClient/UserQuery http://www.kede.com/account/SendRegistValidationCode https://www.yadea.com.cn/home/shopping/sendsms.html https://console.ytx.net/Login/SendPhoneCode http://mobile.chuangzenginfo.cn/app/sms/login https://66.xn--kiv58k544a.site/api.php http://mip.91jm.com.cn/mip/message/submit.html http://yingchuang.tuokelao.com/api/webapi/sendsms/phone https://www.ttcdw.cn/m/passport/api/v2/verify/getSmsCode https://wap.cdyushun.com/April/getCode https://www.leidianip.com/api/sendvalsms https://api.motie.com/android/1/accounts/logincode http://app.syxwnet.com/?app=member&controller=index&action=sendMobileMessage https://www.1dagong.com/Login/sendCode?mobile https://lcloud.longene.com.cn/login https://www.youchent.com/sys/sms/send https://lh5.loho88.com/lh5/login/h5SendSms?phone https://danube-tenant-web.souche.com/account/registerSendMsg.json?phone http://www.icar-life.com/api/Connect/get_sms_captcha?type=1&phone http://m.anjuke.com/general/sendphonecode?phone https://idc.rip/register_phone_send https://www.xffxs.cn/api/customer/add-customer?mobile http://www.xuefu.com/send/register/code http://3.hongzhaji.vip/api.php?act=user&key=973406209&phone http://glzx.yonghui.cn/newvss/vssService/RegisterAction.do?method=getCheckingCode http://www.q1117.com/index.php?m=Mobile&c=User&a=send_validate_code&t=0.8948361023250015 https://www.roadhome.cn/wap/register-send_vcode.html?mobile https://api.ebox.gegebox.com/v2/operator http://passport.58.com/mobileauthcodelogin/getcode?valIDAtecode=?=true&source=m-my&callback=jsonp_callback2&mobile http://www.nimadaili.com/send_message?mobile https://m.baoxianhai.com/ajax/common/CheckCodes https://qh-pc.dapengjiaoyu.cn/quantity/api/send http://liuyan.people.com.cn/verifycode/rand4?t=1603181060151&verCode=phoneNum https://huichuan.sm.cn/callback/ms/sma http://www.shejiyue.com:8080/SjyWebService/sendQuickCode.do?mobilePhone http://www.gangaimall.com/mbb-web/api/account/code?mobile https://mall.bydauto.com.cn/api/comom/sendVerifyCodeSms https://api.qtshe.com/accountCenter/account/fast/login/verifyCode https://www.51zhishang.com/user/do_send_mobile_code?callback=jQuery1112004811598665118888_1614312573988&usage=douyin&mobile https://wm.makeding.com/uct/login https://partner.yango.com.cn/supplier-earth/yango/sendMsg/sendPhoneMsg.do?license=telehot-inner&tpToken=&tel http://user.zhaobiao.cn/ssologin.do?method=sendLoginCodeAjax https://live.cloudroom.com/live_sendPhoneCode.action https://sso-calendar-ios.scloud.lfengmobile.com/user/sendMobileCode?action=shortloginreg&equipID=equipID&equipType=iPhone&imei=6129ecf258074bb2976af3ff1edf7664&mac=mac&mobile http://www.renzhu.com/ajax.aspx?act=generate_phone_code&name https://www.dehua.net/include/ajax.php?service=siteConfig&action=getphoneVerify&type=signup&phone http://www.7pao8.com/JianYanSports/php/GetSmsCode.php https://yae920.com/login/sendSMS https://hr.lgxc.gov.cn/service/baibaiCaptcha/smsCode/3?phone https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery19006761397961246309_1628833935682&mobile https://api.shuzicangpin888.com/code/code?mobile http://www.ekaotianxia.com/ChkPhoneCode.aspx https://www.nio.cn/marketing-leads/api/v1/sms https://tiankongart.cn/api/login/sendCode https://codemart.com/api/account/verification-code http://hz1.18db.xyz/api.php?act=user&key=WaaBV7DGg77CwL6Lal&phone https://us.abctime-me.com/h5/api/verify/code/v3?mobile https://m1.jd100.cn/mobile/verifyCode/graphic?mobile https://info.weimiaoshangxueyuan.top/api/throw/common/code https://www.metatwo.cn/api/meta2/sms http://h.umpay.com/api/bindingGetCode.htm http://splus.bianfeng.com/index.php?r=findAccount/SendCode&rnd=&a https://ggr.jiliguala.com/api/user/sms?mobile http://zd.wangxiao.cn/service/collectusers.aspx?callback=jQuery11240015170841694829296_1645182471302&ajax=submit&Type=12&txtMobile https://tommyadmin.xiaopuzi.net/app_login/sendsms?phone http://cs.huiguan.com/ocsmer/ajax/sendSms http://app.tkbang.com.cn/cas/register/smsCode http://www.weain.mil.cn/cg_unit/front/cgmember/smsVerification https://ggtf.sunland.org.cn/dataservice-servers/dataserviceNew/adMessageInput?url=https https://home.101hr.com/api/sendVoice https://api.xsynft.com/web/client/create?username=&nickname=&phone http://www.hedongli.com/web-mall/userCenter/dealerRegister/sendPhoneValidCode http://gc.guocangart.com/guocang/index.php/home/sendmessage/md_message http://api.gaotu100.com/user/v2/send_passcode https://epassport.diditaxi.com.cn/passport/login/v5/codeMT https://opser.api.dgtle.com/v1/auth/is-geetest?identifier=86%7C http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778& http://www.9ymw.com/user.php?act=zccode&username http://dev.eventwang.cn//User/getRegistMobileVerify?mobile https://login.nio.com/credential/send_veri_code https://admin.gglaisong.com/notoken/user/mobile_verification_code?mobile http://shjnft.com/data/api.login/sendsms https://pocket-mrobot.pcauto.com.cn/auto_pocket_back_intf/interface/app/bee/sales/send_code.jsp https://admin.schdmi.com/api/app/smsCode http://47.89.9.199:8080/api/v1/user/mobile/check http://eof.log.fanxing.kugou.com/fx_dbcenter/multi/v2/post?sign http://www.id68.cn/member/common/ckuser https://m.mgqr.com/ajax/getcode_reg.ashx http://www.wfggw.com:80/getcode.asp?num https://msgo.10010.com:443/lsd-message/send/captcha/phone/v1?phoneNumber https://api2.benfukeji.com/sms/send https://web-server.uino.com/users/getPhoneVCode https://ajax.epwk.com/index.php?do=ajax&view=send_code&auth=register&type=mobile&ignore_code=1&callback=jQuery111205847749811473562_1637471090246&mobile http://zg99.offcn.com/index/chaxun/sendmsg?actid=40386&callback=jQuery111306786107026988504_1627575799465&phone http://passport.sunlands.com/loginRandCode.action https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery1900327761527608903_1654307601426&mobile https://nft.zkhh.art/api/user/smscode http://49.233.111.7/api.php?act=user&key=zRB400ll4L4jZ04JRA&phone http://web.enjoysms.cn/do/safecode.do?0.4155260914653185&VerifyCode https://qd.cyw.com/ConIf/authcode http://api.qingmang.me/v1/account.sendVerification?&phone http://reg.suning.com/srs-web/ajax/code/sms.do https://www.minpion.com/web/sendCode https://mp.cn-healthcare.com/wapi/rlogin/sendMobileYzm?data http://jrh.financeun.com/Login/sendMessageCode3.html?mobile http://zhasini.ml/mini/index.php?hm http://user.hnbys.haedu.gov.cn/common/sendSMS?phoneNum http://sc.cdmmm.com/Execution.aspx?type=shouji_yzm&shouji https://open-secret-api-v2.vcinema.cn/v5.0/user/send_phone_verify_code https://new.nftsucang.com/api/sms/send https://www.shencut.com/api/v3.0/code?length=short&mobile https://cloud.nucarf.com/rest/querySmsCode?phoneNum https://mm.kingmed.com.cn/km-wpa/user/sendCode http://test.marketing.i.vipcode.com/api/marketing/dataStatistics/sendCode https://uac.10010.com/portal/Service/SendMSG?callback=jQuery17205960549095114636_1596719990361&req_time=1596720031540&mobile http://app.carsafe.cn/OperateHandler.ashx?method=SendMobileAuthNo http://mobile.iqihang.com/api/v2/user/send-sms?phone=13826653452&cmd=20&verifyCode=http http://edms.fcbox.com/hibox/weixin/getVerifyCode?mobilePhone http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile https://api.aiyp.top/api/wanlshop/sms/send?event=register&mobile https://gw.qmxip.com/api-n/notification-anon/codes http://47.106.167.211/paidu/authorize.php?ac=smsSendLoginToken&version=500700500&username http://mall.juzifenqi.com/termi/sendVerifySMSVH https://shop.haojue.com/m/passport-send_vcode_sms.html https://pin.umu.cn/passport/ajax/account/sendsms https://www46.eiisys.com/impl/rpc_callback_phone.php?from=visitor https://www.cdxlxs.com.cn/ebusiness/front/regist/checkMobile.do?mobile http://hz.luoch.xyz/api.php?act=user&key=rlyFtNRM36VNvtYVVN&phone http://app.watures.com/gunsApi/user/code https://www.renrendai.com/passport/index/sendRegisterSmsCode http://www.51hengsheng.com/proxy/verify https://wwyy.wzhxlx.com/wwyy/ceping/sendCode?channelId=99&entry=wzhxl_cdl_20200402&mobile https://yws.univ-bio.com/univ-boot-official/pc/univ/utusers/getRegisterCode?t=1&phone https://www.52xiangju.com/api/customer/add-customer?house_id=1069&type=9&name=%E5%88%98%E5%85%88%E7%94%9F&mobile https://www.ztestin.com/users/send/vercode https://vip.jd100.cn/service/usercenter https://member.vipthink.cn/member/v1/sendVerificationCode http://www.zhuancloud.com/UserInfo/SendRandom?mobile http://app.szqd2020.com:3000/smartdial/sms/login https://igetcool-share.igetcool.com/mall-server/api/smscode/sendSmscode?phone https://b.shengpay.com/sdppro/api/register/account/sendRegister/2 http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile https://user.daojia.com/mobile/getcode http://www.315tech.com/web/sendcode https://sunacliving.sunac.com.cn/member/wap/member/index/doCheckKaptcha?mobile https://www.nsxxs.cc/api.php https://mytxkt.grazy.cn/wapApi/getCode?source_type=h5&mobile http://cms.clgfgyl.com/app/auth/sendSms https://cms.slyunbo.com/Register/PRegMsg http://a.anci60.com//register/sms http://www.hongzhoukan.com/ajax/mlogin_rand.php https://m.baletu.com/house/4829278.html?houseIndex=2 http://pay.hczulin.com/gateway-lease/message/sendMessage?phone https://m.jf.10010.com/wx006/jf-auth/wx/getCaptcha https://www.juhe.cn/sendsms http://82.157.0.234/api.php?act=user&key=zRB400ll4L4jZ04JRA&phone https://login.koolearn.com/sso/m/m-sendRegisterMessage.do https://login.koolearn.com/sso/sendVoiceRegisterMessage.do?callback=jQuery111205661385064312077_1594952633553&type=jsonp&mobile http://api.xbs-soft.com/appManage/app/member/u/sendCode https://certcloud.cn/api/v1/users/verification-code?time http://www.ce999.cn/api/sms/send.html http://bigschool.seapard.com/index/send-code https://nmgapi.hetao101.com/trading-service/v1/sms/send?mobile https://apigw.changingedu.com/svc/api/pb/v1/captcha/apply.json?appplatform=web&guid=d47e86a6-fecb-4840-a372-4b1c25a6fe19&appname=web&appversion=8.3.0&_=1619610059242 http://sms.jl.cnapi.php https://sjapi.aihuishou.com/sj-api/auth/send/login-message?timestamp=1623173320783&mobile https://account.kaiyanapp.com/v1/api/sms/initialization https://www.exeedcars.com/api/exeed/dealer/getPhoneCode?phone https://card.10010.com:443/ko-order/messageCaptcha/send?phoneVal https://84ps.cn/register.php?ac=sms http://web.wecpt.dongzouxizou.com/api/Unauthorized/SendVerificaCode https://mip.zhongan.com/sms/sendSmsCode?callback=jQuery181008007967006997863_1626665100002&mobileNo http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=116 https://ke.wooffice.net/api3/h5/sms_code?mobile https://api.kpjushi.cn/union/sendInvalidCodeSms?phone http://zjjzk.cn:8081/wjwpro/yzm/fsyzm.htm http://120.27.83.210/mythcall/api/Account_getVerifyCodeViaSMS.do http://m.e-baopai.com/api/common/msend_sms.html?type=2&phone https://webapi.account.mihayo.com/Api/create_mobile_captcha&gameId http://www.xueyuanwang.com/api/smsCodes http://member.ehaier.com/sendMobileSmsVerify.html?mobile https://cc.lovejiajiao.com/http/SmsVerificationCode http://vblog.people.com.cn/v2/smc https://ddxq.mobi/api/v1/user/mobile/check/?api_version=8.30.2&app_client_id=1&channel=App%20Store&countryCode=CN&device_id=a3bd2adebf3a389bb044fea62d52c8c55a1577ce&device_model=iPhone8%2C1&device_name=iPhone%206s&languageCode=zh&latitude=29.587192&localeIdentifier=zh_CN&longitude=106.283855&mobile https://t.800best.com/turbo/ajax/open/verifyCode?phoneNum https://m.exmail.qq.com/cgi-bin/sell_dependent?action=send_sms&t=wap_official_mgr&ef=jsnew&type=6&area=86&mobile https://m.jiajiao114.com/index.php?m=home&c=SendMessage&a=index https://auth.yufu.cn/passport/psonmember/common_send_sms.do http://m.ymw.cn//sendinformation/validatecode.html https://pass.hujiang.com/intraApi/v1/sms/send?action=SendMsg&mobile=%2B86 https://cloud.mall.changan.com.cn/maintenance-plug/app/wx/getSMSCode https://api.hndyjyfw.gov.cn/djapi/mobileVerify https://www.bqjob.com.cn/index.php/index/position/sms http://www.chemanman.com/api/Loan/Loan/pclientApply https://bigschool.seapard.com/index/send-code http://www.ctpedu.com/label/ajax/formsubmit.aspx?formid=whir_4&columnid=64&type=0&submitid=4 https://www.maiwe.com.cn/index/sendcode.html?tel http://admin.978w.cn/index.php/home/index/send_sms http://www.baishixue.com/index.php/Api/yzm http://shop.jetour.com.cn/mobile/sendmobilecode.htm https://teh.jdglrj.com/swan/captcha http://m.tsave.cn/m/general/login/send_verify_code.html https://login.11h5.com/account/api2.php?c=quick&d=getsms&nationcode=86&phone http://www.huitongpx.com/user/redenvelopes?invite=T38OA4M0 https://portal.hongbeiyun.com/register/getShortMsgCode.html http://www.zbwmy.com/zbwuser/sendCode/reg?phone http://cci.aihuagrp.com/promote/customer/add http://m.xymens.com/index.php/Home/User/send_code?mobile https://www.tgcost.com/myFiles/openLogin/check_mobile.json?mobile https://tjzyxx.lixueyun.cn/edu/ws/smscode https://i.work.weixin.qq.com/cgi-bin/unkey?inputf=pb&outputf=pb http://m.qibangbang.com/sms/getSmsCode?mobile http://hz.moring.xyz/api.php?act=user&key=TtEOttS73mFNeIE577&phone=080 https://aitob.xiaoyezi.com/student_wx/student/send_sms_code?mobile http://m.okcis.cn/login/registeryanzheng.php https://back.longsu666.com/app/common/getCode http://u.wnwb.com/sign/up_send_sms http://wxclient.78plat.com/userwechat/do/wechat/user/getValidCode http://www.zoneidc.com/user/sendmobi.asp?mobi https://mall.yancais.com/api/sms/send?phone https://uat-wxmall.yaic.com.cn/wxTerminal/binding/getVerificationCodeYaic.do?requestType=3&mobile http://www.patfun.com/do.php?ac=check_sms&phone http://u65111.com/API/Common/GetPhoneVerifyCode?phoneNo https://wx.zhonghebuke.com/api/zmweb/v1/user/smsLoginCode https://yjglpx.bjwsa.org.cn/students/register/SendMobile https://igetcool-share.igetcool.com/app-api-user-server/white/sms/smscode.json?phone https://fc.61info.cn/fc-fission/o/v1.0/experience/sendInternalCaptcha https://www.iamyun.net/man/a/sys/register/getRegisterCode?mobile https://hr.xfcbank.com/ajax/wap.php http://www.youfumi.com/User/SendMess https://m.tongzhuo100.com/login/ulogin.php http://45.154.3.95/hz4/api.php?act=msg&user=859183&phone http://www.haixue.com/passport-api/common/send-sms-code?mobile https://shd.shenhudong.com/api/v1/usertest/sendsms https://manage.1717niu.com/service/Awesome/User/SendPhoneCode http://gwbk.zhongan.com/dmapiv2/za-dm-insure/dm/user/sendSMGCode?mobilePhone https://centerapi.qschou.com/passport/common/sms/send https://app.antpools.com/api/sms?phone https://open.shenailp.cn/api/v1/common/sms/send http://job.sdjuliangnet.com/haiapi.php/index/sendsms https://woxiangkaidian.com/alps/crm/weixin/sendVerifyCode?phone https://www.ixueto.com/Passport/Handler/LoginHandler.ashx https://member.neea.cnnX https://www.jszypt.com/wx/member/getSmsCode http://apps.xiangxueyw.com/sms/sendCode https://api.jiguo.com/api2/User/Sms http://api.passport.pptv.com/checkImageCodeAndSendMsg?cb=jQuery1124039712228478511036_1532751449216&aliasName https://nmg.inspurhealth.com/sso_login/api/v2/user/quick/sms/mobile http://www.smctask.com:8092/code/phone http://www.wanmeicun.com/index.php?s=/Home/Index/ajaxPhone.html http://1.13.3.211:8001/main/user/app/sms?appKey=lnwmm.slyjk.com&appMarket=_360&deviceId=123&phone https://study.enaea.edu.cn/accountForMobileV2.do?action=getMobileVerificationCode&mobile http://smallprogram.sunlands.com/camp-prod/pcend/web/index.php?r=login/sms&tel https://www.zhan.com/&_=165643175042229 https://mapi.dgd2018.com/api/reg/code?countryCode=86&phone https://www.adcs.vip/sms/sendVerify?phone http://mall.800890.com/api/common/getcode http://hr.yuanfudao.com/personal-center/candidate/loginAuthCode https://www.deppon.com/phonerest/sendPhoneCode/login http://www.xyqb.com/LKB/lg/sendSms.html?random=&loginName https://kbydy.cn/web/User/sendCode http://www.bqjob.com.cn/index.php/index/position/sms http://m.logofree.cn/misc.php?act=send_sms&m http://www.zkzcfu.cn/api/sms/send?mobile https://api.iqhmh.com/sms_code https://esp.toyota-leasing.cn/cpa/api/sms/getNote?phone https://perfma.com/api/community/website/sendSms?phone http://floor.huluxia.com/register/voiceverify/ANDROID/2.2?platform=2&gkey=000000&app_version=4.0.0.1.2&versioncode=20141417&market_id=floor_web&_key=&device_code=%5Bw%5D02%3A00%3A00%3A00%3A00%3A00%5Bd%5Db5f4e374-c911-4460-9269-482cce8cf301 http://dx.peonepi.cn/index.php?hm https://api.xlstar.cc/api/common/send_code https://www.musiconline1.com/Register/verifyphone https://gafxchatapi.wbp5.com/api/ValidateSmsApi?countryCode=6541&phoneNumber https://app.quyiyuan.com/APP/user/action/LoginAction.jspx?APPOINT_SOURCE=0&CHANNEL_ID=&IMEI_ID=8E2AC561-FC56-4CB8-AD4B-4D493666BD21&PHONEOPERATINGSYS=2&PHONETYPE=iPhone8 https://openapi.smartoct.com/sms/sendSmsByCode?auth=rs84LH9w5JRukdLN9TWYfoEyHp6qja9y https://m.zbird.com/other/Getcode https://ibmapi.fansiti.com/uc/sms/code https://www.qibangbang.com/sms/getSmsCode?mobile https://zhihoutai.com/register/sendSmsVerificationCode https://console2.talk-fun.com/sms/send/captcha https://www.hezon.cn/api/sendjoinvalidatecodebymobile.htm?mb https://sdk.gz9130.com/user/?ac=sendSmsCode&phone http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile https://m.wanzhoumo.com/proxy?api_path=%2Fuser%2Fmobilelogincode&v=3.0&fields_version=3.3&mobile https://www.aiqkl.net/api/sms?m http://user.daojia.com/mobile/getcode https://m.qt.hrse.com.cn/sms/register?phone http://www.super8.com.cn/Ajax/HotelInterface.ashx?action=sendmsg&mobile https://uc.creditcard.ecitic.com/citiccard/ucweb/getsms.do?×tamp=1619497134779 https://web-agent.tope365.com/msg/sms/codeSend?phone http://api.duo17.com:80/sendsms.do?os_type=android&app_version=2.4.0.0&device_id=860903034476097&pnum https://admin.etcservicecenter.com/Home/Index/getVerification https://user.mixcom.cn/?m=console&c=index_api&a=public_sendmsgcode http://www.gspchina.org.cn/JsonHandler/sms/UserSendCode.aspx?type=134&phone http://m.coursemall.cn/passport/regcode?mobile http://wx.wkshare.com/common/sendSmsCode.jhtml?mobile https://reg.xueersi.com/RegV1/sendVcode http://www.sk-vip.cn/index.php?m=&c=page&a=yunhu&phone http://jyw.vhujao.cn/m/reg/motregchk.php?mob https://www.lanniuh.com/web-bin/m/weChat/weChatPublic/get_message_info?phone https://service.wzhxlx.com/wwyy/ceping/sendCode http://www.qmango.com/users/ajax/ajax_register_code.asp?_=1487743660579&mobile https://jlkjapp.jinlingkeji.cn/v9/auth/sendVoiceSms?phone http://sy2.mjkfw.com/index.php?s=gbook&a=ztpost https://www.wuylh.com/userreg/commons/getsmscode https://account.bol.wo.cn/cuuser/cuauth/smscode http://hjddhb.goldpartner.com.cn/app/index.php?i=2&c=entry&m=microb_redpack&do=index&op=sendmsg&wxref=mp.weixin.qq.com http://mall.lcscart.com/api/Login/sendMessage https://api.hellonft.art/Basic/getLoginMsg?phone http://2.hongzhaji.vip/api.php?act=user&key=973406209&phone https://login.ihongyin.com/login/sendLoginSms http://m.yupao.com/index/send-tel-code http://www.qianwang365.com/uc/ajax/obtainSecurityCode4Regist.html?qianwangWebMonitor=&type=qb&username http://211.149.170.226:8201/dczp-cloud-client/rrs/user/sendSms?phone https://www.zealer.com/api/auth/getcaptcha https://host.convertlab.com/sms/token?mobile https://artchain.depoga.cn/push/verificationCode/send?phone http://www.zzcredit.gov.cn/frontUser/sendMessForPhone.jspx http://m.jiwu.com/jiwuBuild/async/mobile/user/sendLoginCode https://gwbk.zhongan.com/dmapiv2/za-dm-insure/dm/user/sendSMGCode?from=web&mobilePhone http://marketing-landing-api-2.edusoho.com/page_api/sms_codes https://www.hozonauto.com/user/sendSms https://api.ehaivip.com/api/sms/send https://account.youhaosuda.com/interface/account/send_regist_mobile_code https://id.app.acfun.cn/rest/app/login/sms/send?app_version=6.40.2.1108&market=meizu&sys_name=android&appMode=0&socName=%3A%20MediaTek%20MT6755M&boardPlatform=mt6755&sys_version=6.0&product=ACFUN_APP http://hz1.18db.xyz/hz.php?phone https://vip.meishubao.com/ke/smscode.php https://my.800hr.com/inc/checkcode/?width=60&high=30&size=12&tm=21m25s13&type=1&channel=2&act=getphonecode®_code=user_phone https://www.yxdhma.cn/2021?hm https://kf.qeo.cn/smsreg https://www.maipiaoquan.com/web/api/json/pub/v1/user/sms/code/reg https://m.ihua365.com/index.php/api/public/verify http://app.lalatv.cn:8555/User/User/send http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi%204A&osLevel=23&phone http://www.toulink.cn/ThirdApi/SendCaptcha?phone https://www9.53kf.com/impl/rpc_callback_phone.php?from=visitor http://www.mrobay.com/bsplatform/bsp/menber/reg/sendMobileCode.do https://app-zsjz.doumi.com/api/v2/client/authCkCode?platform=android http://m.honjoymo.com/capi/v1/company_account/send_siteuser_signup_token https://www.diantoushi.com/user/v2/captcha?mobile http://hz.l9c.cn//api.php?act=user&key=eeKBYDpZs3jiA5j3Sd&phone https://wm.makeding.comnX https://m.mgqr.com/ajax/getcode_reg.ashx?phone https://api.zidushucang.com/app/sendCode http://passport.12371.cn/security/getMobileCode?type=regist&mobile http://app.syxwnet.com/?app=member&controller=index&action=sendMobileMessage&mobile https://server.huanxiang.pro/api/sms/send https://twitter.com/share http://www.hedongli.com/web-mall/userCenter/dealerRegister/sendPhoneValidCode?phoneNum http://api.nysytijian.com:80/api/common/GetVerifyCode?phoneNumber https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone http://api.passport.pptv.com/snsms/sendcode?cb=msSendCode&phoneNumber https://api.yishouapp.com/users/password_less_login_SMS http://www.planeart.cn/?p=1121 http://www.ydhz.xyz/mini/index.php?hm=115 https://reg.suning.com/srs-web/ajax/code/yy.do https://www.900ppt.com/api/login/getSmsCode?callback=jQuery111108671551546000253_1659013569288&phone https://mp.sfccn.com/dynamic/user/SMScheck http://xinweixin.11183.com.cn/youzheng/login/security?phone https://www.ztestin.com/users/register?usercode=Fy4AAQM%2BGAIXPS5LADBrVg%3D%3DnAccept-Encoding http://www.deego.com.cn/mobile_sms_code.htm https://mallapi.yofogo.com/biz-mall-application/v1/user/verifyCode/getVerifyCode?phone https://dw-pro.iduov.com/dw-api/getCodeLogin https://app-gw.5296live.com/api/base/biz-wokesports-app/sms/send?dt=1619953238233&signCheck=lhXNj1oYr%2BhgNMyzB0ujWZlaubhcetpJU90DWVFKiEVDDmtbOygHGs9yF4zBBxF08yGeGivCSNcHO1DLg%2FBb%2BchG0bSnUxhegTe0uExssIZWBIPjFdQ8QPO%2FxBDjC3xinwsRxfI%2BdTI4LLlFGhGOjjksn3kUE7y68J%2FiBONK7bWPoACpg6GNlt3aAsYCxcJA6D1z4W7KGz9FQQRk%2BuUgzXc7vtWaXZvoS2KjYEuSJGKprLa2nah7wvVO1j3vzXQ5llPdxlxykfshL40zTgQy%2Bip3P12XW6sPb5II0JWvfWtGCl%2FrzmI7Xg2OCXWhHHxyF6o2vPXtWTYBpFMBJ1Ub2WzZ2CnzipTrss%2B6imby5hpCjoH%2FoMggnZFzFsFxxVAhVezS1Jd3TtzTKDbh%2BNyvlVb6TW1M1Cj3IqKw0XkN8YTcVSvnfTXs2w8%2FVw15OD8yf0CpIrjZFZW7KTEpc3PL4F0vjCTtOnrYgA8SvhQUpkZqQbhAZV%2FM7EdA%2BW1O9iiX https://user.zixia.com/class/CAP/codeshow.php?sid=2090&quhao=86appname=cellphonereg&action=sendcode&yzidcode https://qdfront.pcauto.com.cn/interface/order/send_msg_code.xsp?callback=jsonp1644936876550&phone http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id http://www.ahtba.org.cn/Registration/SendSms?phone http://yesno.com.cn///api/moor/webcall.html https://www.gtshebei.com/Login/WebGetVerificationCode https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery183018066339418540722_1589810779142&phone https://san.ofo.so/ofo/Api/v5/getVerifyCode https://guishi.heifankeji.com/api/sms/authCodeUnlogin?phone https://openapi.book118.com/index.php/api/code/getmobilecode.html?mobile http://srmemberapp.srgow.com/sys/captcha http://www.zhisongda.com/api.php https://dealer.xcar.com.cn/index.php/interface/smsinterface_new/SendCode https://mem.mall.lmsh.info/api.php/smssend/send https://47.102.103.32/api_backend.php?r=index/sms http://test2.p10155.cn:8075/sendCode.ashx?phonenum http://wapi.erjiu.cn/AppMessage/appGetVerify https://47.89.9.199:8080/api/v1/user/mobile/check https://m.10010.com/mall-mobile/goodsArrivalNoticeNew/submitAll/v2 http://api.yuanhuoxingqiu.com/auth/registered/code http://v.juhe.cn/sms/send?mobile http://www.tanwan.com/api/reg_json_2019.php?act=3&phone https://api.sankuanyun.com/register/sms?phone_number http://dxsms.jiuer.site/api.php?act=user&key=Ias7DSP91901L0Se8x&phone http://api.newfaka.com/admin/index/sendsms?sign=1655117980-270010730-0-de0809e06e11a1a6c4cbf60719ed3841 http://floor.huluxia.com/kingcard/send/code/ANDROID/4.1?platform=2&gkey=000000&app_version=4.1.0.4.1&versioncode=20141451&market_id=floor_xiaomi&_key=3544353960F87E1F629F2B87CB4FDEB359C3C3902BB6B5D36B89603AAEAF9BDA2976870938F620423A1C742D933D5CC702EACEE01FF721EB&device_code https://m.ctscd.com/sys/ajax/User/CheckOrActivat.ashx https://app.zhuanzhuan.com/zz/transfer/getCaptcha?type=1&mobile https://app.ruoai.cn/reg3_password_send_sms.html http://opennft.erp.iflying.com/luca/api//common/sms/sendSms?phone http://www.suicunsuiqu.com/front/account/verifyMobileReg?mobile http://app.wllives.com/index.php/Api/Member/send_verify http://www.sanxi.art/data/api.login/sendsms http://www.vyuyue.com/vyy/getMobileCode.htm https://b.kujiale.com/api/useraccount/sms/switch/sendsms http://www.yxkoo.com/index/user/smsend https://sms-server.gaodun.com/index.php https://api.hellokid.com/verifyCode/getVerifyCode https://www.d7w.net/index.php?g=Member&m=Api&a=getmobilecode_binding&j=json&mobile https://apiv3.tongbux.com/login/send_SMS?phone https://h5.jiusel.com/api/user/login/sendVerificationCode?iphone http://m.zuidijia.com/public/duanxin/index.php?type=fasong&yuyin=yes&laiyuan=m_login_index_yuyinyanzhengma&shoujihao http://www.jiedai315.com/SendCode.ashx?Mobile=13124654461&Identifier=6110 http://www.huaicaijob.com/Index/send_mobile_code.html https://idc.jemqvt.cn/register_phone_send https://scm.yushanshuju.com/ords/wwv_flow.ajax http://sms.jwlcn/api.php?act=user&key=511SbU21b3I511ib1Z&phone https://b-sqt.meituan.com/api/leads/verificationCode https://m.scxm199.com/api/common/sendSms https://member.mkzcdn.com/register/code https://passenger.vvip-u.com/common/sendMsg?phone https://mweb.dongao.com/member/mobileLoginSendCode?mobilePhone http://bizapi.pezy.cn/qknode/sms/reqSmsCode?df=android&publishid=1003&deviceId=8812baafc8de4fe4&vt=5&screen=720x1280&deviceid=&os=android&proid=qknode&av=MMB29M&appVersion=1.6.1&imei=&ov=6.0.1&osVersion=6.0.1&deviceVersion=Redmi204A&osLevel=23&phone https://api.qsdxb.com/dxb-member/v2/get_sms_code_web?mobile https://yx.weiguanshequ.cn/api/common/registCode http://tayjymm.com/Index/zcrepass https://5.9188.com/activity/activityMobileCheck.go?id=qzkj&mobileno https://img.edu.sdnews.com.cn/union/api_ajax.aspx?callback=jQuery191047513410293740277_1648687347893&os=13&tel https://xxwlapi.meeto.top/api/member/sendSms http://my.gxrczc.com/account/RegisterCode http://user.jiulvxing.com/ucenter/register/acquire http://member.for68.com/member/consult/sendRandcode.shtm?mobilePhone https://www.ztestin.comnSec http://minyan.407fk.cn/index.php?hm http://www.waizongguan.com/PostMobileNum.aspx?mobile https://register.welink.huaweicloud.com/sso/v3/sendSmsVerifyCode?mobile=%2B86 https://m.tijian8.com/common/getAchCaptchas http://m.chacha8.cn/api/get_pcode https://www.6yxs.com/register/sendsms.html https://app.ym.163.com/ym/reg/getCode/?mobile https://api.sdk.49app.com/V7/Accounts/GetCode?callback=apiRegGetPhoneCode&device=3&mobile http://login1.q1.com/Validate/SendMobileLoginCode?jsoncallback=jQuery1111039587384237433687_1627172292811&Phone https://www.speedyrender.cn/api/v1/aaa/sms?phone https://ipr.witmart.cn/user/login/sendSms http://m.ipatao.com/api/account/smsVcode/unloginSend https://www.h2weilai.com/api/sms/send https://jiekou.mqmpm.cc/api/hz/?act=hzapi&apikey=INNY3krkl3lhtlnrid&phone https://mobile.chanel.cn/zh_CN/fragrance-beauty/services/local/sms/send http://124.223.25.227/hz1/api.php?act=msg&user=859183&phone https://user.qunar.com/webApi/logincode.jsp https://api.imquzan.com/user/user_tool/sendMobileSMS http://www.meisupic.com/user.php?act=ajax_validate_sms&bizcode=11&captcha=type=5&mobile https://login.64365.com/ajax/authentication.ashx?_=0.5804091794982522&callback=jQuery182046709271753611104_1634044954869 http://sso1.nlc.cn/sso/currency/sendCodeToMobile?mobile https://www.pfcexpress.com/webservice/COM_WebService.asmx/CLsms?mobile https://mcp.80vps.com/register_phone_send http://shop.sissyun.com.cn/Account/GetMobileVerifyCode http://www.hongzhoukan.com/ajax/check_tel_reg.php?mobile https://www.zhibitouzi.com/passport-sendsmscode.html https://ls.zhonglunnet.com/zl.reg.yzm.sendyzm/1.0.0/action http://www.dengta120.com/wap.php?op=getcode http://demo.q20x.xyz/sms.php?phone https://www.cdkelong.com/api/auth/public/login/verifycode?mobile http://lht-app.lhtex.com.cn:22225/lht/smsCode/save?mtype=0&mobile http://www.doc88.com/doc.php?act=send_sms&type=0&phone http://api.yikao88.com/api-member/centre/sendSms https://p-tf-activity.tifangedu.com/actapi/sms/sendSmsCode/4?mobilePhone https://saas.chocloud.cn/lolita_api_v2/index.php/api/message_code?mobile https://www.jybl.cc/index.php/api/Sms/send http://m.haiav.com/index.php?m=site&c=public&a=send_mobile_code&mobile https://hcsp.qyfwh.com/AuthService/ECUserInfoManage/sendSmsCode https://www.skyworthev.com/api/thirdSms https://www.xxwolo.com/ccsrv/apph5/sendShortMsg?phone https://www.mieu-eyewear.com/apj/user/register/sendCode https://api.banzuapp.com/login/sendNote https://api.panqiu8.online/api/user/sendCode http://pay.1000call.com.cn/login/verifycode?userName https://zaixian.izhikang.com/izk/index.php/welcome/send_sms_noauth http://m.shanzhen.me/sz/index/smsverifyp?phone http://x0mhb8me.sdicmicro.cn/api/member/sendSmsCode.v320 https://member.ouyeel56.com/wl-ttp-web/member/sendRegisterVerificationCode?mobilePhone http://i.kabrita.com.cn:80/gotoLogin.do?from=http https://m.571xz.com/datas/getPhoneMsgCode.json https://service.ydyd51.com/User/phoneCode?phone http://benalman.com/projects/jquery-resize-plugin/n https://shucang-yy.kpguubi.cn/api/sms/send https://member.jianshe99.com/uc/loginRegister/sendMsg?jsonpCallback=jsonp1619547710000&mobilePhone http://hm.zkhmrycc.com/api/wanlshop/sms/send?event=register&mobile https://cdn.xygtea.com/downloads/avatar/a48 http://passport.vivo.com.cn/v5/smsLogin/p1 https://account.zbj.com/api/captchaService/needCaptcha https://passport.yceduyun.com/passport/cg/smsRegPhone http://show.9xiu.com/my/checkmobile/msgRegistSend?mobile http://m.s21.bd3.21a.hengqijiaoyu.cn/promotion/message/sendCode http://api.qingmang.me/v1/account.sendVerification?&phone=%2B8 http://www.7881.com/img_valid.jsp?param=1557302312619&t=0&phone=act=reg&captcha https://wx.kaikeba.com/opencourseapi/common/code http://zha.vvoso.com/?zha=&x=10106 https://api.iqhmh.com/sms_code?mobile http://user-api.qianlima.com/api/user/register/mobile/code http://cloud.hw-ai.com/web/users/registry/sms?phone https://service-yy.jconnect.faw-vw.com/user/checkAccountIsRegistered?clientId=3db54c1e-646d-4076-85cf-49b019ec8494&mobile https://www.beixaoshuzi.com/app/auth/sendSms https://www.yinzhangcloud.com/user?method=sendvercode https://superapp.9hkeji.com/api/phone_code/get_register_phone_code https://api.duoduofan.net/api/sms/send-code https://m.milike.com/dg/getNewSmscode.htm http://app.qiaolz.com/code/phone https://m.yanxiuwang.cn/user.php/Login/send_register_mobile_code.html?str https://zjtj.fkhongdan.com/hongdan/user/sendVerCode.action?phoneNum https://web.gzhaitui.cn/api/sms/send http://passport.fang.com/loginsendmsm.api?callback=jsonp1475917947591&Service=home-club-web&backurl=&mobilephone https://sdijie.api.kkshuo.com/api/login/getCode?phone http://open.simmed.cn/api/user/login https://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone https://my2.xizi.com/auth/send-code http://sbb.gionstar.com/api/Sms/send.html http://puser.hnzwfw.gov.cn:8081/api/user/sms?mobile http://www.zhichiwangluo.com/index.php?r=Login/phoneResetCode&phone https://pass.hujiang.com/v2/api/v1/sms/send?action=SendMsg&mobile http://admin.bpdianjing.com/v1/pub/sendSMSCode?telephone http://user.66shouyou.com/api/loginBySms.php https://m.logoqq.com/register.php?act=send_sms https://www.jiandan001.com/rest/yonghubiao/ca/register.json https://wwyy.wzhxlx.com/wwyy/fun/sendCode?channelId=99&mobile http://cqzb.menphis.cn/user/getAuthCode?phone http://www.loho88.com/activ_check_mobile.php?activ_id=67&activ_type=mis&part_id=body_1_4&goods_id=100&is_new_customers_allow=0&phone https://apps.xiyousdk.com/agent/send_register_code?json_callback=jQuery183024170927985963986_1626747849535&sdk_version=1.3&api_version=1.4&time=1626747849&mobile https://m.sofas.cn/ajax.ashx http://api.pinzhishangcheng.cn/user/sendValidCode http://www.ryzwz.com/index.php?hm http://www.bidizhaobiao.com/cregister http://v.zzstep.com/user/ajax/sendPhoneRegisterOrLogin http://47.118.40.43:18880/login/phone/code?mobile https://zero.huidankj.cn/api/login/captcha http://www.ibodao.com/Mobile/Member/sendSmsCode.html https://esma.iccec.cn/apis/esma/users/signup/mobile https://api.jjhuigou.com/app/v2/sendMsg http://tongji.daohemedia.com/api/yuyue/index https://apps.automation.com.cn/zhonghua/user/sendCode.action?mobile http://m.jianshe99.com/m_member/member/mobile_register/resendMsg.shtm?jsonpCallback=&_=&mobilePhone https://passport.vivo.com.cn/v5/smsLogin/p1 http://www.hongbeixin.com/user/sendMsg https://spread.wtzw.com/api/verification-code?phone http://114.132.66.103:5703/getsms?mobile https://banyun-api.huolala.cn/index.php?Nonce=oqKDayfS&SecretId=t86DL3kdNNCD2Jw0gfNeVBCgjbA2Jf23&Signature=A9ye73xx9vs0OJBFdXA4CHjW3VYVy0qWfaxlX4r4k/8=&Timestamp=1647050436&phone_no http://btcapi1.gjw.com/BtCApi/Login/LoginSms http://w.you-api.icu/api/hz?apiKey=78a2f4ec790881d9776e83d04e45168b&phone http://www.163qiyukf.com/index/index/getcode.html http://member.jianshe99.com/uc/thirdParty/sendMsg?jsonpCallback=jsonp1625020499000&mobilePhone https://api.xsynft.com/web/client/create?phone https://a.xcar.com.cn/nxcar/index.php/askedprice/sendCode https://api.dongqiudi.com/v3/useract/app/user/postGottenlCode?phone http://wap.10010.com/mobileService/tuiguang/sendMsg.htm?mobileNumber http://m.ihuashi.cn/index.php?act=connect_sms&op=get_captcha&nchash=1&type=1&phone https://api.smarthito.com/v8/user/verifyCode?id=1657040523&time=1657116743951&obscure https://www.bangkao.com/register/checkPhoneIsRegister.action https://www9.53kf.com/sendmsg.jsp?_=1645513782937 https://bo.boboboom.cn/api/sms/send https://51tiaojiu.com/mobile/login/get_phone_code.html?user_phone http://m.egou.com/validate_phone.htm?phone http://mayi-api.91ants.com/shared/sms/code?mobile https://www.moretickets.com/openapi/pub/photo_codes/v1/photo_code?bizCode=MTL&verifyCodeUseType=USER_LOGIN&cellphone https://api.nftboxpad.com/app/user/sendMsgCode?tel http://lzdapp.zglzd.com.cn/sms/sendLoginCode https://www.fkw.com/ajax/reg_h.jsp?cmd=sendValidateCode_new&bizType=5 https://eyrieclub.com/wap.php/user/getMobileRegCod?mobile https://www.wenshushu.cn/ap/login/sendcode https://cg.lxhg.com/user.php?act=send_code&telephone http://www.jiqinging.com/ajax.php?do=getCheckCode&tel https://tlife.taikang.com/actapi/uims/v1/comm/getPhoneCodeLatest?activityCode=CUSTOMER_MIGRATION&activityId=qyf9datQVNZHpRYtlzW%2FwgtPf2LqkWlNabPdSTipxxHQqQ%3D%3D&mobilePhone http://bohe2.smctask.cn/api/code/phone http://app-gw.365ycyj.com/UserApi/50000/GetSMSCodeByWeb?tel http://wan568.xyz/ms/modernizr.min.js118 https://www.saicskoda.com.cn/sk-portal-api/open/api/submit http://shanghai.chinashadt.com:8010/ottadsys/servlet/AdsysServlet?interface=generalApp&vsDtype=14&vsInData1 https://gateway.xiaoliequan.net/user-center/api/v1/user/mobileCaptcha http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE http://124.222.140.226:5503/?phone http://t.12580.com/special/sendValidcodeByWap.do?mobile https://passport.dapengjiaoyu.cn/voiceCode?mobile http://consoleapi.guangdianyun.tv/v1/Passport/Index/sendSmsCode https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery18303389149111755325_1624013936898&type=5&phone https://www.okcis.cn/php/baidu/baidu_getcode.php https://g.xbb.bj-cib.com/arm-app/user/sendNoLoginSmsCode http://stc.enjoyha.com/api/user/sms/send?mobile http://cjjl.chelun.com/shortMessage/captcha?mobile http://user.dmzj.com/register/send_tel_code?tel http://api04ssfv.zhuishushenqi.com/sms/sendSms http://jyyxh5.miaogong.xyz/api/users/smsCode http://www.zhudian.site/Index/Member/findPasswordSms http://www.baixing.com/m/oz/verify/?fromS9=1&identity http://199.19.124.217/api.php?act=user&key=zRB400ll4L4jZ04JRA&phone https://user.gxdiansheng.com/api/login/mobileCode http://www.jc258.cn/signup/send_sms?mobile http://gif.55.la/wxlogin https://lingjingyihao.com/api/app/app/SMS http://t.zhaicuoben.com/role/VerifyAction.a?phoneExist https://chetc.cahe.edu.cn/api/sms/send/?mobile http://imfreecall.3158.cn/index.php/call?CB=WebFreeCall.callResult&C=60098&T http://www.shujuju.cn/register/send_code?is_phone=true&value https://api.ketui.cn/common/sms/captcha https://rst.qinghai.gov.cn/qhrst/sign/captcha https://www.tanwan.com/api/reg_json_2019.php?act=3&phone https://api.yiminft.com/y1/sys/sms http://gg-app.youyoushenghuo.net/index.php/Home/Tools/sendVerifyCode https://m.mafengwo.cn/order_center/index/send_mobile_code https://m.kdniao.com/api/sms/sendByPhone https://yuwen.yayaketang.com/kid-chinese/app/sendlogincode?_t_=1598496110&appId=yayayuwen&bundleID=com.zuoyebang.yayayuwen&channel=appstore&cuid=bf2e0e7ce797cb3cc81d5cfefe8060341d2142b8&dayivc=65&device=iPhone%206s&feSkinName=skin-gray&iOSVersion=13.6&isNotchScreen=0&nt=wifi&os=ios&phone http://www.ncsti.gov.cn/kczx/sendVerificationCode?r=0.2560780346069238&photoNumber http://ld.liandan100.com/ldmgr/api/user/sendVerifySms?platform=1&versionNum=53&&r=&partnerId https://z12.cnzz.com/stat.htm http://duohao.myyb100.com//webapi/geticode.jsp?userid http://mobile.iqihang.com/api/v2/user/send-sms?phone=18959001788&cmd=20&verifyCode=http https://mobile.iqihang.com/api/ark/web/v1/common/sms-code/send?phone http://www.yh5000.com.cn/index.php/Home/Public/send_phone_code.html?spread=5&phone http://m.tiantang6.com/sms/sendms https://huoke.prod.k12.vip/poem/common/sendCode?phone http://www.diansan.com/public/api/business/register/verify/code/get.json https://sso-c.souche.com/loginApi/getCaptchaUrlByPhone.json?app=tangeche& https://api.weixinmoniqi.com/api/member/read http://www.mycomm.cn/getjssfor.php?action=send&phoneck http://www.12chu.com/reg/sendCode.jhtml?mobile http://www.yfbzb.com/bind/getPhoneCode?phone http://www.jiedai315.com/SendCode.ashx?Mobile=&Identifier=6108 https://u.carnoc.com/sendCode http://www.91cardbag.com/sendsms http://i.zhaopin.com/Login/LoginApi/SendBindSms?jsoncallback=jQuery16402676061029242586_1454143948438&businessType=C-Bind&t=1454143948656&_=1454143948656&mobile https://qdfront.pcauto.com.cn/interface/order/send_msg_code.xsp?callback=jsonp1650873017026&phone https://www.edu-edu.com/Home/GetValidityCode?phone http://www.zhituhuwai.com/index.php/Home/Index/findpwdduanxin https://www.haohaozhu.com/f/y/api/Login/ http://www.longone.com.cn/servlet/user/Register?&function=AjaxGetPin1&mo https://www.djgz399.com/neiyi/sms/sendSms?t=0.21203904695915443 https://www.haohaozhu.com/f/y/api/Login/Identifyingcode https://pass.hujiang.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_class&captchaVersion=2&hpuid=903-TsrKa9utnsPgtNk-68&imgcode=&isapp=true&mobile https://openapi.lawtime.cn/bdxcx/common/SendSms http://apizb.tv189.com/ilive/appuser/sendmsg.jspx?phoneNum http://120.24.220.30/rs/user/loginVcode https://xyhz.huizhou.gov.cn/system/validatecode/getSMSValidateMobile https://api.nightvoice.cn/auth/captcha/get http://www.diyibaokao.com/NoteSend/Ajax.aspx?Action=GET&Phone http://www.lookedu.com/account/getsmscode.do https://m-api.luckybyx.top/cli/verifyCode/sendVerifyCode?phone https://wenz.jxnews.com.cn/ms/index.php/Home/User/get_yzm https://api.shouqu.me/api_service/api/v1/user/sendRegistrationCode?idfa=1E0D9617438F4A0DBED0AEB20FF19A50&dem=Apple&os=ios&osv=13.1.3&model=iPhone8 http://123.1800ka.cn/sj/ajax/hqyzm.aspx https://v.7jft.com/api/sms/juhesend https://online.toyota-finance.com.cn/cpa/api/sms/getNote?phone http://api.qingmang.me/v1/account.sendVerification?code=1568961775.2821322955&phone=%2B86 http://www.jxyc12345.cn/ycweb/cusMobileCheck.do https://139.224.236.236/finchinaAPP/sendCheckCode.action?existCheck=1&phone http://api123.rsk.cn/app/sms/send?mobile https://account.weimob.com/website/saas/account/api2/user/getCodeRs https://m.jinying.com/api/send_captcha.php?mobile https://accounts.douban.com/j/mobile/login/request_phone_code http://1.13.3.211:8001/main/user/app/sms?appKey=sysj.btyjdk.com&appMarket=_360&deviceId=123&phone http://app.igo166.com/api/index/send_yzm http://cs.hongzhaji.vip/api.php?act=user&key=Bn8JZm3QYzgL80y4L1&phone https://m-u.net114.com/wap/?action=user&cmd=ajax_smscode https://edu.sd.chinamobile.com/v2/unite.do?action=sendSmsValidate https://www.zrloan.cn/flowapi/dz-api/clue/send-verify-msg?tenantId=512564 https://www.feibuzf.com/index.php?c=Ajax&a=getCptha https://sso.kczg.org.cn/strongsms/sendVoiceCode https://account.sogou.com/web/smsCode/send https://homed.snssdk.com/passport/mobile/send_code/v1/?passport-sdk-version=30490&iid=4209347324039582&device_id=67802361931&ac=wifi&channel=zxb-yyb-ls-1&aid=1398&app_name=homed&version_code=226&version_name=2.2.6&device_platform=android&os=android&ssmix=a&device_type=16s&device_brand=meizu&language=zh&os_api=28&os_version=9&manifest_version_code=226&resolution=1080 http://www.00800.com.cn/cnhs/wqproject/index.php?app=public&mod=Passport&act=sendmsg&area_code=%2B86&phone https://cowtransfer.com/api/user/register/mobilesignin?mobile http://211.156.201.12:8088/youzheng//ems/security?phone https://kcxtwapi.feierlaiedu.com/api/v1/sys/sms/mobile/new http://yesno.com.cn////api/moor/webcall.html http://119.4.40.32:10010/ctl/member/register/registerRandom?mobile http://passport.csdn.net/account/mobileregister?action=sendMobileCode&mobile http://www.plaso.cn/plaso/servlet/randomCode?0.47652275536418554&type=loginrandom http://qcywl.top/zha/index.php?hm https://merchant.ule.com/merJoinInPersonal/login/sendSmg.do http://www.xmkanshu.com/login/ajaxShort?method=_ajaxShort https://creditcard.shengjingbank.com.cn/bankcoas/0417/sms/smsPw http://funs.group/api.php?act=user&key=zxcvbnm12345&phone http://testteach.yunjijiaoyu.club/system/send https://weixin.bangnijiao.com/domain/code/getauthcodenew.do?type=2&phone http://static.huaqianwy.com/mem/sms/verification/send http://aliyizhan.com/phone/marketfindCode.action?equipUUID=2fc5ae11-6d7c-3efb-ac8a-b51e0fb9f881 https://hdh.10086.cn/common/validationIP?phone https://www.moyuwenchuang.com/index.php/api/login/sendCode https://fay.museum-verse.com/NFT/manage/userauth/doSendAuthCode?params=%7B%22AA_PHONE%22%3A%22 http://m.xymens.com/index.php/Home/User/send_code?token=caa441f820c1bd35f41bd0a8b4dc0596 https://shop.ehuatai.com/huatai/api/send-sms.jsp?mobile http://m.114-91.com/common/api?cmd=APPMemberGetCheckCode&mobile http://m.wufawutian.com.cn/Ajax/User/Reg.ashx http://api.123kailian.com/index/sms/send?t=2&mobile https://www.zstack.io/account/site/send-smscode?to http://www.hbsz315.com/api/Users/SendNote?phoneNumber http://m.mop.com/phoneValidatemobileNo https://h5.chiyue365.com/app-h5/verifycode/new http://v.zzstep.com/createuser/ajax/sendPhoneRegister https://events.172tt.com/tianti/login/captcha?mobile http://www.250qk.com/User/getregcode http://tyrz.zwfw.gxzf.gov.cn/portal/veryCode/smsCode http://my.baihe.com/Getinterregist/captchaAndRegCheck?account https://www.yimiyuedu.cn/userinfo/init/getAuthCode/v3 https://b2c.csair.com/portal/smsMessage/ESocialMediaVerifyCode https://www.zhuhungame.com/login/getCode https://gw-driver-wap.01zhuanche.com/gw-driver-wap/inside-mp/api/v2/msg/codeSend https://api.mlsfang.com/api/Account/VeriCodeSendV2 http://mall.wey.com/m/passport-send_vcode_sms.html http://www.youxia.cn/go/index.php?mod=account&code=getRandCode&pic_code=undefined&phone https://www.maycur.com/api/web/captcha/phone https://lcloud.longene.com.cn/hippoWebServ http://www.wufawutian.com.cn/Ajax/User/Reg.ashx http://noob.xbzlapp.com/renwu/smscodeapi https://1mp.mengniuarla.com/mpDLShopApi/SmsCheckCode/GetMobileCode?mobile https://ypt.mmgao.top/wsy_user/web/index.php?m=login&a=register_get_phone_code https://jlkjapp.jinlingkeji.cn/v9/auth/sendsms?phone https://shop.jetour.com.cn/mobile/sendmobilecode.htm?mobile http://iclass.ruijie.com.cn/icmgr/rest/techReg/sms?timeStamp=1605428709505&phoneNo http://bdp.haoyisheng.com/bdp/checkCode/getChkCode?timestamp=1600272327075mobileNum https://api.pangushuzi.com/app/login/sendSms?loginName https://api.qtopay.net/smscode https://route.yuantutech.com/user-web/restapi/common/ytUsers/checkIsReg?phoneNum http://zd.yyjyzx.cn/chaxun/fdcgjs.html?agent=360&u_user=yiyujiaoyu360ph&u_plan=FangChanGuJiaShiPC_BaoMing_QuanGuo&u_unit=BaoMing_Dong&u_kwid=2021121410012012&_=164518239042785 http://member.med66.com/uc/smscode?phone https://www.huajin.com/api/front/resource/sms/sendSmsNew.php https://api.hlcm-gcm.com/v1/api/user/checkCode?mobile https://m.music.migu.cn/v4/?q http://www.yncost.net/mobile/login/login_send_msg.html http://reg.suning.com/ajaxCheckAliasEPPWithMinos.do https://jiekou.yang0.cc/api/hz/?act=hzapi&apikey=tEpoB9TMOb5yJmEMb8&phone http://45.154.3.95/hz6/api.php?act=msg&user=859183&phone https://login1.q1.com/Validate/SendMobileLoginCode?jsoncallback=jQuery1111039587384237433687_1627172292811&Phone http://api.moonreader.cn:80/mreader/common/sendMobile.do?mobile https://nt.ntzhiqu.com/ntzhiqu/api/user/public/send http://user.sanwan.club/push/verificationCode/send?phone http://git.io/2048 http://kyddn.log56.com/sq_server/verifyCode.action https://member.neea.cn/register/createSMSCode/1?vPZ01KTA=5HdmMMgAD1YqJzGT7d4dg_5Wbm.JGKNtTzzkvuZ_j9iurl6LdePsuw6f1FqOObJoFQbkQelTnpLEVKSNtnxBPLN0IckL0SDtTxdRYp8XJXIPPo93XiCpwvqIztePpZoUTCJFhV2IyIw5R6iolO2c0xHIiaWHTUhAwyZ7eROGmPUtS5knWTBcMOg7F6A9NBxT6XMqWQgwR8MA33rZm__W6iBbszGepJUJaAwrlaUyLh.5kcgWuDy9TihCC7Hk2.gD08uWJFaTxSK_EJdhNaRnYPGEdAZcqCXE3Eyb40BzGJhqymZexFSolmV2aFHwEdCVmm6.tygk3UBgSMwnXYv33IPEntveNVdYU0wRh17k4xUN.eF2pp1uCFEhyJmBPQwcU http://login.user.kugou.com/v7/send_mobile_code?dfid=-&signature=1041cff01ac14ea18c1d0b214973ed8d&appid=3118&mid=168881201564633386460424341175708639248&clientver=1763&clienttime=1651974109&uuid=1f2e3a1aad4b60a2d0246f48a9369bca http://ntapi.fengkuangtiyu.cn/api/dispatcher https://m.kujiale.com/api/useraccount/sms/switch/sendsms https://gwbk.zhongan.com/dmapiv2/za-dm-insure/dm/user/sendSMGCode https://h5.yanwen.com/UserCenterAjax/SendVoucherMobileCode https://prod.lingzhushijie.com/lingzhu/system/sendMessageV2 http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone http://www.atmyjr.com:80/user/ashx/ajax.ashxaction=telyuyin&mid=17433&v https://mobile.cmbchina.com/PToolkit/Recommend/OutsideRecommend.aspx https://api.yinjis.immusician.com/v1/user/tx_sms https://eipis.maodou.com/account/get_verify_code http://www.xmrgo.com/mobile/index.php?act=connect&op=get_sms_captcha&type=1&phone https://gw.n8n8.cn/oabase/api/passport/register/sms/send http://m.yst.com.cn/pc/code/phone/regist?phone http://newm.yktour.com.cn/api/captcha/login/info/get?mobile http://service.zol.com.cn/user/ajax/sendMsgCode.php?phone http://h5.member.iachina.cn/h5/api/send_captcha?tel https://www2.tongzhuo100.com/login/action/ulogin_action.php https://m.qgyyzs.net/common/ajaxDataOut.ashx?sj http://paotuiyu.com/api/sms/send?mobile https://api.cloud.taozhi.online/third-sdk/common/verificationCode/sendPhoneCodeMsg?phoneNumber https://api.zhaoyang120.com/v03/auth/captcha https://bbs.cgmomo.com/sendRegCode https://login.10086.cn/sendRandomCodeAction.action https://account.youzan.com/api/register/sms.json https://www.yiban.cn/ajax/vcode/sendVcodeVoice https://www.xqnwk.com/c/sendcode/phone https://dappweb.huolala.cn/index.php/?_m=register&_a=send_register_sms_code&phone_no https://apppro.bjsubway.cc/metroAPP/api/cas/sendcode https://ptcapi.kidcastle.com.cn/Base/getAuthcode http://i.xfvw.cn/api/sms/send?mobile http://www.zhongqiaokeji.cc:8808/api/msg/sms https://h5.honglaba.com/Login/getPhoneOrEmailVerify.html https://changba.com/official_login.php?ac=start_phone_entry&phone https://www.peaksport.com/cn/mobileMessageCode https://my.baihe.com/Getinterregist/getPhoneVerifyCode?jsonCallBack=jQuery18303616492623914265_1620187840528&l1620187849957&type=1&phone https://demos-home.101hr.com/api/sendVoice http://bizapi.pezy.cn/qknode/sms/reqSmsCode?publishid=1003&deviceId=2808ec7ef7fbeed6&df=android&vt=5&screen=1080x1920&deviceid=2808ec7ef7fbeed6&proid=qknode&os=android&av=NMF26X&appVersion=1.4.0&imei=865499038835144&ov=7.1.1&osVersion=7.1.1&osLevel=25&phone http://qccq.cqyl.org.cn:2300/qccq/app/v1/user/getCode?send_model=0&user_phone https://www.rqxfj.com/index.php/api/Login/sendsms https://www.zx123.cn/member/register.php?action=getcode&ajax=1&mobile http://jwapp.jiwu.com/authenticate/code/generate?mobile https://api.ecook.cn/pub/send/mobile/login/code?mobile http://sms.jl.cn/api.php?act=user&key=511SbU21b3I511ib1Z&phone http://www.jiedai315.com/SendCode.ashx https://dss.xiongmaopeilian.com/student_wx/student/send_sms_code?country_code=86&mobile https://tmi.wang/mobile/login/sendMsg https://m.q.qq.com/a/s/07befc388911b30c2359bfa383f2d693 https://u.house.ifeng.com/getVerifyCode?_=0.38838852170651417&_t=1565612980&verifyCode https://www.zhufuc.com/admin/api/center/code/verifycode?ran=0.25068726233475025&type=5&verifycode https://login.nio.comnSec https://receive-course.dapengjiaoyu.cn/quantity/api/send/mobileCode?mobile http://lan.labgic.online/api.html http://api.mxiaofa.com:8091/getCode https://www.cmpassport.com/umcsvr/s?func=reg http://c.boaov.org/boaoweb/lrsp/getyzmcode.do?xsid=&tel https://hapi.00bang.cn/llb/oauth/llb/getLoginSmsCode?mobile http://gateway.shangbangzhuan.com/user/msgLogin?tel https://www.qbt.jp/yii/web/index.php?r=shop%2Flogin%2Fsend-verification-code https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile https://ihealth.zhongan.com/api/whale/v1/H5/gift/message/sendSmsCode/1000000003?phone https://m.yaocaicang.com/api/sms/register http://sso.letv.com/user/mobileRegCode/mobile http://hz.luoch.xyz/api.php?act=user&key=31J1BJ7X359Kj1RZV3&phone https://m.atomychina.com.cn/cn/api/account/certification https://www.gogowing.com/api/sendcode https://wzwap.myzx.cn/api/apps/uv1/public/sendMsg http://copy.aimugi.com/sms/getcheckcode http://m.yantubao.com/www/member/regsendcode https://v4.passport.sohu.com/i/smcode/mobile/sblmobile?mobile https://id.qy.baidu.com/esvr/v3/common/checkMobile http://arts.jcshucang.com.cn/app/sendCode http://u.fjlib.net:81/onecard/portal/sendValidate http://new.zwfw.itl.gov.cn:10240/api/common/getPhoneVerifyCode http://park.chemi.ren//serverpark/index.php/Api/Mobileapi/getCode?phone http://user.daojia.com/mobile/getcode?mobile=13227526322 https://kbydy.cn/web/User/sendCode?type=signUp&mobile http://m.tiantang6.com/mobireg/checkuname https://mall-cashback.tinman.cn/noRight/campaign/send-verification-code https://www.huajin.com/api/front/resource/sms/sendSms.php http://jingtansms.cn/api.php?act=user&key=KrG2I2eZ7IH2iR1S27&phone http://www.zhaotuu.com/user_sendCode https://sanyapp.irootech.com/saas-aba-base/api/verification/send-code http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile https://weblive.61draw.com/backend-api/class-api/v1/student/web/authCodeV2?deviceId=5133aa0a-5c2c-4081-b5c4-fe5189800561 http://4.hongzhaji.vip/api.php?act=user&key=973406209&phone https://msgo.10010.com/lsd-message/send/captcha/phone/v1?phoneNumber https://jlh.xjyd0755.cn/user/api/sms/send http://user.daojia.com:80/mobile/getcode?mobile https://zy.xywlapi.cc/qqcx?qq=104 https://www.ttcdw.cn/p/uc/passport/api/v2/verify/getSmsCode https://home.51cto.com/third-mobile/get-mobile-code https://api.youyuanmall.cn/api/passport/smsCode https://passport.ciwei.net/passport/Api/user/mobileCode https://www.acer.com.cn/personal/vaditecode.html http://testapi.wisq.cn/user/code?callback=jQuery1121043210507726688685_1649576168584&type=register&tel https://mini.guaiguaitech.com//surname/camp/member/gainGainCaptcha?phone http://cuckooshop.cn/SMS?phone https://passport.1yyg.com/JPData?action=send2Msg http://yihua-api.taoqikid.com/api/account/user/get-verify-code?mobile http://www.righthere.com.cn/Web/CheckMobile https://seckillapi.phone580.com/fzsuserapi/user/limit-sendsmscode?phonenum http://api.fangzhiliao.com/api/verify/getVCode https://adminapi.caua1988.com/member/sendmessage https://mla.iccec.cn/apis/mla/users/signup/mobile?mobile http://43.134.229.155/api/index/submit?key=ff102125815e3df1974a7be53afd4794&phone https://www.rongyihuahua.com/jud/verifyCode https://dra.iccec.cn/apis/dra/devc/users/signup/sendVerCode?mobile http://apitest.jrqhh.com/api.php/core/tool/getcode?client=android&ver=1.0.7&package=com.qcdypgdd.app&Mobile https://biz.axiwenhua.cn/jeep/api/verifyCode?phone https://www.hainanwangdai.com/api/v1/user/agreement/privacy/status?utmSource=yrd_m_web&phone https://www.lvfacn.com/user/verification_code/reg_send.html http://45.138.70.101/hz5/api.php?act=msg&user=859183&phone https://www.ggzuhao.com/Register/GetVerifyCode https://wechat.saicskoda.com.cn/api/index.php?c=rsePush&m=commonleads&jsoncallback=jQuery351029150392154847826_1616165642224&channelid=60003&realname= http://api.passport.pptv.com/snsms/sendcode?cb=msSendCode&phoneNumber=13244969991&deviceId=p_1584518586025_48072460278550296&terminal=PC&channel=208000103005&uuid=0e2a64ae-e07e-49d6-852e-3de883df8003&imgCode=&format=jsonp&_ http://www.51qub.com/member/sendmobilesms https://pro-api.vfinemusic.com/captcha/sms http://energy.chinatowercom.cn/ikeawell_charge/ikeawell/moble/user/getValicode?cellphone https://login.nio.com/v2/nio_cn_login.html?service=https%3A%2F%2Fwww.nio.cn%2Fmynio%2FloginnAccept-Language http://www.weimaiyy.com/register/sms?t=0.6886729517940704&phone http://api.yoyo360.cn:80/rest/authcode/send.json?18286967362 http://account.bol.wo.cn/cuuser/cuauth/smscode?mobile https://apps.yae920.com/login/sendSMS http://wan568.xyz/ms/cocoMessage.js119 http://jxcps.sinopec.com/sms/createSMS https://www.baidu.com/baidu.php?url=K60000avpXkFvm720j87TrMNN5DO25KidvVx-YHTYR2_MNYMAbvA25SqyFAsZBMmvhCJ0ZZAsyE3R-Yt7HLMVe5ytjp86OgVP8QO_WvYfN-4PZMvt3ew9AwhjRWRcP8mOnS181ifptZ20Zu1uik-zNXAQ4iDgUYJldYSrZqVSPNDfIlxbYN0ZAZtCULs_895HhHC8NW7hI_tACwskz9MkLaiJJn_.7Y_imSWzJlce8ijR1GHZ0heKsYcnaXzExu__vfISVerQKW9llqIjNdJsrlceJS5yOQdYIZUoJlOJI-xA1oSGgkozU2SEpMwsrh8lqTEjw4XL68m3dtX1__zX5ZkozITEjw4mpZYnU_MHgk3qh1WbtX8g9Ct_PH7IxgQsYXNhA6kbL4POZuYer8g9Ct_r5RkgYq5ZFvUr1_l4XAWz_LmvrhEIu__LUS5HdztPZ-WCpAQr8g9CtVLYnNqmeCp5UBmqElqxl-XegSGeuE-SgvOWtEdQSNmhcLYDePh1-kl-9h9mzyU8MmC.U1Yk0ZDqYpx5_0KspynqnfKY5THDsrOHYQZ6_t1wGtSs0A-V5HczPfKM5gK1IZc0Iybqmh7GuZN_UfKspyfqP0KWpyfqn0KVIjYknjD4g1DsnHIxnW0dnfKopHYs0ZFY5HckrfKBpHYkPH9xnW0Yg1ckPdtdnjn0UynqnH6vnW6YPWbvPNtkrH04nWcdnjbkg1csPHD0TgKGujYs0Z7Wpyfqn0KzuLw9u1Ys0A7B5HKxn0K-ThTqn0KsTjYs0A4vTjYsQW0snj0snj0s0AdYTjYs0AwbUL0qnfKzpWYs0Aw-IWdsmsKhIjYs0ZKC5H00ULnqn0KBI1Ykn0K8IjYs0ZPl5fK9TdqGuAnquj0VmhwbX https://app.yfb.qianlima.com/yfbNativeApp/account/getPhoneCode https://www.duanxinhongzhaji.com/free/index.php?hm http://101.201.39.200:8050/api/Verification/VerificationUser https://reg.mrshapp3.com/api/user/user/verification/code/send https://ajk.ihealthlabs.com.cn/message/get_msg_code http://www.1637.com/send_msg.html http://47.106.155.214:8082/Users-getPhoneCode?username=kxdao6611&phone https://im.molinsoft.com/validate.jsp?randromid=0.2002692325464066mobileNumber http://www.52fzlt.cn/api.php?hm https://newcps.lejunwl.com/bExtendPreview/sendSafetyCode.html http://www.maimaishichang.com/m/reg/motregchk.php?mob https://znn.zihaijituan.net/wap/login/send_message.html https://ap1.sms.k1k.xyz/new-job?user=13HT&total=150&mobile http://1.13.3.211:8001/main/user/app/sms?appKey=syys.jyqjk.com&appMarket=_360&deviceId=123&phone http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id https://api-console.adapay.tech/crhcsl/login/sendsmsAdamall?loginId http://45.138.70.101/hz7/api.php?act=msg&user=859183&phone http://45.138.70.101/hz3/api.php?act=msg&user=859183&phone https://evun.geely.com/mp/sys/user/captcha?mobile https://yuanzhichu.art/api/index/send_yzm http://huanyu.daokesi.club/api.php/login/sendsms https://open.96533.com/account/inforSmslog/userVerificationCode http://data.mf528.com/SetCallHouse.php http://ls.zhonglunnet.com/zl.reg.yzm.sendyzm/1.0.0/action http://www.bqjob.com.cn/index.php/index/position/sms?mobile http://meeting.csco.org.cn/Admin/VerificationCode/?type=1&v=1&id=1&email=&checkcode=ipass=0&mobile https://editor.588ku.com/site-api/send-tel-login-code?num http://m.robotest.cn/user/sms.html?tel http://cs.snmi.cn/user/GetVCode https://passport.eqxiu.com/eqs/sms/token?phone https://biz.booleandata.cn/api/customer/common/sendValidateCode https://www.beijing-hyundai.com.cn/umbraco/surface/TestDrive/Submit http://m.tk.cn/member_api/?api_s=member.sms&api_m=smscommonsendsms¶ms=%7B%22mobile%22 https://my.51banban.com/loginajax/getmobilecode/?mobilePhone https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile https://i.kabrita.com.cn:443/sendCode.do?user.user_name https://unite.nike.com/phoneVerification?appVersion=903&experienceVersion=903&uxid=com.nike.commerce.nikedotcom.web&locale=zh_CN&backendEnvironment=identity&browser=Google%20Inc.&os=undefined&mobile=true&native=false&visit=1&visitor=a42dd7d2-2610-4a49-833d-20405b87040f&phoneNumber http://dataservice.eshow365.com/sms/getRegisterValidCode?mobileNo https://service.yunshun56.com/account/sendSmsCode?mobile https://m.chinawutong.com/ashx/SendSMS.ashx?code http://vip.timesawards.com/Method/getAuthCode?target http://i.im.etiantian.net/app-common-service/getPhoneValidateCodeForAixue.do?time=1563804384352&appId=561&typeId=1&uType=6&phoneNum https://passport.datebao.com/web/ajaxsmscode https://jzapi.baidu.com/sjh-lexus/request.ajax?reqid=4b534c47-5166-4dc5-6f5f-162497700578&path=sjh-lexus/GET/SmsNoticeService/sendSmsCode http://www.cta613.org/sendsms.php http://www.efala.net/newfindpwbysms.flow?byname https://jiameng.baidu.com/portal/com/captcha?ajax=1&device=pc https://user.daojia.com/mobile/getcode?mobile https://www.nsxxs.cc/api.php?hm https://speech.10jqka.com.cn/info/api/v3/auth/get/signcode?userId=-1&mobile https://szwgzf.unionpay.com/access/unpayLogin/send_mobile_code http://www.pmax.cn/Home/Index/sendcaptcha.html?user https://www.donews.com/login/getcode?tel http://jmwap.ctdsb.net:8089/amc/client/getAuthCode?mobilephone http://www.91glb.com/mobile/index.php?m=sms&a=send http://passport.ctrl.cn/sms/reg?mobile https://m.leju.com/m.leju.com/index.php?site=js&ctl=users&act=sendSms&mobile https://api2.yueyuechuxing.cn/h5/v1/driver/user/reserved/sendSms https://m.xianzhiwuyou.com/getVerifyCode.json https://passportweb.uupt.com/api//?method=sms.send.GET https://syr.bjhwbr.com/app/public/sendVC?pno https://passport.zhan.com/uc_client/sendSmsCaptcha.php?ssid=ao3csli1m94ig7v3aile7i14uo&callback=sendCodeCallback&mobile http://rmgj.ruicifang.cn/getyzcode.jsp https://api2.picooc.com/v1/api/captcha/getTencentUrlForSms?appver=4.1.4.0&device_id=7E7A14DE-4E74-447E-A73F-2F88FBC2A012&device_mac=&isMainRole=0&lang=zh-CN&mainRoleId=0&method=getVerifyCode&os=iOS&phone http://m.zuidijia.com/public/duanxin/index.php?type=fasong&yuyin=yes&shoujihao http://60.205.145.205:9980/reg_code https://rest.jfh.com/cmm-portal/sms/sendSms?telephone https://user.chinahr.com/cppt/open/msg/send/smsCode?mobile https://sichuan.95504.net/v4/member/account/sendsms http://user.memeyule.com/authcode/send_mobile?china=true&mobile http://www.musicdo.cn/MiniPhone/ashx/Foundation.ashx?MethodName=GetVerificationCode&phoneNumber http://m.bzfxw.com/e/ecmsshop/mobile https://www.qbedu.com/edu_cloud/sms_send https://pass.hujiang.com/intraApi/v1/sms/send https://amz.antcoor.com/get-sms-code http://m.ctscd.com/sys/ajax/User/CheckOrActivat.ashx?U_Mobile https://api-xjyj.xyydds.cn/api/get-code https://v3.camscanner.com/api/sendVcode https://mail.10086.cn/s?func=login https://www.wxbtech.com/WXB/auth-server/validate?mobilePhone https://www.haoxin.cn/user/sendcode http://cd.abiz.com/v3validcode?t=1604046053252¤tFindType=1&pageType=7&pn=abiz&validateCode=currentFindValue http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random http://exmail.qq.com/cgi-bin/bizmail_portal?action=send_sms&type=11&t=biz_rf_portal_mgr&ef=jsnew&resp_charset=UTF8&area=86&mobile https://smallprogram.sunlands.com/camp-prod/pcend/web/index.php?r=login/sms&tel http://www.wandafilm.com:80/login.do?m=sendSms?mobile http://175.6.12.93:8036/aicg/vc10001.action https://www.kujiale.com/api/useraccount/sms/switch/sendsms http://hyuser.91huayi.com/ajax/AjaxDB https://m.tk.cn/member_api https://h5.zbird.com/api/sms/verify-code https://speech.yitutech.com/api/user/captcha https://app.ciicbj.com/v1.1.0/oauth/send https://yxplan.zhonganib.com/api/sendSmsCode?phone http://api.hanju.koudaibaobao.com/api/user/verifyMobile?country=%2B86&mobile https://www.play.cn/apis/cg_client/user/login/message_code?phone https://log.app.yiche.com/index.php https://www.888ppt.com/api/login/getSmsCode?callback=jQuery18309413390088454217_1654359300661&phone http://www.yunzhijia.com/home/register/code http://api.bangtuike.com.cn/api/v1/account/captcha?phone=13124654461112 https://wap.yiwugo.com/api/public/sms/sendSMS.htm https://api.benlaiguofang.com/IAccount/GetRegisterSMSCode?cellphone http://hou.myyb100.com/webapi/usermanager.jsp?operatype=1&userid https://www.hneao.cn/gkcjzm/Sat/SendSmsCode?codetype=ZC&sjhm=17623183206&smscode https://open.2dfire.com/user/getPhoneCode.do?_k=&phoneNumber http://shop.sino-life.com/SL_EFS/memberRegister/sendRegistSmsCode.do?mobile https://cedu.51jiaoyujia.com/college/common/getcode https://gate.abctime-me.com/us/v1/user/verify/code?mobile http://169.129.115.77/api/index/submit?key=6275aedd79040b27077c3fa2fc718db6&phone http://hz.xihils.com http://www.zsh365.cn/Api/Common/MbrBLL/VldByPhone?Phone https://m.wanzhoumo.com/proxy?api_path=/user/mobilelogincode&v=3.0&fields_version=3.3&mobile http://j.xy860.com/android/invite/getcode/?callback=success_jsonpCallback&mobile https://51cxd.wyznd.com/v1/application/sendCode https://report.iimedia.cn/common/getMsg http://www.edu-edu.com/cas/web/message/send?phone http://my.baihe.com/Getinterregist/getPhoneVerifyCode?jsonCallBack=jQuery18306001467584540825_1439706800918&type=2&phone https://api.566.com/api/Mobile/GetBindMobileVerCode?Mobile https://admin.xiaoe-tech.com/sms_downgrade?phone=%2B86 https://bentuone.com/api/v1/account/send_mobile_validate_sms http://zd.yyjyzx.cn/chaxun/fdcgjs.html?agent=360&u_user=yiyujiaoyu360ph&u_plan=FangChanGuJiaShiPC_BaoMing_QuanGuo&u_unit=BaoMing_Dong&u_kwid=2021121410012012&_=164518247130584 https://ad-pay.sunlands.com/landpage-sv-war/api/pay/sendSMSCode?mobile http://hz1.18db.xyz/api.php?act=user&key=zHNlJoX00juk5g9oJa&phone http://www.iqdedu.com/app/?app=member&controller=index&action=sendvcode&mobile https://m.ctyun.cn/account/sendMobileCode?mobilePhone http://wapapi.51chaxintong.com/sms/sendmsgreg http://api.xbxxby.xyz/api.php?act=user&key=qiaohe&phone http://app.yangkeduo.com/proxy/api/api/sigerus/mobile/code/request?pdduid=0 http://passport.58.com/mobileauthcodelogin/getcode?validatecode=?=true&source=m-my&callback=jsonp_callback2&mobile https://www.wanmeiip.com/source/class/captcha/captcha.php?0.41730894602711244validate https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&mobile=%2B86 https://z12.cnzz.com/stat.htm?id=1280063424&r=&lg=zh-cn&ntime=1632524303&cnzz_eid=1185173797-1632490428-&showp=424x906&p https://login-user.kugou.com/v1/send_sms/?appid=1058&mobile https://passport2.cngold.org/account/sendMobileLoginOrRegisterAwsc.htm?awscSessionId=01BuSnrk76Twkh59vsJEi5byiEVlBlh1EMuQS3bGWKYD24Bmq2JPhkKdNm_InHnq5hWKkR0rHN5jdD9VaDfXhWgjmmZzerqkc6o7g8fEfO5Yvq4TlDfmNlfLg7enZ6KKD5k5lCYS6rcsz1DVrUEvrn5qEG5tBH_QoXxUCxhuaD5PMwu98FyECMCUHB1R28hew9lz3Y1ZoUgd-0h_kOEfYOFw&awscSig=05a1C7nT4bR5hcbZlAujcdyeyYTTOwN_VQPsy1FzGWrlox2Qxaow2NVGGzNFQbL5rXLQfeBfNzbM_LVn8zR3QY1S7BQnxRHzD4lLg5k28fz7BuDieeSDq36hIUmXklQgF7Noo0rV40WXOwK2WyEikOpqUruwf0E86tQknhb9dlnwQhdTBvO6hOiBYhT5QKlhoesO50kjQAcF_5IpbJrXtEXHN1a1qRE44_4XPomtjDZ7caUNVCtMyYjYkpRNOunkzUARcqnMRC5Jvx0hErKBK59Zk7i9mm43NcqgYF6f8HuF4yrnZJ1eaH4_JQcus1AKktCnB1E2NTDf9h0H9nR1y9AoitXW8U0P5yDsMhep0YaHYIxhqE5FsuCMlDIewIQLv_DYNLueUzmAfLeAP1rLTeEoA4WBbC005gsJtSTjQvgR8HQ7fPYJbyu0ww9mc9--D0nrriKHlSmIyywTlbOIWfmLm0R8mBvMNoCvpcZte8_1LY94r_LXIIil3Y3aVPRGAe&awscToken=FFFF00000000016A9123 https://m.10010.com/god/AirCheckMessage/sendCaptcha http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal https://nfc.eqain.com/api/open/user/getVerityCode?inviteType=2&to http://buckle.lvronghui.com/promotion/transfer.php https://info.weimiao.cn/index.php/Home/Base/SendCode.html http://m.shangpu.com/reg/sendSms/?phone https://www.hezon.cn/api/sendjoinvalidatecodebymobile.htm http://www.hanmeiju.com/memberverify/ajax/sendVerify.do?compType=member_register-15337078706993653&verifyType=SMS&value http://hz.hm-x.cn/hz.php https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery190039810459070645865_1584688891341&mobile https://m.ttpai.cn/mobile/user/sendMsessage?mobile http://pragmaticen.yangtuoedu.com/api/message/sendSms http://www.puyitou.com/service.html?SERVERID=770010&BIZ_CODE=REG_PHONE_CODE&PHONE_NUM https://proconsumer.taoche.com/c-usercenter-consumer/user/getCode https://m.brjyedu.com/mobile/user/ajax/sendMobileMsg https://www.ixueto.com/Passport/Handler/RegisterHandler.ashx http://112.25.171.120:8044/api/webapi/code/getcode http://permit.mee.gov.cn/permitExt/outside/getTelephone?phone https://m.acadsoc.com.cn/Ajax/Web.UI.Fun.User.aspx?method=SMSCodeByVerifyImgWithCaptcha http://m.tk.cn/tkmobile/service/member?function_code=dynamicLogin&login_mobile https://onefoundation.cn/sms/code/login https://www.cpt-world.com/sendMessageCode1.htm?mobile http://yesno.com.cn//////api/moor/webcall.html https://staff.pinghe.com/index.php/public_webreg_interfaces/web_register_request/TIE https://68.vrm.cn/page/sms-code https://m.wed114.cn/service_collect/submit.html http://www.hzrc.com/ww/b/a/wwba_sendMobileCode.html?phone https://reg.qun.hk/v2/captcha/send?phone https://pri.xiaopuzi.net/app/qcloudsms/app?phone https://api2.mubu.com/v3/api/user/sms_login_reg/captcha https://qituan.liando.cn/customer/account/phoneregistercaptchacode?phone http://jiuji.lyqchain.cn/Api/System/SendMsgCode?format=json http://xfonline.shaanxi.gov.cn/zfp/sendvalidatecodeservice/sendcode?theme=none https://www.51aspx.com/sso/SendSmsTokenForRegist https://wap.gwccesa.com/api/User/ValidateSendCodeNew https://api.hellobike.com/api?user.account.sendCodeV2 http://hz.moring.xyz/api.php?act=user&key=TtEOttS73mFNeIE577&phone http://800qph500.ahguanchen.com/API/Common/GetPhoneVerifyCode?phoneNo https://login.360.cn/index.php?op=checkmobile&mobile https://driver.zhqa.com/api/api-app/public/getDynamicCode?mobile https://rest.zhibo.tv/user/send-phone-code?mobile http://agw.4gdh.net:2001/1.0/4g/account/check_and_code?auth_type=key&data=phone%3D http://sy2.mjkfw.com/index.php?s=gbook&a=ztGET http://hzapi.afka.tk/send?data=050E https://www.in9ni.com/wap/home/verifycode https://www.acc5.com/module.php?c=subscribe_phone&phone http://1.13.3.211:8001/main/user/app/sms?appKey=syys.sjbyj.com&appMarket=_vivo&deviceId=123&phone http://115.28.80.84/zone/mbFrame/sendSmsValidReg.do https://t-javaport.hybbtree.com/phpmix-rest/service/sendVerificationCodeNotEncrypt?username https://www.baitongshiji.com/login/sendRegisterSMS http://id.ifeng.com/api/simplesendmsg?mobile https://api2.qingsuyun.com/site/api/login/getCode?phone https://www.zrloan.cn/flowapi/dz-api/clue/send-verify-msg?tenantId=512564&phoneNum=1855042766512 https://m.wanzhoumo.com/proxy http://www.zjyg.vip/platformZjyg/getPhoneCode https://elove.darryring.com/api/crm/newGwLogin/getSMSValidCode?phone https://app.webuy.ai/greatsale/user/sendAuthCode?mobile https://h5.hetao101.com/shop/v1/sms/send_code?phone_number https://www.sozdd.com/szdd_trunk/register/sendSMS.json http://api.zhaojiafang.com/v1/sms/getcaptcha/smslogin https://passport.shuidihuzhu.com/api/useraccount/sendVerifyCode http://qqz.xiaojiangwl.com/?yChgSnXh=114 http://b2c.csair.com/portal/smsMessage/EUserVerifyCode?mobile http://www.lingjianzhi.com/app/user/sendMobileCode https://zg99.offcn.com/index/chaxun/sendmsg http://www.cngrain.com/AJax/VerificationData.ashx https://ycg.qq.com/api/anonymous/sms/code https://music-learn-release.streamsoft.cn/api/users/sendVerificationCode https://www.kzmooc.com/front/api/sms/send-code https://hxg-api.yd.com.cn/api/hxg/v2/sms http://www.pumg.com.cn/phone.do?USERTEL=&token=bZnQLILMeWM8EF57AsIxdhwWOYyUAzSdLGLdb%2FIcj5TxIUMmRFcqAQ%3D%3D&type=0&flag=0×tamp=1548589939708telphone http://passport2.pchouse.com.cn/passport2/api/sendVerificationCode.jsp?vCodeKey=a91ce0be93cf15dbf714c10c991a7421&VCodeTime=1420193390666666 http://www.luzhou12345.gov.cn/Flow/GetSmsInfo.ashx https://www.ckmobian.com/api/login/sendCode https://login.11h5.com/account/api.php?c=quick&d=getsms&nationcode=86&phone https://false.dyc88888.com/iapp/?action=sendtelcode&tel https://wm.0796mall.com/appnew.php?c=clerk&act=clerk_getcode_reg&datatype=json&phone http://www.solucc.com/api/sms/send.html https://mobile.cmbchina.com/DUserManage/UserRegisterNew/URN_Register.aspx http://gq.myyb100.com/webapi/geticode.jsp?userid http://codingle.cn/api/user/register/tel_verify?tel https://web.kuaiwan.com/reg/newreg/sendsms.php?phone https://rlzx.jqkj.info/api/common/registCode https://tmwc-api.zookingsoft.com/api/login/sendVerifyCode http://www.hotouzi.com/register/register_sms.html?telephone https://api.imetaup.com/api/client/user/sendVerifyCode https://app.xt-kp.com/user/marketing/sendRegisterVerification https://ranlv.lvfacn.com/api.php/common/sendsms?access_token=f2e1d57418bb3d6a0439b494f3468a75&mobile http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone https://m.youchaishang.com/vs3/Services/AjaxData.aspx?action=SendSMS&Mobile http://hall.n.qxiu.com/mobileuser/user/getphonecode?phone http://sdrz.manage.yxlearning.com/sendPhoneCode.gson https://register.sdo.com/gaea/SendPhoneMsg.ashx?page=REG&mobile https://xy.umfintech.com/spEnterprise/saas/registerSaasAction http://wxapi.yuyizaixian.cn/api/common/send_code?phone https://userapi.qbapi.vip/smscode http://m.021qingxi.com/capi/v1/company_account/send_siteuser_signup_token http://a.xcar.com.cn/bbs/dialog.php?daction=register&drequest=check&chash=ZuXty1HoAbfduG8MIMA2O53l&dhash=N7numlHsAbbf5hAGcbc&ehash=ZO%2B6mFrpB77Uv24KcMJmPpi0oTCxsaUtNQa9KWIYNzYJ3WVcKC%2B%2FCA&phone https://passport.chinagoldcoin.net/user/checkAuthCode?mobile https://api.betopfun.com/betop.php https://xluser-ssl.xunlei.com/xluser.core.login/v3/sendsms https://www.scrc168.com/Sys/SendPhoneCode https://user.zhaoliangji.com/api/msgcode/send_sms https://huiyuan.dhtxx.com//UserApi/RegisterSendCode http://zt.bjgas.com/bjgas-server/c/api/getVerificationCode http://cms.51fenmi.com/api/base/public/getCode?mobile http://www.bjoil.com:80/bjoil/member/mobileVerify.action?tamp https://www.17qiche.com/interface/sms/20220110c87d38b0a7 https://m.umu.cn/passport/ajax/account/sendsms http://job.100tal.com/User/Account/CheckPhoneAndSendSMSVerification https://www.diancang.net.cn/api/sms/send https://www.yuanshangdian.tech/nft/api/aliyuncode/regandlogin https://pro.ouyeel.com/api/users/userApi/sendMsg https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber http://api.hndyjyfw.gov.cn/djapi/mobileVerify https://www.zhumavip.com/api/zmweb/v1/user/smsLoginCode https://jdapi.jd100.com/uc/v2/getSMSCode?account https://s.letwl.cn/api/index/submit?key=cc54d20e8354c46b155816191d9479de&phone http://bizapi.pezy.cn/qknode/sms/reqSmsCode?publishid=1003&deviceId=2808ec7ef7fbeed6&df=android&vt=5&screen=1080x1920&deviceid=2808ec7ef7fbeed6&proid=qknode&os=android&av=NMF26X&appVersion=1.4.0&imei=&ov=7.1.1&osVersion=7.1.1&osLevel=25&phone http://bizapi.pezy.cn/qknode/sms/reqSmsCode https://api.gzdapp.com:443/api/sendLoginCode?codeType=6&login http://49.232.119.120/api.php?act=user&key=zRB400ll4L4jZ04JRA&phone http://www.00800.com.cn/cnhs/wqproject/index.php?app=public&mod=Passport&act=sendmsgEx&area_code=%2B86&phone https://health.tianjinhealth.cn/sso_login/api/v2/user/quick/4sms/mobile http://shop.shtv.net.cn/ShopWeb/Ajax/ChkSMSCode.ashx?t=0.016637186912638713&MobileCode=&type=user-registerphoneNo https://z12.cnzz.com/stat.htm?id=1280063424&r=&lg=zh-cn&ntime=1632490428&cnzz_eid=1185173797-1632490428-&showp=424x906&p https://api.zhaotu.com/register/sms.html https://gd.10086.cn/easy/product/order/getValidateRndCode.jsps?commCode=LLKC300&merchantCode=GD&mobile https://h5.fireflybao.com/api/process/sendAuthCodeFour https://kgpassport.daojia.com/mobile/getcode?bu=103&mobile https://account.bol.wo.cn/cuuser/cuauth/smscode?mobile http://www.fymnad.com/save.php http://abcyzf.com/api/sms/send.html http://www.zjsgat.gov.cn:8080/was/portals/cxfw/checkusermobile.jsp?mobilephone http://www.xlcidc.com/chkName.asp?umobie http://m.jinying.com/api/send_captcha.php?mobile https://evol.xiangweisir.com/api/sms/send https://www.xiaohi.vip/api/reg_sms http://car.51dsrz.com/app/api/api https://wantiku.com/Login/RegSendVerifyCode?mobile http://hszhibo.live/excuse/user/sendSms http://baiwai100.com/exam/regcheckSms.yj?telphone https://gwbk.zhongan.com/dmapiv2/za-dm-insure/dm/user/sendSMGCode?mobilePhone https://api.100iec.com/util/sms/code/send?mobile http://ai-piano.kuaipeilian.com/ai-piano/user/code?mobile http://account.ilongyuan.com.cn/index.php?s=/home/user/verify.html&random=0.8012450194754068&client_id=&verify https://passport.traveldaily.cn/Login/SendCode https://api.gzb001.com/mobile/sms?mobile http://m.baixiu.org/Inc/ajax/IsRegister1.aspx?mobile https://www.privacys.club/message/index.php?hm https://account.sogou.com/wap/smsCodeLogin/sendSms https://www.soliao.com/getPhoneVerifyCode?account https://info.weimiaotj.cn/index.php/Home/Base/SendCode.html https://app.fenbeitong.com/api/uc/auth/captcha?captcha_type=1&business_type=0&mobile https://register.u.sdo.com/gaea/SendPhoneMsg.ashx?page=REG&mobile=105 http://www.zbdedu.com/api/public/sms https://www.ymw.cn/sendinformation/validatecode.html https://www.singer-wsc.com/getcode.php?tel https://www.sjrc.com.cn/index.php?m=mobile&c=members&a=reg_send_sms&_ https://www.lx598.com/dx/sys/test/tryTest http://www.e8088.com/index/product/try https://www.youzan.com/intro/clues/sms?mobile https://shop.vatti.com.cn/index.php/commonapi/Snsapi_Userinfo/SendCode2 https://member.chinaacc.com/homeapi/activity/savePhoneVisit.shtm?jsonpCallback=success_jsonpCallback&type=204&source=pc&mobilePhone http://sa.ec-ego.com:8080/sms/smsCode/getCode?mobilePhone https://www.nswyun.com/api/usercode.php https://partner.10046.mi.com/miMobileOrder/sendSms?phoneNumber https://epay.96533.com/wxweb/WxfSendSms.wxf http://www.wuylh.com/userreg/commons/getsmscode?phone https://www.chinaharlan.com/send_mes http://admin.bongv.com/Home/Modify/sendSmsCode_New.shtml?mp https://www.xianhua.com.cn/user.php?act=login_by_mobile_rand_code_step1&login_by_mobile_rand_code_case1=sms_send https://gwbk.zhongan.com/appapi/dm-account/otp/sendSmsCode http://ws.sythealth.com/wsbyte/fit/v4/sms/validatorcode?form=0&account https://zb.91banban.com/zbapp/user/sendCode?imei=7718EAF1-102D-47F0-BA76-18484BEBA187&mobile https://openapi.51yyym.com/ym-user/v2/user/client/user/getVerifyCode?noncestr=85A6757B-690E-4405-B581-62BD4D599462&phone http://www.zuhaowan.com/Appv2/User/getBindPhoneSmsCode https://jf.10086.cn/cmcc-web-shop/user/buildAuthVerifyCode https://m.f6car.cn/mobile/user/sendCodeMsgByF6SMS/2?phoneNo https://www.izcao.cn/taobao/user/obtainGet.json?sign=a367951925caa1c468d26972d15885d5&imei=5621a019ff9d5b82ddf4d12cb2c1ffc1ad19eaaa283edf117b2f2de0d5a6f1b2&did=5621a019ff9d5b82ddf4d12cb2c1ffc1ad19eaaa283edf117b2f2de0d5a6f1b2 https://m.ke.qq.com/cgi-bin/tool/apply_sms_code?is_ios=0&raw_phone https://api-spare.oo523.com:8060/phone/send https://api.nysytijian.com/api/common/GetVerifyCode https://item.diandong.com/passport/clientapi/sendVerifyCode?appid=1&mobile https://b.huhudoc.com/api/m/umsMember/getAuthCodeWithoutKey?telephone https://www.bing.com/search?q http://cicare.mobilelab.cn/Handler/SMSHandler.ashx https://bjuser.huanyingzq.com/api/getverifycode.ashx https://www.baixing.com/wap/oz/verify/reg http://m.etrauer.com.cn/index-sendcode.html?uname=122&mobile https://vipwx.robam.com/robam-api/common/sms/code http://api.midukanshu.com/auth/mobileVerify http://yuwanghuigou.com/pub/Login/smsCode?phone http://ttldemo-h5.dyysfjq.com/API/Common/GetPhoneVerifyCode?phoneNo http://m.5khouse.com/ashx/yzm.ashx?tel http://zddzd.wddcn.com/vshop/reg.html?sid=1869558&ref=center.html?sid=1869558&action=code&phone http://ucenter.inyuapp.com/v1/login/mobile/code http://api.90duart.com/api/user/sendVerifyCode?phoneNum http://47.96.141.190:8080/app/common/sendSMSCode?telephone https://evun.geely.com/mp/sys/user/captcha https://xapi.ecej.com/v2/vc/newSmsCode https://gz.jiaoyubao.cn/edu/comHandler.ashx https://redcat.nftscat.cn/h5api/api/mini/sendSms?mobile http://love.yuerguanjia.com/login/send/phone/code?clientid=1166786765&mid=1E0D9617438F4A0DBED0AEB20FF19A50&phone http://api.qingmang.me/v1/account.sendVerification?token=&phone http://canghao.myyb100.com//webapi/geticode.jsp?userid https://qiye.biyeshen.cn/interface/api/user/sendcode https://uac.10010.com/oauth2/OpSms?callback=jsonp1490030472329&req_time=1490030480322&user_id http://agent.commchina.net/ClientService.ashx?Method=SenAuthCode http://www.jeqgop.com/api/user/base/getInfoByPhone http://guocsh.guochenshenghuo.com/lly-posp-proxy/sendCode.app https://api.qtshe.com/accountCenter/account/V2/fast/login/verifyCode http://passport.fang.com/loginsendmsm.api?MobilePhone http://iccg.saic-gm.com/sms/register https://consoleapi.guangdianyun.tv/v1/Passport/Index/sendSmsCode https://en.honda.com.cn/user/verify.html http://www.ttljf.com/user.do http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile http://www.wiofc.com/phone_register_code/sms_send https://www.phb123.com/pinpai/api/index.html?m=more&c=mfdh http://pay-api.haofangame.com/htmlApi/htmlVerifyCodeTwo.jhtml?callback=jQuery112103513030307658982_1619586844549&phoneNum http://my.qixianidc.cn/index.php?m=api&c=sms https://i.wuyuan.io/sms/code?mobile https://www.huaicaijob.com/Index/send_mobile_code.html https://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal https://www.zlnft.cn/api/krshop/sms/send https://login.10086.cn/chkNumberAction.action?userName http://rst.qinghai.gov.cn/qhrst/sign/captcha?phoneNum http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile http://user.daojia.com/mobile/getcode?mobile https://m.baixiu.org/Inc/ajax/IsRegister1.aspx?mobile https://www.baixing.com/oz/verify/reg?mobile https://pass.hujiang.com/intraApi/v1/sms/send?action=SendMsg&mobile https://my.51banban.com/loginajax/getmobilecode http://woa.sdo.com:80/woa/autologin/receiveVerificationSms.shtm?phone https://www.hainanwangdai.com/api/v1/user/agreement/privacy/status?utmSource https://www.fotor.com.cn/api/user/smsCode/getCode http://mdk.kefuzixun.net/api/chat/phonecall?p_r=0.436943&p_a=121111&p_v=4735406365738867507 http://m.huibo.com/register/getAuthCode?txtPhone http://m.aihuaju.com/wap/index.php?act=login&op=send_mobile_login_new https://hwc.qgbjvip.com/index/sendcode.html https://api.iyiou.com/api/sms/sendCode http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName http://218.29.159.26:9000/website/smsSend?phoneNum http://gift.1liwu.cn/index.php?g=Wechat&m=User&a=sms&interface=1&mobile http://www.szguante.com/act_join.html https://www.uuch.com/customer/account/sendsms https://id.app.acfun.cn/rest/web/login/sms/send http://walk-prod.bohanyuedong.com/api/message/sendV2?phone https://m.jiepei.com/Common/GetRegisterMobileCode1 https://hdh.10086.cn/common/validationIP?phone=074 https://m.huajuanmall.com/login/getMobileLoginCode https://yuan.oooei.cn/api/sms/send https://digital-official-api.dongfeng-nissan.com.cn/nissan/api/auth/verify-code?mobile http://www.52hua.cn/wap/index.php?act=login&op=send_mobile_login https://www.yougou.com/my/getMobileCodes.jhtml http://www.eyprint.com/include/getcode.php?telnum http://m.huashengju.com/?c=checkcode&a=getCode&m=api http://mmapi.nineton.cn/api/v1/verifycation_code_store https://bbs.leyuz.net/index/user/get_verify_code http://fymnad.com/topic/202004/ntmy/?474 http://www.jsy188.cn/api/sms/code https://guigui.thinkerx.com/user/send_register_code https://swx.qzrc.com/home/sendnote http://www.myoffer.cn/api/vcode https://m.shiyanjia.com/Account/registersms.html http://app.guordx.cn/user/sendSms http://api.rela.me/v1/sms/sendcode-newformat https://user.api.cli.im/api/User/verifySend?callback=jQuery19107089733262662521_1627344932357&account https://app.hbooker.com/signup/send_verify_code https://www.hozonauto.com/flow/bookDrive http://maomi.hnxrtech.com/portal/mindex/sendmsg?mobile http://openzui.comn https://guanjia.10010.com/front/auth-register/verification-code?mobile http://portal.hongbeiyun.com/register/getShortMsgCode.html https://reg.hexun.com/ajax/login_ajax.aspx https://www.kuaipeilian.com/api/send_verify_code http://geometryauto.com/api/nev/personalcenter/sendloginmessage?mobile https://api.shuidihuzhu.com/api/useraccount/sendVerifyCode https://api.qingmang.mobi/v1/account.sendVerification?token=&phone=%2B86 https://api.nightcatgame.com/api/v2/check/ano/sendCheckCode?mobile https://jx.jinxinzhanye.com/sq-api/api/getCode?phone http://trial.edusoho.com/make_sms_code2 http://www.zuoyebang.com:80/session/pc/sendtoken?ajax&phone http://sms.321mh.com/user/v1/sendsms http://appadmin.eptjt.com:80/appapi/?service=Login.getCode&mobile http://tel.kuaishang.cn/calld.php?fromurl=http https://api.pkg.cn/api/sms/codeaccNbr https://gateway.jshi9.com/v2.4.0/sms/send/idcode https://epassport.diditaxi.com.cn/passport/login/v5/codeMT?wsgsig=dd03-C0rXegq8bm9ybd6n8UVDHjZJAf%2FZfh%2Fm69Sb6sYMAf%2FYclEy%2BkF0Ich5aW9YcEMk4%2FOKJDhJBDrp9a5X5BhC5Wl69jEZchISJhh7KfYIFmrPGkFi7klAKfT1 https://reg.mail.163.com/?cmd=added.mobileverify.sendAcode?mobile https://api.srgongkaow.com/api/common/sendMessage https://q13a.com/sms/getCode http://47.56.206.224/index/user/sendcode?tel https://www.ezaisheng.cn/pai/userRegist/sendRgtCode.do https://ka.niwodai.com/loans-mobile/validatecode.do?method=refresh&date=1557210332912interval=60&phone https://cloud.aini66.com/register_phone_send https://home.hiwork.com/api/sendVoice http://m.360yyk.com/api/reginster/getSmsVCode http://api.yinyuewujie.com/v1/sms/send https://www.sww.com.cn/login/captcha?0.8916150596759647&sms_captcha=phone_num https://app.laihua.com/verify/phoneCode/new?phone https://passport.eoffcn.com/apiv1/user/register/getCode https://i.kabrita.com.cn:443/gotoLogin.do?from=http https://m.paperword.com/mobile/code/v2/login/code?promote=0&mobile https://app.quyiyuan.com/APP/user/action/LoginAction.jspx?APPOINT_SOURCE=0&AREA_CODE_ELECARD=&CHANNEL_ID=&IMEI_ID=&PHONEOPERATINGSYS=0&PHONETYPE=&PHONEVERSIONNUM=&PHONE_NUMBER https://api.cloud.taozhi.online/third-sdk/common//verificationCode/sendPhoneCodeMsg?phoneNumber https://fmall.gree.com/mobile/register/sendCaptcha http://login.64365.com/ajax/authentication.ashx?_=0.29761247429852267&callback=jQuery182040811531981302274_1631518172436 https://api.cimcrjst.com/v1/users https://www.ceya001.cn//index.php?sjh https://app.yfb.qianlima.com/yfbNativeApp/account/getPhoneCode?phone http://autocall.shshengshun.com/api/Login/sendCode http://yingchuang.tuokelao.com:80/api/webapi/sendsms/phone https://readooapi.youshu.cc/MobileLogin/send_msg https://ss.intsig.net/user/send_sms_vcode?reason=register&language=zh-cn&app_name=ZaoDao_Android&3.5.0&mobile http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone http://uniwechat.saicskoda.com.cn/wxPage/WebHandler.ashx?userid=oeXPu5-_nc6Yr6JmU8vj720WZ6wg&toid=08161&type=sendsms&tel https://track.uc.cn/collect?lt=account-sdk&uuid=&dn=&pg=&appid=27f65b2d60f7&client_id=258&device_id=Yc9DSNBkaHkDALnUEBughX7v&lang=zh-CN&sdk_v=1.0.0&requst_id=&sn=&machine=&os=android&utdid=Yc9DSNBkaHkDALnUEBughX7v&uid=&response_code=20000&t https://m.idongde.com/user/sms https://www.nftsc.vip/api/krshop/sms/send https://www.huodongxing.com/account/checkphoneexist?phone http://www.baixing.com/m//oz/validateMobile https://m.tk.cn/member_api/?api_s=member.sms&api_m=smscommonsendsms¶ms=%7B%22mobile%22 https://m.lu.com/user/service/login/otp-login-pre-check?mobileNo https://azapi.iudatingapp.com/api/sms/verify-code https://home.ais.cn/service/common/code/phone https://m.zhaopin.com/api/capi?capiUrl=passport/getSmsCodeSecurity&mobile http://user.hongtuwuyou.com/Common/DoSendRegVerifySMS https://account.perfma.com/api/login/authentication/v1/picCaptcha?2&phoneCaptcha https://peisong.meituan.com/api/wap/invite/getYodaSmsCode?codeType=napi&optimus_platform=1&optimus_partner=52&optimus_origin_url=https http://open.leju.com/game/member/sendcode.html?phone http://bjdcapi.bjnews.com.cn//auth/send_mobile_code.php?mobile https://uniswap.morpheuscommunity.net/api/v1/tools/getCode?phone https://sso-c.souche.com/loginApi/getCaptchaUrlByPhone.json?app=tangeche&phone http://xiaoyuanershou.net/api/v1/duanxin/faDuanxin https://epay.96533.com:3843/wxweb/WxfSendSms.wxf http://xst.520xst.com/xst/getCode https://m.shhzcj.com/cors-api/v1/sms?mobileNum http://www.lening100.com/login http://api-passport.haixue.com/common/send-sms-code?mobile http://139.198.0.219:88/api/v2/code?mobile https://reg.ztgame.com/common/sendmpcode?nonce=&token=&type=verifycode&source=els_site&pttag=&page=idcard&refurl=https%3A%2F%2Fels.ztgame.com%2Fm%2Fregister.html&cururl=http%3A%2F%2Freg.ztgame.com%2Ffast%3Fcssurl%3D0c38c6b71f17374d342a6811aa530ca48979fcc671d4f1c5f999be2d85a43384fd76266793727b0b63870e4e5e926c76ce37732f89604804%26jsurl%3D0c38c6b71f17374d342a6811aa530ca48979fcc671d4f1c5f999be2d85a43384fd76266793727b0b63870e4e5e926c76dd32b04261305304%26source%3Dels_site%26vv%3D1%26regtype%3Didcard%26alerttype%3D1%26returntype%3D1%26returnurl%3Dc6bae6c686759576%26sign%3D9aba73fc484a7f4e8652265c3d22e5f1%26regiframeid%3D1&account=&pwd=&tname=&idcard=&phone https://m.95303.com/api/OrderYx/GetCodeBySMS?mobile http://256.niulao.net:8001/business.php/user/sendSms https://m.feibuzf.com/index.php?m=home&c=Ajax&a=getCptha https://www.nft02.cn/api/getZcCode?mobile https://wap.china0001.com.cn/reg/sendverycode/company=&truename=&mobile http://wsxf.hunan.gov.cn/zfp/sendvalidatecodeservice/sendcode?theme=none https://www.weirenjob.com/zcms/front/member/sendMessage?mobile https://cnpp.cn/user/signup https://www.in9ni.com/home/accountCheck https://www.xhsd.cn/front/CheckLogin.jsp?cmd=telcheckr&Mobile https://ntapi.fengkuangtiyu.cn/api/register/getVerifyCode https://www.vpsxl.cn/register_phone_send http://api.passport.pptv.com/checkImageCodeAndSendMsg?cb=jQuery112406248204342127395_1526132104120 https://gateway.bm001.com/jwt/oauth/sendMsg?phone https://www.hs00001.com/List-Send http://www.chongfa.com/reg/ajax.ashx https://proconsumer.taoche.com/c-usercenter-consumer/user/getCode?mobile https://member.neea.cn/register?threeView=&returnUrl=http%3A%2F%2Forder.neea.cn%2Forder%2FmySignUpnAccept-Language https://account.niu.com/v3/api/auth/verify/code?mobile https://mall.cnki.net/uc/RegServer.ashx?t=1&key https://admin.tmgolf.cn/index.php?r=api/GetCode&tel http://shan.sddxhz.xyz/api.php?act=user&key=xWodWl44oO5lqFfqJ6&phone http://www.dongfangjindian.com/sendMobileCode.jhtml?mobile http://api.pangxiaolu.com/pangxiaolu/user/code?mobile https://www.guhai.com.cn/front/member/sendSmsCode https://api.91afd.com/fd-mall/getlogincode/request_time https://www.yyxueche.com/api/open/acceptPhone http://extend.slcshyjy.com/api/sms/register http://api123.jushike.net/app/sms/send https://apilr.ilvdo.com/api/v3/Personal/PersonalInfo/SendVerificationCode https://uc.yyhjys.com/excluded/send_mobile_code_new.json?cellPhone http://biz.sandnes.cn/msgapi.php?phone=107 https://edu.sd.chinamobile.com/v2/unite.do?action=sendValidate&_ajax=true&&mobile http://cs2.zhensuo.tv/api/base/sms_api/f/fast/send_register_clinic_captcha?phone http://rst.qinghai.gov.cn/qhrst/sign/captcha https://wx.xueliyi.com/m/user/shouji http://gj.liansuosoft.com/ShopRegister/VCode?rand=0.3306040567511852&code http://180.76.128.254/api/index/submit?key=97f6c1d767176df501c27592b625eb59&phone https://zpbx.tangnale.com/api/sms/register/code https://www.weidai.com.cn/regs/mobileCode.json?_api=reg.mobileCode&_mock=false&_stamp=1639512275611&mobiles http://www.cnppump.ltd/Service/UserHandler.ashx?cmd=GetTelVerifyCode&Tel http://www.cshixi.com/api/verify_code https://ypt.szmy.top/wsy_user/web/index.php?m=login&a=register_get_phone_code http://mgysscrm.meiguoys.cn/api/wxVip/sendSms http://mobile.ehmall.com.cn/index.php?act=login_mobile&op=register_send_mobile_step1 https://api.gankao.com/api-msg/gkverify/requestSmsCode?mobilePhoneNumber http://sapi.16888.com/app.php?mod=account&extra=mobileCode&mobile https://scapi.taodingding.com/getCode?phone=18663841916&token=123&server=0&scene=1 http://reg.suning.com/ajax/code/sms.do http://user.eisong.com/home/getMobileCode https://uc.yyhjys.com/excluded/send_mobile_code_new.json https://www.gaotu100.com/api/v1/user/sendPasscode https://pra.iccec.cn/apis/pra/reg/users/signup/sendVerCode?mobile https://p3-sign.douyinpic.com/tos-cn-p-0015/oIqzCCzCEABhEkBsNAAgIHofZKRhQXbVtg7eCS https://wxxhapi.7hua.com/index.php/Userreg/sendPhoneCode_login?jsonstr https://zespay.com/sms https://api-login.yebaojiasu.com/api/v1/yb_login/gw/login_send?phone http://w.you-api.icu/api/hz?apiKey=e548be60f3bf6811656db639e2eb8251&phone https://editor.588ku.com/site-api/send-tel-login-code http://www.zhituhuwai.com/index.php/Home/Index/duanxin http://lianghao.myyb100.com/webapi/geticode.jsp?userid |
自研引擎-A |
www.objectweb.org |
bsh/ClassGeneratorUtil.java |
Firebase配置检测
邮箱地址提取
源码文件 | |
---|---|
pat@pat.net |
bsh/Interpreter.java |
第三方追踪器
名称 | 类别 | 网址 |
---|
敏感凭证泄露
活动列表
显示 10 个 activities
服务列表
广播接收者列表
内容提供者列表
显示 1 个 providers
第三方SDK
SDK名称 | 开发者 | 描述信息 |
---|---|---|
AndroLua | mkottman | AndroLua 是基于 LuaJava 开发的安卓平台轻量级脚本编程语言工具,既具有 Lua 简洁优雅的特质,又支持绝大部分安卓 API,可以使你在手机上快速编写小型应用。 |
android-gif-drawable | koral-- | android-gif-drawable 是在 Android 上显示动画 GIF 的绘制库。 |
iApp | iApp | 将想法变为现实一款国产手机端可视化编程软件。 |
File Provider | Android | FileProvider 是 ContentProvider 的特殊子类,它通过创建 content://Uri 代替 file:///Uri 以促进安全分享与应用程序关联的文件。 |
Jetpack Media | 与其他应用共享媒体内容和控件。已被 media2 取代。 |
污点分析
当apk较大时,代码量会很大,造成数据流图(ICFG)呈现爆炸式增长,所以该功能比较耗时,请先喝杯咖啡,耐心等待……规则名称 | 描述信息 | 操作 |
---|---|---|
病毒分析 | 使用安卓恶意软件常用的API进行污点分析 | 开始分析 |
漏洞挖掘 | 漏洞挖掘场景下的污点分析 | 开始分析 |
隐私合规 | 隐私合规场景下的污点分析:组件内污点传播、组件间污点传播、组件与库函数之间的污点传播 | 开始分析 |
密码分析 | 分析加密算法是否使用常量密钥、静态初始化的向量(IV)、加密模式是否使用ECB等 | 开始分析 |
Callback | 因为Android中系统级的Callback并不会出现显式地进行回调方法的调用,所以如果需要分析Callback方法需要在声明文件中将其声明,这里提供一份AndroidCallbacks.txt文件,里面是一些常见的原生回调接口或类,如果有特殊接口需求,可以联系管理员 | 开始分析 |