声明:本平台专为移动应用安全风险研究与合规评估设计,严禁用于任何非法用途。 如有疑问或建议,欢迎加入微信群交流

应用图标

文件基本信息

文件名称
南泽软件库 v2.0.4.apk
文件大小
23.31MB
MD5
4b6b56a23d1b525bc39b99633dec4ae7
SHA1
ff3fd297f5240f9ddfc57a13d4ec5ab405fe2456
SHA256
48acdce947b4a95d5ba5f2a33c6be40864b67c0d5e0dc24a22770a3c03907b29

应用基础信息

应用名称
南泽软件库
包名
com.nanzerjk4
主活动
com.iapp.app.run.mian
目标SDK
30
最小SDK
14
版本号
2.0.4
子版本号
100001
加固信息
未加壳
开发框架
iApp(裕语言)

反编译与源码导出

Manifest文件 查看
Java源代码 查看 -- 下载

文件结构与资源列表

    应用签名证书信息

    二进制文件已签名
    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 个唯一证书

    权限声明与风险分级

    权限名称 安全等级 权限内容 权限描述 关联代码
    i.app 未知 未知权限 来自 android 引用的未知权限。
    android.permission.INTERNET 危险 完全互联网访问 允许应用程序创建网络套接字。
    android.permission.WRITE_EXTERNAL_STORAGE 危险 读取/修改/删除外部存储内容 允许应用程序写入外部存储。
    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引入与包可见性相关的权限,允许查询设备上的任何普通应用程序,而不考虑清单声明。

    证书安全合规分析

    高危
    0
    警告
    1
    信息
    1
    标题 严重程度 描述信息
    已签名应用 信息 应用程序使用代码签名证书进行签名

    Manifest 配置安全分析

    高危
    0
    警告
    1
    信息
    0
    屏蔽
    0
    序号 问题 严重程度 描述信息 操作
    1 应用已启用明文网络流量
    [android:usesCleartextTraffic=true]
    警告 应用允许明文网络流量(如 HTTP、FTP 协议、DownloadManager、MediaPlayer 等)。API 级别 27 及以下默认启用,28 及以上默认禁用。明文流量缺乏机密性、完整性和真实性保护,攻击者可窃听或篡改传输数据。建议关闭明文流量,仅使用加密协议。
    2 应用已配置网络安全策略
    [android:networkSecurityConfig=@xml/network_config]
    信息 网络安全配置允许应用通过声明式配置文件自定义网络安全策略,无需修改代码。可针对特定域名或应用范围进行灵活配置。

    可浏览 Activity 组件分析

    ACTIVITY INTENT

    网络通信安全风险分析

    高危
    1
    警告
    0
    信息
    0
    安全
    0
    序号 范围 严重级别 描述
    1 *
    高危 基本配置不安全地配置为允许到所有域的明文流量。

    API调用分析

    API功能 源码文件
    一般功能-> 文件操作
    bsh/BshClassManager.java
    bsh/BshMethod.java
    bsh/ClassGeneratorImpl.java
    bsh/CommandLineReader.java
    bsh/Console.java
    bsh/ConsoleInterface.java
    bsh/Interpreter.java
    bsh/JavaCharStream.java
    bsh/LHS.java
    bsh/Modifiers.java
    bsh/Name.java
    bsh/NameSpace.java
    bsh/Node.java
    bsh/Parser.java
    bsh/ParserTokenManager.java
    bsh/Primitive.java
    bsh/Remote.java
    bsh/TargetError.java
    bsh/This.java
    bsh/Token.java
    bsh/Variable.java
    bsh/XThis.java
    bsh/classpath/BshClassPath.java
    bsh/classpath/ClassManagerImpl.java
    bsh/commands/dir.java
    bsh/servlet/BshServlet.java
    bsh/servlet/SimpleTemplate.java
    bsh/util/AWTConsole.java
    bsh/util/AWTRemoteApplet.java
    bsh/util/ClassBrowser.java
    bsh/util/Httpd.java
    bsh/util/HttpdConnection.java
    bsh/util/JConsole.java
    bsh/util/JRemoteApplet.java
    bsh/util/Sessiond.java
    bsh/util/SessiondConnection.java
    c/a/a/c0/c/d.java
    c/a/a/c0/d/e.java
    c/a/a/c0/e/c.java
    c/a/a/w/a/f0.java
    c/a/a/w/a/u.java
    c/a/a/y/c/c.java
    c/a/a/y/d/a.java
    c/b/a/a/b.java
    c/b/a/a/c.java
    c/b/a/a/d.java
    c/b/a/a/e.java
    c/b/a/a/f.java
    c/b/a/a/g.java
    c/b/a/a/h.java
    c/b/a/a/i.java
    c/b/a/a/k.java
    c/b/a/a/n.java
    c/b/a/a/o.java
    c/b/a/a/p.java
    c/b/a/a/r.java
    c/b/a/a/s.java
    c/b/a/a/t.java
    c/b/a/a/v.java
    c/b/a/a/w/b.java
    c/b/a/a/w/c.java
    cn/hugo/android/scanner/CaptureActivity.java
    cn/hugo/android/scanner/b.java
    cn/hugo/android/scanner/f/c.java
    cn/hugo/android/scanner/h/e.java
    com/iapp/app/Aid_YuCodeX.java
    com/iapp/app/Aid_javaCode.java
    com/iapp/app/Aid_jsCode.java
    com/iapp/app/Aid_luaCode.java
    com/iapp/app/DownList.java
    com/iapp/app/Videoview.java
    com/iapp/app/Webview.java
    com/iapp/app/e.java
    com/iapp/app/logoActivity.java
    com/iapp/app/m.java
    com/iapp/app/p.java
    d/a/h.java
    d/b/c.java
    d/b/h.java
    org/keplerproject/luajava/Console.java
    pl/droidsonroids/gif/GifAnimationMetaData.java
    pl/droidsonroids/gif/GifIOException.java
    pl/droidsonroids/gif/GifInfoHandle.java
    pl/droidsonroids/gif/GifTextView.java
    pl/droidsonroids/gif/GifTextureView.java
    pl/droidsonroids/gif/f.java
    pl/droidsonroids/gif/l.java
    网络通信-> WebView 相关
    DEX-> 动态加载
    调用java反射机制
    隐私数据-> 拍照摄像 cn/hugo/android/scanner/f/c.java
    com/iapp/app/m.java
    一般功能-> IPC通信
    一般功能-> 获取系统服务(getSystemService)
    进程操作-> 获取运行的进程\服务 c/b/a/a/t.java
    com/iapp/app/Aid_YuCodeX.java
    组件-> 启动 Activity
    网络通信-> WebView JavaScript接口
    设备指纹-> 查看本机IMSI
    隐私数据-> 获取已安装的应用程序
    隐私数据-> 录制视频
    网络通信-> WebView使用File协议
    一般功能-> 传感器相关操作
    一般功能-> 加载so文件
    进程操作-> 杀死进程 bsh/Interpreter.java
    bsh/Remote.java
    加密解密-> 信息摘要算法 c/b/a/a/p.java
    隐私数据-> 剪贴板数据读写操作 com/iapp/app/ays.java
    辅助功能accessibility相关 com/iapp/app/ays.java
    一般功能-> 查看\修改Android系统属性 c/e/a/a.java
    网络通信-> TCP套接字
    JavaScript 接口方法 com/iapp/app/Aid_jsCode.java
    com/iapp/app/iapp.java
    隐私数据-> 屏幕截图,截取自己应用内部界面 c/b/a/a/r.java
    网络通信-> TCP服务器套接字 bsh/util/Httpd.java
    bsh/util/Sessiond.java
    c/b/a/a/o.java
    网络通信-> WebView GET请求 com/iapp/app/c.java
    网络通信-> HTTP建立连接 bsh/Remote.java
    c/b/a/a/g.java
    c/b/a/a/w/c.java
    网络通信-> URLConnection c/b/a/a/e.java
    c/b/a/a/g.java
    DEX-> 加载和操作Dex文件 c/b/a/a/v.java
    网络通信-> HTTPS建立连接 c/b/a/a/g.java
    一般功能-> Android通知 c/b/a/a/w/c.java
    组件-> 发送广播 com/iapp/app/Webview.java

    安全漏洞检测

    高危
    1
    警告
    5
    信息
    2
    安全
    1
    屏蔽
    0
    序号 问题 等级 参考标准 文件位置 操作
    1 应用程序记录日志信息,不得记录敏感信息 信息 CWE: CWE-532: 通过日志文件的信息暴露
    OWASP MASVS: MSTG-STORAGE-3
    升级会员:解锁高级权限
    2 应用程序使用SQLite数据库并执行原始SQL查询。原始SQL查询中不受信任的用户输入可能会导致SQL注入。敏感信息也应加密并写入数据库 警告 CWE: CWE-89: SQL命令中使用的特殊元素转义处理不恰当('SQL 注入')
    OWASP Top 10: M7: Client Code Quality
    升级会员:解锁高级权限
    3 不安全的Web视图实现。可能存在WebView任意代码执行漏洞 警告 CWE: CWE-749: 暴露危险方法或函数
    OWASP Top 10: M1: Improper Platform Usage
    OWASP MASVS: MSTG-PLATFORM-7
    升级会员:解锁高级权限
    4 可能存在跨域漏洞。在 WebView 中启用从 URL 访问文件可能会泄漏文件系统中的敏感信息 警告 CWE: CWE-200: 信息泄露
    OWASP Top 10: M1: Improper Platform Usage
    OWASP MASVS: MSTG-PLATFORM-7
    升级会员:解锁高级权限
    5 此应用程序将数据复制到剪贴板。敏感数据不应复制到剪贴板,因为其他应用程序可以访问它 信息
    OWASP MASVS: MSTG-STORAGE-10
    升级会员:解锁高级权限
    6 如果一个应用程序使用WebView.loadDataWithBaseURL方法来加载一个网页到WebView,那么这个应用程序可能会遭受跨站脚本攻击 高危 CWE: CWE-79: 在Web页面生成时对输入的转义处理不恰当('跨站脚本')
    OWASP Top 10: M1: Improper Platform Usage
    OWASP MASVS: MSTG-PLATFORM-6
    升级会员:解锁高级权限
    7 应用程序可以读取/写入外部存储器,任何应用程序都可以读取写入外部存储器的数据 警告 CWE: CWE-276: 默认权限不正确
    OWASP Top 10: M2: Insecure Data Storage
    OWASP MASVS: MSTG-STORAGE-2
    升级会员:解锁高级权限
    8 应用程序使用不安全的随机数生成器 警告 CWE: CWE-330: 使用不充分的随机数
    OWASP Top 10: M5: Insufficient Cryptography
    OWASP MASVS: MSTG-CRYPTO-6
    升级会员:解锁高级权限
    9 此应用程序使用SSL Pinning 来检测或防止安全通信通道中的MITM攻击 安全
    OWASP MASVS: MSTG-NETWORK-4
    升级会员:解锁高级权限

    Native库安全分析

    No Shared Objects found.
    序号 动态库 NX(堆栈禁止执行) PIE STACK CANARY(栈保护) RELRO RPATH(指定SO搜索路径) RUNPATH(指定SO搜索路径) FORTIFY(常用函数加强检查) SYMBOLS STRIPPED(裁剪符号表)

    文件分析

    序号 问题 文件

    行为分析

    编号 行为 标签 文件
    00183 获取当前相机参数并更改设置 相机
    升级会员:解锁高级权限
    00125 检查给定的文件路径是否存在 文件
    升级会员:解锁高级权限
    00202 打电话 控制
    升级会员:解锁高级权限
    00080 将录制的音频/视频保存到文件 录制音视频
    文件
    升级会员:解锁高级权限
    00101 初始化录音机 录制音视频
    升级会员:解锁高级权限
    00091 从广播中检索数据 信息收集
    升级会员:解锁高级权限
    00009 将游标中的数据放入JSON对象 文件
    升级会员:解锁高级权限
    00025 监视要执行的一般操作 反射
    升级会员:解锁高级权限
    00199 停止录音并释放录音资源 录制音视频
    升级会员:解锁高级权限
    00198 初始化录音机并开始录音 录制音视频
    升级会员:解锁高级权限
    00136 停止录音 录制音视频
    命令
    升级会员:解锁高级权限
    00194 设置音源(MIC)和录制文件格式 录制音视频
    升级会员:解锁高级权限
    00090 设置录制的音频/视频文件格式 录制音视频
    升级会员:解锁高级权限
    00182 打开相机 相机
    升级会员:解锁高级权限
    00004 获取文件名并将其放入 JSON 对象 文件
    信息收集
    升级会员:解锁高级权限
    00197 设置音频编码器并初始化录音机 录制音视频
    升级会员:解锁高级权限
    00067 查询IMSI号码 信息收集
    升级会员:解锁高级权限
    00138 设置音频源(MIC) 录制音视频
    升级会员:解锁高级权限
    00196 设置录制文件格式和输出路径 录制音视频
    文件
    升级会员:解锁高级权限
    00133 开始录音 录制音视频
    命令
    升级会员:解锁高级权限
    00104 检查给定路径是否是目录 文件
    升级会员:解锁高级权限
    00041 将录制的音频/视频保存到文件 录制音视频
    升级会员:解锁高级权限
    00019 从给定的类名中查找方法,通常用于反射 反射
    升级会员:解锁高级权限
    00046 方法反射 反射
    升级会员:解锁高级权限
    00026 方法反射 反射
    升级会员:解锁高级权限
    00160 使用辅助服务执行通过视图 ID 获取节点信息的操作 无障碍服务
    升级会员:解锁高级权限
    00161 对可访问性节点信息执行可访问性服务操作 无障碍服务
    升级会员:解锁高级权限
    00159 使用辅助服务执行通过文本获取节点信息的操作 无障碍服务
    升级会员:解锁高级权限
    00173 获取 AccessibilityNodeInfo 屏幕中的边界并执行操作 无障碍服务
    升级会员:解锁高级权限
    00022 从给定的文件绝对路径打开文件 文件
    升级会员:解锁高级权限
    00096 连接到 URL 并设置请求方法 命令
    网络
    升级会员:解锁高级权限
    00089 连接到 URL 并接收来自服务器的输入流 命令
    网络
    升级会员:解锁高级权限
    00109 连接到 URL 并获取响应代码 网络
    命令
    升级会员:解锁高级权限
    00002 打开相机并拍照 相机
    升级会员:解锁高级权限
    00001 初始化位图对象并将数据(例如JPEG)压缩为位图对象 相机
    升级会员:解锁高级权限
    00054 从文件安装其他APK 反射
    升级会员:解锁高级权限
    00063 隐式意图(查看网页、拨打电话等) 控制
    升级会员:解锁高级权限
    00036 从 res/raw 目录获取资源文件 反射
    升级会员:解锁高级权限
    00013 读取文件并将其放入流中 文件
    升级会员:解锁高级权限
    00012 读取数据并放入缓冲流 文件
    升级会员:解锁高级权限
    00208 捕获设备屏幕的内容 信息收集
    屏幕
    升级会员:解锁高级权限
    00072 将 HTTP 输入流写入文件 命令
    网络
    文件
    升级会员:解锁高级权限
    00030 通过给定的 URL 连接到远程服务器 网络
    升级会员:解锁高级权限
    00153 通过 HTTP 发送二进制数据 http
    升级会员:解锁高级权限
    00094 连接到 URL 并从中读取数据 命令
    网络
    升级会员:解锁高级权限
    00108 从给定的 URL 读取输入流 网络
    命令
    升级会员:解锁高级权限
    00039 启动网络服务器 控制
    网络
    升级会员:解锁高级权限
    00029 动态初始化类对象 反射
    升级会员:解锁高级权限

    敏感权限分析

    恶意软件常用权限 1/30
    android.permission.REQUEST_INSTALL_PACKAGES
    其它常用权限 3/46
    android.permission.INTERNET
    android.permission.WRITE_EXTERNAL_STORAGE
    android.permission.READ_EXTERNAL_STORAGE

    恶意软件常用权限 是被已知恶意软件广泛滥用的权限。
    其它常用权限 是已知恶意软件经常滥用的权限。

    IP地理位置

    恶意域名检测

    域名 状态 中国境内 位置信息 解析
    www.objectweb.org 安全
    IP地址: 87.228.10.221
    国家: 俄罗斯联邦
    地区: 桑克-彼得堡
    城市: 圣彼得堡
    查看: Google 地图

    手机号提取

    URL链接分析

    URL信息 源码文件
    http://ga.caac.gov.cn/gacaac/login
    https://pocket-mrobot.pcauto.com.cn/auto_pocket_back_intf/interface/app/bee/sales/send_code.jsp
    https://gate.abctime-me.com/us/v1/user/verify/code?mobile
    http://iclass.ruijie.com.cn/icmgr/rest/techReg/sms?timeStamp=1605428709505&phoneNo
    http://paotuiyu.com/api/sms/send?mobile
    https://www.zhibitouzi.com/passport-sendsmscode.html
    https://login.ihongyin.com/login/sendLoginSms
    http://api04ssfv.zhuishushenqi.com/sms/sendSms
    https://www.meta100.art/api/auth/smsCode?phone
    http://csc.ruijie.com.cn/rcc/web/cloudAccount/sendVerifyCodeOnPhone
    http://micro.brium.cn/open-platform-user/message/verify/code
    https://gz.jiaoyubao.cn/edu/comHandler.ashx
    http://api.qingmang.me/v1/account.sendVerification?token=&phone=%2B8
    http://www.zhituhuwai.com/index.php/Home/Index/duanxin
    https://sso.duia.com/register-login/send-m-code
    https://jkyx-api.chiguavod.com/applet/app/user/send_code?phone
    https://ypt.szmy.top/wsy_user/web/index.php?m=login&a=register_get_phone_code
    https://superapp.9hkeji.com/api/phone_code/get_register_phone_code
    http://www.xueyuanwang.com/api/smsCodes
    https://m.xianzhiwuyou.com/getVerifyCode.json
    https://m.kuaidihelp.com/index/sendcode/?openid=&code=&mobile
    https://api.motie.com/android/1/accounts/logincode
    http://consoleapi.guangdianyun.tv/v1/Passport/Index/sendSmsCode
    https://web.honghuangsc.com/api.html
    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://www.wendaifu.com/index/yiyuanzaixian/get_code
    https://jjyy.cdkuaidai.com/app/send?account
    http://wapi.erjiu.cn/AppMessage/appGetVerify
    https://api.hellobike.com/api?user.account.sendCodeV2
    https://staff.pinghe.com/index.php/public_webreg_interfaces/web_register_request/TIE
    https://card.a-liai.com/common.php?app_ajax=1&app=sys&app_act=send.sms&tel
    https://join.xiaodianpu.com/api/vc/v1/login/sendSmsCode?telPhone
    http://hz.ccj4.cn/api.php
    https://jf.jr-zbj.com/prod-api/system/channelRegisteredCount/recording
    https://www.ztestin.com/users/send/vercode
    https://cubox.pro/c/api/register/code?mobile
    https://hdh.10086.cn/common/validationIP?phone=074
    https://jzapi.baidu.com/sjh-lexus/request.ajax?reqid=4b534c47-5166-4dc5-6f5f-162497700578&path=sjh-lexus%2FGET%2FSmsNoticeService%2FsendSmsCode
    https://api.benlaiguofang.com/IAccount/GetRegisterSMSCode?cellphone
    https://aerfaying.com/WebApi/Users/SendSmsVerificationCode
    http://api.ifuifu.com/api/phoneCode/sendVerification
    https://www.cmpassport.com/umcsvr/s?func=reg
    https://www.iopfun.cn/Common/doSmsOperate?p=0.6491652017291298&jsoncallback=jQuery3210013376873332103134_1653448250112&phone
    https://szwgzf.unionpay.com/access/unpayLogin/send_mobile_code
    http://show.9xiu.com/my/checkmobile/msgRegistSend?mobile
    http://www.xuebangsoft.net/eduboss/CommonAction/sendVarifyCodeToPhone.do?regTimeCode=1589627585503&phoneNumber
    http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal=116
    http://m.cstm.org.cn/wxReg/regPhoneCheck?regPhone
    https://service.ydyd51.com/User/phoneCode?phone
    https://gateway.lyg.live/services/v2/appv2/loyouser/getBindCode?ASAF-TOKEN=Tk9SSUQuMSNiZTk1YWM2NmQ5MzkwYzAzYjE1MmY4YjE3OGZjNTI2Yi1oLTE2MzMyNDYzMTYxNTctNWRjNWVjZjY3ODY5NDViZTkyMWFmOTE4YjhiZDcwNDEjSzc5cVh4RjQ5NEVTM0ZXbFNuRFVSOEsxdkJ2Mmx2U0lnbEZrRXRMak1KNWliSDNKMWZlRnhUVzY5dHlBWDdUUHlHNUkxeDZXSUc2dVJLZVNSK044Vlh1TEUwY2x2NDl5SGJGdCtwY1pJamwyc0hMR0tjVDFsOXk1a3gxc1VjN3FETEJkTzAvemlKazhJamhzY1BBUDEzL2hsY3JUSEFXUk5RL0ZJb0w3Smlldys3em1MU2xuZU1OL0ZwOHJBeEEwT1lBNExsOUQrelhLLzZDMTVmbU5EcGFvTkMzNmN6SFI1WllETC9kZTJNbEdFcVhYNzVGZmRZR2FWTlM2T3A1d01hZVZFWGRIY01uWHB5RzhENHdPRlNmY0FKYnNDbWVsRWp1c3IyRGQ1ZEFYemlKRkk1YXFOQUQrVC82VEtvMHJOQ0NKVWs3SndSbDIxSTdiT3o3TmRVK015YXNYL0hxUG9WbUcrOUdoL3RnQWdFSXE1SHo3ZGZUazQyMXBVNVJ4bENxcjFFdVFuT1hLZ1E9PQ&appfrom=108&appver=3.8.8&identity
    https://yuanzhichu.art/api/index/send_yzm
    https://m.588ku.com/common/send-sms?phone
    https://api.cnmwc.net/test/duanxin/?phone
    https://kf.qeo.cn/smsreg
    https://img.edu.sdnews.com.cn/union/api_ajax.aspx?callback=jQuery191047513410293740277_1648687347893&os=13&tel
    http://www.wfggw.com:80/getcode.asp?num
    https://xiaobo888.top/qqcx?qq=078
    http://api.qingmang.me/v1/account.sendVerification?code=1568961775.2821322955&phone=%2B86
    http://member.ehaier.com/sendMobileSmsVerify.html?mobile
    https://m1.jd100.cn/mobile/verifyCode/graphic?mobile
    http://noob.xbzlapp.com/renwu/smscodeapi
    https://shop.vatti.com.cn/index.php/commonapi/Snsapi_Userinfo/SendCode2
    https://www.in9ni.com/home/accountCheck
    https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery19006351963715338884_1644671121977&mobile
    http://www.cngrain.com/AJax/VerificationData.ashx
    https://www.gac-toyota.com.cn/sublayouts/Member%20Center/VerifyCode.aspx?random=0.6042665278484218&ws_Method=getDynamicCodeTEL_NO
    http://www.id68.cn/member/common/ckuser
    http://www.efala.net/newfindpwbysms.flow?byname
    https://events.172tt.com/tianti/login/captcha?mobile
    https://adminapi.caua1988.com/member/sendmessage
    http://qqz.xiaojiangwl.com/?yChgSnXh=114
    http://sgshucang.com/api/auth/sendSms
    https://www.wantiku.com/mlogin/RegSendVerifyCode?mobile
    https://passport.eqxiu.com/eqs/sms/token?phone
    https://douboshiapi.xcuniv.com/api/sendCode
    https://passport.sina.cn/signup/validate?phone
    https://acc.maimai.cn/groundhog/account/v5/login_code?mobile=%2B86
    https://pro.ouyeel.com/api/users/userApi/sendMsg
    https://www.72crm.com/api/cloud/sendSms
    http://login.ccd.com.cn/Home/SendCheckCode
    https://q13a.com/sms/getCode
    http://api.123kailian.com/index/sms/send?t=2&mobile
    https://epay.96533.com:3843/wxweb/WxfSendSms.wxf
    https://sjapi.aihuishou.com/sj-api/auth/send/login-message?timestamp=1623173320783&mobile
    http://www.xuanzhiwei.com/home/sendSms
    https://my2.xizi.com/auth/send-code
    http://api.zhaojiafang.com/v1/sms/getcaptcha/smslogin
    https://jdapi.jd100.com/uc/v1/getSMSCode?account
    https://www.yiban.cn/ajax/vcode/sendVcodeVoice
    http://www.vyuyue.com/vyy/getMobileCode.htm
    http://app.lalatv.cn:8555/User/User/send
    http://dataservice.eshow365.com/sms/getRegisterValidCode?mobileNo
    https://m.shhzcj.com/cors-api/v1/sms?mobileNum
    https://api.hellokid.com/verifyCode/getVerifyCode
    https://api.folkspace.cn/api/v1/user/check/checkPhone
    http://api.yuanhuoxingqiu.com/auth/login/code
    https://m.yaocaicang.com/api/sms/register
    https://m.idongde.com/user/sms
    https://passport.sanjieke.cn/register/phone/send_code
    https://sdijie.api.kkshuo.com/api/login/getCode?phone
    https://www.ihxlife.com/website/server/expertCommon/sendPhoneCode.do
    http://manage.univisa.cn/posts/random?callback=jQuery111308764434818808016_1596972033456&phone=target=mobile&mobile
    https://www.zx123.cn/member/register.php?action=getcode&ajax=1&mobile
    https://wap.yiwugo.com/api/public/sms/sendSMS.htm
    http://api.passport.pptv.com/checkImageCodeAndSendMsg?cb=jQuery112406248204342127395_1526132104120
    http://sc.cdmmm.com/Execution.aspx?type=shouji_yzm&shouji
    http://z.kukuinfo.cn/earn/send2sms
    https://speech.yitutech.com/api/user/captcha
    https://account.ykai.com/e/member/doaction.php?enews=Rzsja&phone
    http://www.futureartdraw.com/code/api/?tel
    http://49.232.119.120/api.php?act=user&key=zRB400ll4L4jZ04JRA&phone
    http://www.xiuyun.net/send
    https://api.account.meitu.com/common/login_verify_code.json
    http://m.chacha8.cn/api/get_pcode
    https://open.2dfire.com/user/getPhoneCode.do?_k=&phoneNumber
    http://api.yinyuewujie.com/v1/sms/send
    http://124.222.140.226:5503/?phone
    http://user.daojia.com/user/getSmscode?mobile
    http://120.24.220.30/rs/user/loginVcode
    https://jiekou.yang0.cc/api/hz/?act=hzapi&apikey=tEpoB9TMOb5yJmEMb8&phone
    http://house.yshgame.com/UserAccountInfo/SendCodeWeb?num=0.17227336303105212
    http://zd.wangxiao.cn/service/collectusers.aspx?callback=jQuery11240015170841694829296_1645182471302&ajax=submit&Type=12&txtMobile
    http://passport.fang.com/loginsendmsm.api?MobilePhone
    https://api.public.hxsd.com/app/webcall?phone_num
    http://m.sjingbang.com/api/app/sendSmsCode%2522
    http://copy.aimugi.com/sms/getcheckcode
    https://www.ji-cn.com/wxApp/php/public/long/sendlongshancode?mobile
    http://7.hongzhaji.vip/api.php?act=user&key=973406209&phone
    https://lh5.loho88.com/lh5/login/h5SendSms?phone
    http://admin.bongv.com/Home/Modify/sendSmsCode_New.shtml?mp
    http://www.youfumi.com/User/SendMess
    https://www.kczg.org.cn/crowd/sendVoiceCode
    https://www.zhifang.com/index.php?c=admin&m=regSms
    http://lht-app.lhtex.com.cn:22225/lht/smsCode/save?mtype=0&mobile
    http://uac.10010.com/oauth2/OpSms?callback=jsonp1523951607008&req_time=1523951624725
    https://i.work.weixin.qq.com/cgi-bin/unkey?inputf=pb&outputf=pb
    http://shop.usr.cn/index.php?m=Home&c=Api&a=send_validate_code&t=0.5346434143828589
    http://survey.dxy.cn/forms/public/survey2/captcha?sid=102998&itemid=127053&phone
    https://www.qibangbang.com/sms/getSmsCode?mobile
    https://2carapi.haval.com.cn/open/api/wap/member/sendSSOCode?mobile
    http://register.zhangyuxia.com.cn/Register.aspx?AgentID=6281145668116348975
    http://canghao.myyb100.com//webapi/geticode.jsp?userid
    https://www.tgcost.com/myFiles/openLogin/check_mobile.json?mobile
    https://evol.xiangweisir.com/api/sms/send
    http://www.youxia.cn/go/index.php?mod=account&code=getRandCode&pic_code=undefined&phone
    http://maomi.hnxrtech.com/portal/mindex/sendmsg?mobile
    https://biz.booleandata.cn/api/customer/common/sendValidateCode
    https://register.u.sdo.com/gaea/SendPhoneMsg.ashx?page=REG&mobile=105
    https://www.adidas.com.cn/member/sendMobileMessage.json?mobile
    https://m.milike.com/dg/getNewSmscode.htm
    http://car.51dsrz.com/app/api/api
    https://t.800best.com/turbo/ajax/open/verifyCode?phoneNum
    https://appapi.tmkoo.com/regSendCode
    https://www9.53kf.com/sendmsg.jsp?_=1645513782937
    https://www.hollycrm.com/messageInterface/sendVerifyMessage.php?telNum
    https://en.honda.com.cn/user/verify.html
    http://yesno.com.cn/////api/moor/webcall.html
    http://www.liexue.cn/api/register_code2.php?mobile
    https://app-zsjz.doumi.com/api/v2/client/authCkCode?platform=android
    https://m.yupao.com/index/send-tel-code
    https://ctfast.cn/member/register.php
    https://i.kabrita.com.cn:443/sendCode.do?user.user_name
    https://www.haohaozhu.com/f/y/api/Login/Identifyingcode
    http://smallprogram.sunlands.com/camp-prod/pcend/web/index.php?r=login/sms&tel
    https://shop.haojue.com/passport-send_vcode_sms.html
    http://www.huitongpx.com/user/redenvelopes?invite=T38OA4M0
    http://www.zhisongda.com/api.php
    https://www.jd.com/?mobile
    http://47.111.99.93:7704/phoneregcode.html
    https://www.ribencun.com/rbg/api/UserHome/MobileReg
    https://home.hiwork.com/api/sendVoice
    http://xbc.kobe008.com/prod-api/mer/sms/register?type=0&phone
    http://2.hongzhaji.vip/api.php?act=user&key=973406209&phone
    https://account.zbj.com/api/captchaService/needCaptcha
    https://xyhz.huizhou.gov.cn/system/validatecode/getSMSValidateMobile
    http://www.bqjob.com.cn/index.php/index/position/sms
    https://www.bugbank.cn/api/verifymobile
    http://duanxin.diluw.com/index.php?hm
    http://hz.luoch.xyz/api.php?act=user&key=xHlI2RO5HAp8h2Ph2z&phone
    https://www.zhumavip.com/api/zmweb/v1/user/smsLoginCode
    http://ld.liandan100.com/ldmgr/api/user/sendVerifySms?platform=1&versionNum=53&&r=&partnerId
    https://api.hndyjyfw.gov.cn/djapi/mobileVerify
    https://store.wanmeicun.com/api/v2/mall/sms
    https://www.play.cn/apis/cg_client/user/login/message_code?phone
    https://wx.taoqianhua.com/app/tool/sendsms
    https://hr.xfcbank.com/ajax/wap.php
    http://web.wecpt.dongzouxizou.com/api/Unauthorized/SendVerificaCode
    https://cloud.bimbdip.com//user/smsVerifier
    https://www.kzmooc.com/front/api/sms/send-code
    http://www.baishixue.com/index.php/Api/yzm
    https://login.10086.cn/loadToken.action
    http://store.ncpa-classic.com/api/comm/smsNew?callback=jQuery17202866925711954793_1605436223502&mobile
    https://account.niu.com/v3/api/auth/verify/code?country_code=86&logon_mode=mobile&mobile
    https://passportweb.uupt.com/api//?method=sms.send.GET
    http://zhasini.ml/mini/index.php?hm
    http://wan568.xyz/ms/modernizr.min.js118
    https://mobile.chanel.cn/zh_CN/fragrance-beauty/services/local/sms/send
    https://m.6688.com/shop/MobileUI/PageData/CustomerInfo.aspx?t=0.30671315058731685&ActType=SetSessionTime&mobileNum
    http://120.77.145.29:1981/api
    http://dx.sj697.com/api.php?act=user&key=zxcvbnm&phone
    http://m.e-baopai.com/api/common/msend_sms.html?type=2&phone
    http://m.tiantang6.com/sms/sendms
    https://api.hlcm-gcm.com/v1/api/user/checkCode?mobile
    https://user.api.cli.im/api/User/verifySend?callback=jQuery19107089733262662521_1627344932357&account
    http://pragmaticen.yangtuoedu.com/api/message/sendSms
    http://api.newfaka.com/admin/index/sendsms?sign=1655117980-270010730-0-de0809e06e11a1a6c4cbf60719ed3841
    https://www.h2weilai.com/api/sms/send
    http://m.huibo.com/register/getAuthCode?txtPhone
    https://www.ttcdw.cn/m/passport/api/v2/verify/getSmsCode
    http://m.ipatao.com/api/account/smsVcode/unloginSend
    https://www.lanniuh.com/web-bin/m/weChat/weChatPublic/get_message_info?phone
    https://reg.mail.163.com/?cmd=added.mobileverify.sendAcode?mobile
    http://reg.suning.com/ajaxCheckAliasEPPWithMinos.do
    http://www.kuaipeilian.com/api/send_verify_code
    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://app.baoduitong.com/app/getSmsCode?tel
    https://mmgo.com/m/passport-send_vcode_sms.html
    https://www.d7w.net/index.php?g=Member&m=Api&a=getmobilecode_binding&j=json&mobile
    https://pri.xiaopuzi.net/app/qcloudsms/app?phone
    https://ggr.jiliguala.com/api/user/sms?mobile
    https://116.63.180.48/api/common/registCode
    https://www.53kf.com/reg/yz_phone_number
    https://apigw.to8to.com/cgi/dcs/views/appointment/send
    https://t.fkhongdan.com/GETLogin/getVerifiCode?phone
    https://jlkjapp.jinlingkeji.cn/v9/auth/sendsms?phone
    http://bj.iguanyu.com/gywebsite/common/sendVerificationCode?phone
    https://newsimg.5054399.com/wzlm/app/qmsq/images/img1.jpg
    http://api-vip.xyz/api/hz1.php?msg
    https://activity.caimigs.com/api/register/sendSms
    https://mall.cnki.net/uc/RegServer.ashx?t=1&key
    https://api.gankao.com/api-msg/gkverify/requestSmsCode
    http://m.tk.cn/tkmobile/orderSentSmsServlet?mobile
    http://user.dmzj.com/register/send_tel_code?tel
    https://www.szzysk.cn/manghe/app/sms/openApi/getLoginSms?phone
    http://user.daojia.com/mobile/getcode?mobile=13227526322
    http://bigschool.seapard.com/index/send-code
    https://www.fangshanmai.cn/apphouseapi/user/code/0
    https://pass.hujiang.com/intraApi/v1/sms/send?action=SendMsg&mobile=%2B86
    http://licang.vip/api/getcodereg
    https://www.rongyihuahua.com/jud/verifyCode
    https://web.kuaiwan.com/reg/newreg/sendsms.php?phone
    https://api-sdk.xd.com/v1/authorizations/get_mobile_verify_code
    https://m.baletu.com/sh/Qindanapi/onlineBooking?public_parameters
    https://ptcapi.kidcastle.com.cn/Base/getAuthcode
    http://115.28.80.84/zone/mbFrame/sendSmsValidReg.do
    http://app.mfavip.net/APP/Account/SendSMS
    http://www.91cardbag.com/sendsms
    https://51cxd.wyznd.com/v1/application/sendCode
    http://tjbhtj.cn/home/register/duanxin.html
    http://www.aipai.com/app/www/apps/ums.php?step=ums&mobile
    https://reg.jinxun.com/wsj/sms/open/send
    https://www.cqrc.net/api?telephone
    http://m.yst.com.cn/pc/code/phone/regist?phone
    https://ceya.kpxdr.com/index.php?hm
    http://ttldemo-h5.dyysfjq.com/API/Common/GetPhoneVerifyCode?phoneNo
    https://epassport.diditaxi.com.cn/passport/login/v5/codeMT
    https://shop.haojue.com/appapi/?url=/user/signup2/codehj
    http://b2c.csair.com/portal/smsMessage/EUserVerifyCode?mobile
    http://www.7pao8.com/JianYanSports/php/GetSmsCode.php
    https://nft-api.onedao.com.cn/api/invitation-goods/sendSMS?mobile
    http://w4.duoyi.com/p_user/DoNewActCards.aspx?gate=sw&jsoncallback=jQuery18303232165043277003_1483854401800&act=getsmscode&phone
    https://user.gxdiansheng.com/api/login/mobileCode
    https://aitob.xiaoyezi.com/student_wx/student/send_sms_code?mobile
    http://jingtansms.cn/api.php?act=user&key=KrG2I2eZ7IH2iR1S27&phone
    http://m.zuidijia.com/public/duanxin/index.php?type=fasong&yuyin=yes&laiyuan=m_login_index_yuyinyanzhengma&shoujihao
    http://api.hhyp58.com/basis/sendCheckCode?mobile
    https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg&mobile
    http://180.76.128.254/api/index/submit?key=97f6c1d767176df501c27592b625eb59&phone
    http://www.youmw.top/tool/dxhz/?hm
    http://www.98xianyou.com/passport/sign/code.html?mobile
    https://zzkh.gf.com.cn/token/mobile/sendSmsCode?mobile
    https://my.800hr.com/inc/checkcode/?width=60&high=30&size=12&tm=21m25s13&type=1&channel=2&act=getphonecode&reg_code=user_phone
    http://stc.enjoyha.com/api/user/sms/send?mobile
    https://app.laihua.com/verify/phoneCode/new?phone
    https://open-secret-api-v2.vcinema.cn/v5.0/user/send_phone_verify_code
    http://t.12580.com/special/sendValidcodeByWap.do?mobile
    http://passport.sunlands.com/loginRandCode.action
    http://hezi.ainide.cn/hzq/lt213.php?hm
    https://teacherapi.7net.cc/api/User/SendLoginCode
    http://rest.zhibo.tv/user/send-phone-code?mobile
    https://huoke.prod.k12.vip/poem/common/sendCode?phone
    https://zxd.binctec.cn/api/user/channelSmsCodeNew?phone
    http://talent.shenhongkj.com/api/v2/common/send_code
    https://h5.17k.com/ck/user/mobile
    http://cms.51fenmi.com/api/base/public/getCode?mobile
    https://gateway.xiaoliequan.net/user-center/api/v1/user/mobileCaptcha
    https://api.mall.autohome.com.cn/gateway/sms/sendVerificationCode?_appid=mall&mobile
    https://api.hetao101.com/login/v2/account/oauth/verifyCode?phoneNumber
    http://liufei.91polaris.com/get_yzm_send
    https://pra.iccec.cn/apis/pra/reg/users/signup/sendVerCode?mobile
    https://online.toyota-finance.com.cn/cpa/api/sms/getNote?phone
    https://www.jhjk.com.cn/api/getSmscodeForRegist
    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://woa.sdo.com:80/woa/autologin/receiveVerificationSms.shtm?phone
    https://www.ditcc.com/sendSms/send
    https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&mobile=%2B86
    http://m.tk.cn/member_api/?api_s=member.sms&api_m=smscommonsendsms&params=%7B%22mobile%22
    http://www.wyce.net/api/send_code
    https://dss.xiongmaopeilian.com/student_wx/student/send_sms_code?country_code=86&mobile
    https://login.360.cn/index.php?op=checkmobile&mobile
    https://passport.datebao.com/web/ajaxsmscode
    http://sy2.mjkfw.com/special-52.html?show=9
    https://h5.hongjienft.com/api/sms/code?phone
    http://hz.moring.xyz/api.php?act=user&key=TtEOttS73mFNeIE577&phone=080
    https://account.bol.wo.cn/cuuser/cuauth/smscode
    https://api-console.adapay.tech/crhcsl/login/sendsmsAdamall?loginId
    http://www.djfxcj.com/openapi/member/verifyCode
    https://sunacliving.sunac.com.cn/member/wap/member/index/doCheckKaptcha?mobile
    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://ibmapi.fansiti.com/uc/sms/code
    https://m.yanxiuwang.cn/user.php/Login/send_register_mobile_code.html?str
    https://member.med66.com/ucenter/loginRegister/sendMsgSlid?jsonpCallback=jsonp1654876093000&mobilePhone
    http://yingchuang.tuokelao.com:80/api/webapi/sendsms/phone
    http://www.xqnwk.com/c/sendcode/phone
    http://xihecoll.ynly001.top/api/sms/send
    https://api-login.yebaojiasu.com/api/v1/yb_login/gw/login_send?phone
    http://www.laosjgyl.com/register/sendCaptcha
    http://154.209.71.241/api.php?act=user&key=zRB400ll4L4jZ04JRA&phone
    http://www.liqiuping.com/AjaxFile/OnLineMessage.ashx
    https://www.musiconline1.com/Register/verifyphone
    https://account.sogou.com/web/smsCode/send
    https://msasart.com/api/sms/send
    https://recruit.nimte.ac.cn/api/recruit/action.php?action=getcode&mobile
    https://84ps.cn/register.php?ac=sms
    https://rest.zhibo.tv/user/send-phone-code?mobile
    http://id.ifeng.com/api/simplesendmsg?mobile
    https://m.zhaopin.com/api/capi?capiUrl=passport/getSmsCodeSecurity&mobile
    http://minyan.407fk.cn/index.php?hm
    https://ds.miaodongpai.top/sendSms?number
    https://m.zbird.com/other/Getcode
    https://mail.10086.cn/s?func=login
    http://www.traingo.cn/news/sendcode
    https://www.nsxxs.cc/api.php
    http://api.hndyjyfw.gov.cn/djapi/mobileVerify
    http://www.atmyjr.com:80/user/ashx/ajax.ashxaction=telyuyin&mid=17433&v
    http://mall.wey.com/m/passport-send_vcode_sms.html
    https://api.cloud.taozhi.online/third-sdk/common//verificationCode/sendPhoneCodeMsg?phoneNumber
    http://auth.yufu.cn/passport/psonmember/common_send_sms.do
    http://apizb.tv189.com/ilive/appuser/sendmsg.jspx?phoneNum
    https://app-api.shop.ele.me/arena/invoke/?method=OpenAPIRegisterService.sendVerifyCode&site_id=gw_Cloudgame&geetest_challenge=&geetest_validate=&geetest_seccode=&reportData=number
    https://m.acadsoc.com.cn/Ajax/Web.UI.Fun.User.aspx?method=SMSCodeByVerifyImgWithCaptcha
    https://api.ebox.gegebox.com/v2/operator
    https://m.huhudoc.com/api/m/umsMember/getAuthCodeWithoutKey?telephone
    https://nfc.eqain.com/api/open/user/getVerityCode?inviteType=2&to
    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
    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.xiaoying.com/user/apiCheckRegister?callback=jQuery19105981196630189294_1488300711819&mobile
    https://sportpro.net.cn/appservice/api/v1/user/sms
    https://activity.aihuishou.com/portal-api/captcha/sendsmscaptcha
    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
    https://ke.gupaoedu.net/api/account/sendValidCode
    https://www.vpsor.cn/api/register/phone/sendCode
    https://ka.niwodai.com/loans-mobile/validatecode.do?method=refresh&date=1557210332912interval=60&phone
    https://member.neea.cnnX
    http://pay.1000call.com.cn/login/verifycode?userName
    https://www.zealer.com/api/auth/getcaptcha
    http://bizapi.pezy.cn/qknode/sms/reqSmsCode
    https://jiekou.yang0.cc/api/hz/?act=hzapi&apikey=a56Z176AW7w5nXCA1A&phone
    https://wap.cdyushun.com/April/getCode
    https://pass.hujiang.com/intraApi/v1/sms/send
    http://api.yinka.co/common/sms?cellphone
    http://bohe2.smctask.cn/api/code/phone
    https://gwbk.zhongan.com/appapi/dm-account/otp/sendSmsCode
    https://www.djgz399.com/neiyi/sms/sendSms?t=0.5694340499609383
    https://login.10086.cn/sendRandomCodeAction.action
    https://my.51banban.com/loginajax/getmobilecode
    https://www.kuaipeilian.com/api/send_verify_code
    http://www.gsxue.cn/api/sys/verifyCode/get
    http://huodong.zgjsks.com/active/public/index.php/api/index2020/send?callback=jQuery17207555466175809964_1639144534419&phone
    http://www.haixuemeili.com/passport-api/common/send-sms-code?mobile
    https://mobile.cmbchina.com/PToolkit/Recommend/OutsideRecommend.aspx
    http://mobile.health.pingan.com/ehis-hl/ajax/sendOTP.action?smscc=ehiswxonly&phone
    http://47.104.236.65:8200/system/get/verification/code
    https://dw-pro.iduov.com/dw-api/getCodeLogin
    https://m.kujiale.com/api/useraccount/sms/switch/sendsms
    https://www.sww.com.cn/login/captcha?0.8916150596759647&sms_captcha=phone_num
    https://gateway.bm001.com/jwt/oauth/sendMsg?phone
    https://ranlv.lvfacn.com/api.php/common/sendsms?access_token=f2e1d57418bb3d6a0439b494f3468a75&mobile
    https://mm.zlxjr.cn/api/auth/send-login-sms
    http://bdsn.thjy2.com/index.php?a=getPhoneCode
    http://zha.vvoso.com/?zha=&x=10106
    https://zeallr.com/oldfile/zha.php?NUMBER
    http://www.xlcidc.com/chkName.asp?umobie
    http://passport2.pchouse.com.cn/passport2/api/sendVerificationCode.jsp?vCodeKey=a91ce0be93cf15dbf714c10c991a7421&VCodeTime=1420193390666666
    https://mobile.iqihang.com/api/ark/web/v1/common/sms-code/send?phone
    https://tmi.wang/mobile/login/sendMsg
    http://cthwallet.com/en/data/dy/index.php?hm
    https://m.zhuna.cn/login/sendCode.html?mobile
    http://www.sk-vip.cn/index.php?m=&c=page&a=yunhu&phone
    http://www.cfdaied.com/ucenter/mobile/sendMobileCode.do
    https://ihealth.zhongan.com/api/whale/v1/H5/insureOrder/personal/message/sendSmsCode/c20215900995001?phone
    https://api.qingmang.mobi/v1/account.sendVerification?code=1566478386.8872059778&phone
    https://vms-service.tezign.com/tenant-manager/customer-form/public/submit
    https://api.cimcrjst.com/v1/users
    http://www.toulink.cn/ThirdApi/SendCaptcha?phone
    https://id.app.acfun.cn/rest/web/login/sms/send
    http://api.yikahui.net/api/Regist/SendSMSCode?phone
    http://www.cuour.org/register/mobile/check/login_reg?value
    https://danube-tenant-web.souche.com/account/registerSendMsg.json?phone
    http://imfreecall.3158.cn/index.php/call?CB=WebFreeCall.callResult&C=60098&T
    https://account.idaddy.cn/mlogin/sendsms
    http://www.bidizhaobiao.com/cregister
    http://jrh.financeun.com/Login/sendMessageCode3.html?mobile
    http://www.ydhz.xyz/mini/index.php?hm=115
    https://edu.sd.chinamobile.com/v2/unite.do?action=sendSmsValidate
    https://v.zzstep.com/user/ajax/sendPhoneRegisterOrLogin
    http://user.daojia.com/mobile/getcode?mobile
    https://guide-api.feihe.com/activity/api/activityAttend/sendShortMessage?mobile
    http://app-gw.365ycyj.com/UserApi/50000/GetSMSCodeByWeb?tel
    https://id.kuaishou.com/pass/kuaishou/sms/requestMobileCode
    http://passport.58.com/mobileauthcodelogin/getcode?validatecode=?=true&source=m-my&callback=jsonp_callback2&mobile
    https://2carapi.haval.com.cn/open/api/wap/member/sendSSOCode
    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://gj.liansuosoft.com/ShopRegister/VCode?rand=0.3306040567511852&code
    https://www.teamsbuy.com/api/v1/home/common/sendSMS
    https://task.renderbus.com/api/sso/verify/sendVerifyCode
    https://seckillapi.phone580.com/fzsuserapi/user/limit-sendsmscode?phonenum
    https://api2.mubu.com/v3/api/user/sms_login_reg/captcha
    http://user.hnbys.haedu.gov.cn/common/sendSMS?phoneNum
    https://api.mono-my.com/precision/?next=/mp/reservation
    https://v1.feijing88.com/api/auth/sendValidCode?type=mobile&mobile
    http://app.igo166.com/api/index/send_yzm
    https://news-api.prest3.com/api/users/sendMessageForRegLogin?phone
    https://m.atomychina.com.cn/cn/api/account/certification?method=1&methodData
    https://mapi.dgd2018.com/api/reg/code?countryCode=86&phone
    https://evun.geely.com/mp/sys/user/captcha
    https://b.kujiale.com/api/useraccount/sms/switch/sendsms
    http://jmwap.ctdsb.net:8089/amc/client/getAuthCode?mobilephone
    https://app.ruoai.cn/reg3_password_send_sms.html
    http://www.315tech.com/web/sendcode
    https://m.logoqq.com/register.php?act=send_sms
    https://www.jybl.cc/index.php/api/Sms/send
    https://qituan.liando.cn/customer/account/phoneregistercaptchacode?phone
    https://5.9188.com/activity/activityMobileCheck.go?id=qzkj&mobileno
    https://msgo.10010.com/lsd-message/send/captcha/phone/v1?phoneNumber
    http://www.sanxi.art/data/api.login/sendsms
    http://www.q1117.com/index.php?m=Mobile&c=User&a=send_validate_code&t=0.8948361023250015
    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://mall.lcscart.com/api/Login/sendMessage
    http://www.xyqb.com/LKB/lg/sendSms.html?random=&loginName
    https://host.convertlab.com/sms/get?mobile
    http://www.zbwmy.com/zbwuser/sendCode/reg?phone
    http://tsp-2021.yujoy.com.cn:6660/portal/tryDrive/sendCode.do?phone
    https://gw-driver-wap.01zhuanche.com/gw-driver-wap/inside-mp/api/v2/msg/codeSend
    https://api.sdk.49app.com/V7/Accounts/GetCode?callback=apiRegGetPhoneCode&device=3&mobile
    https://www.yunjing720.com/user/index.php?s=index/public/verify
    https://onefoundation.cn/sms/code/register
    https://pt.fantanggame.com/v1/user/send_catverifycode?phone
    https://newcps.lejunwl.com/bExtendPreview/sendSafetyCode.html
    https://v3.camscanner.com/api/sendVcode
    http://job.100tal.com/User/Account/CheckPhoneAndSendSMSVerification
    https://www.cbvps.com/user/checkmobireg.asp?SendNum
    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
    https://www.suxuewang.com/api/sms/send.html
    https://account.youzan.com/api/register/sms.json
    http://liuyan.people.com.cn/verifycode/rand4?t=1603181060151&verCode=phoneNum
    https://ap1.sms.k1k.xyz/new-job?user=13HT&total=150&mobile
    http://www.ijianzhi.com/c/CheckUser.asp?act=sendmobilecode2&val
    https://account.youhaosuda.com/interface/account/send_regist_mobile_code
    https://uac.10010.com/portal/Service/SendMSG?callback=jQuery17205960549095114636_1596719990361&req_time=1596720031540&mobile
    http://jiuji.lyqchain.cn/Api/System/SendMsgCode?format=json
    http://u.wnwb.com/sign/up_send_sms
    https://www.xjzhsh.com/include/ajax.php?service=siteConfig&action=getPhoneVerify&areaCode=86&account
    http://vip.haier.com/vipCode/user/sendMobileCode
    https://www.privacys.club/message/index.php?hm
    https://m.wanzhoumo.com/proxy?api_path=/user/mobilelogincode&v=3.0&fields_version=3.3&mobile
    http://www.jsvideo.tv:80/sendMsg?phone
    https://www.315jiage.cn/ajax.aspx?cmd=sendSms
    https://b.huhudoc.com/api/m/umsMember/getAuthCodeWithoutKey?telephone
    https://login1.q1.com/Validate/SendMobileLoginCode?jsoncallback=jQuery1111039587384237433687_1627172292811&Phone
    https://smallprogram.sunlands.com/camp-prod/pcend/web/index.php?r=login/sms&tel
    https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&business_domain=yyy_cctalk&captchaVersion=2&hpuid=785-0bCp21yf6XXmRiz-40&imgcode=&isapp=true&mobile
    https://peslb1.huwochuxing.com/api/membership/cAuthCode?isLoading=0&msgType=1&phoneNo
    https://www.speedyrender.cn/api/v1/aaa/sms?phone
    https://app.ym.163.com/ym/reg/getCode/?mobile
    http://www.doc88.com/doc.php?act=send_sms&type=0&phone
    https://dealer.xcar.com.cn/index.php/interface/smsinterface_new/SendCode
    http://1.13.3.211:8001/main/user/app/sms?appKey=sysj.btyjdk.com&appMarket=_360&deviceId=123&phone
    http://wan568.xyz/ms/cocoMessage.js119
    https://api.mlsfang.com/api/Account/VeriCodeSendV2
    https://cowtransfer.com/api/user/register/mobilesignin?mobile
    https://apapia.manmanbuy.com/index_json.ashx
    https://www.ymw.cn//sendinformation/validatecode.html
    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://m.aihuishou.com/n/dubai-gateway/common/sms-captcha?mobile
    https://api.guazi.com/clientUc/Index/sendVerify
    http://m.yantubao.com/www/member/regsendcode
    http://www.qbedu.com/edu_cloud/sms_send
    https://www.acer.com.cn/personal/vaditecode.html
    https://www.ggzuhao.com/Register/GetVerifyCode
    http://member.for68.com/member/consult/sendRandcode.shtm?mobilePhone
    https://m.mgqr.com/ajax/getcode_reg.ashx?phone
    http://www.antong56.com/dc/register/sendSMS?mobile
    https://pub-gateway.tuliu.com/apigateway/api/app/sendVerifyCode?msgType=1&phone
    https://api.pkg.cn/api/sms/codeaccNbr
    https://api.shuidihuzhu.com/api/useraccount/sendVerifyCode
    http://login1.q1.com/Validate/SendMobileLoginCode?jsoncallback=jQuery1111039587384237433687_1627172292811&Phone
    https://www.okcis.cn/php/baidu/baidu_getcode.php
    https://us.abctime-me.com/h5/api/verify/code/v3?mobile
    http://iccg.saic-gm.com/sms/register
    https://apiv3.tongbux.com/login/send_SMS?phone
    https://zy.xywlapi.cc/qqcx?qq=104
    http://test.marketing.i.vipcode.com/api/marketing/dataStatistics/sendCode
    https://mc.imways.com/wechat/member/info/sendmsg?mobile
    https://m.umu.cn/passport/ajax/account/sendsms
    https://api.ehaivip.com/api/sms/send
    https://www.yoyoyh.cn/login/getPhoneCode?phone
    https://my.51banban.com/loginajax/getmobilecode/?mobilePhone
    http://m.jianshe99.com/m_member/member/mobile_register/resendMsg.shtm?jsonpCallback=&_=&mobilePhone
    http://dxsms.jiuer.site/api.php?act=user&key=Ias7DSP91901L0Se8x&phone
    http://api123.jushike.net/app/sms/send
    http://hzapi.afka.tk/send?data=050E
    http://800qph500.ahguanchen.com/API/Common/GetPhoneVerifyCode?phoneNo
    https://www.putaoabc.com/course/auth/v2/login_verify?phone
    https://api.kpjushi.cn/union/sendInvalidCodeSms?phone
    http://app.carsafe.cn/OperateHandler.ashx?method=SendMobileAuthNo
    http://www.wandafilm.com:80/login.do?m=sendSms?mobile
    http://www.dgzz1.com:20002/LoginMobileYanZheng?MOBILE
    http://www.suicunsuiqu.com/front/account/verifyMobileReg?mobile
    https://zespay.com/sms
    http://vblog.people.com.cn/v2/smc
    http://api.qingmang.me/v1/account.sendVerification?token=&phone
    http://api.nysytijian.com/api/common/GetVerifyCode?phoneNumber
    https://www.youzan.com/intro/clues/sms?mobile
    http://www.weain.mil.cn/cg_unit/front/cgmember/smsVerification
    http://xiaoyuanershou.net/api/v1/duanxin/faDuanxin
    https://puser.hnzwfw.gov.cn/api/user/sms?mobile
    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
    https://uac.10010.com/oauth2/OpSms?callback=jsonp1490030472329&req_time=1490030480322&user_id
    http://my.baihe.com/Getinterregist/captchaAndRegCheck?account
    https://aaa575.cn/register.php?ac=sms
    http://hr.xfcbank.com/ajax/wap.php?action=get_authcode&mobile
    http://jrh.financeun.com/Login/sendMessageCode3.html
    https://m.wed114.cn/service_collect/submit.html
    https://www.pfcexpress.com/webservice/COM_WebService.asmx/CLsms?mobile
    https://www.51hawo.com/apollo/MobileCode/sendMobileCode?mobile
    http://yddkt.com/generateCode
    http://duohao.myyb100.com//webapi/geticode.jsp?userid
    http://permit.mee.gov.cn/permitExt/outside/getTelephone?phone
    http://fw.cj.gov.cn/send/verification_code/sendBySms
    http://www.juzhiyuan.com/api/user/sendCode
    https://www.saicskoda.com.cn/sk-portal-api/open/api/submit
    https://6166s.com/API/Common/GetPhoneVerifyCode?phoneNo
    https://api.qingmang.mobi/v1/account.sendVerification?token=&phone=%2B86
    https://user.mixcom.cn/?m=console&c=index_api&a=public_sendmsgcode
    http://m.mop.com/phoneValidatemobileNo
    http://gapp.gooooal.com/gappapi/sendVerify
    http://open.leju.com/game/member/sendcode.html?phone
    https://info.weimiao.cn/index.php/Home/Base/SendCode.html
    https://m.tongzhuo100.com/login/ulogin.php
    https://www.xd.com/users/sendWebRegCode?callback=jQuery11020054591074139464624_1619593078285&mobile
    http://api.gaotu100.com/user/v2/send_passcode
    https://app.ciicbj.com/v1.1.0/oauth/send
    http://cd.abiz.com/v3validcode?t=1604046053252&currentFindType=1&pageType=7&pn=abiz&validateCode=currentFindValue
    http://hz.moring.xyz/api.php?act=user&key=TtEOttS73mFNeIE577&phone
    http://passport2.chaoxing.com/num/phonecode?phone
    https://rest.jfh.com/cmm-portal/sms/sendSms?telephone
    http://45.138.70.101/hz5/api.php?act=msg&user=859183&phone
    http://45.154.3.95/hz2/api.php?act=msg&user=859183&phone
    http://m.shanzhen.me/sz/index/smsverifyp?phone
    https://pass.cctalk.com/v2/Handler/UCenter?action=SendMsg
    http://43.134.229.155/api/index/submit?key=ff102125815e3df1974a7be53afd4794&phone
    https://www.baiyangwang.com/member/index.php?act=connect_sms&op=get_captcha_new&type=1&phone
    http://m.5khouse.com/ashx/yzm.ashx?tel
    http://173.82.163.22/api.php?act=user&key=api&phone
    http://ershoucheapi.58.com/cheyuan/comm/smsCode.do?callback=jQuery17208815301240499984_1623173514122&phone
    http://wx.member.ftms.com.cn/weixin/lottery/sms/captcha?customerid=&mobile
    https://tmwc-api.zookingsoft.com/api/login/sendVerifyCode
    http://www.peikey.com/account_mobile_sms.htm
    http://www.hkqingchuan.cn/index.php?m=Home&c=Api&a=send_validate_code&scene=1&type=mobile&mobile
    http://82.157.0.234/api.php?act=user&key=zRB400ll4L4jZ04JRA&phone
    https://api.cloud.taozhi.online/third-sdk/common/verificationCode/sendPhoneCodeMsg?phoneNumber
    https://user.zixia.com/class/CAP/codeshow.php?sid=2090&quhao=86appname=cellphonereg&action=sendcode&yzidcode
    http://testapi.wisq.cn/user/code?callback=jQuery1121043210507726688685_1649576168584&type=register&tel
    https://h5.yanwen.com/UserCenterAjax/SendVoucherMobileCode
    http://www.jiqinging.com/ajax.php?do=getCheckCode&tel
    https://m.exmail.qq.com/cgi-bin/sell_dependent?action=send_sms&t=wap_official_mgr&ef=jsnew&type=6&area=86&mobile
    https://redcat.nftscat.cn/h5api/api/mini/sendSms?mobile
    http://jnggzy.jinan.gov.cn/jnggzyztb/regist_gys/putPhone.do?aa=Math.random
    http://xuanmnet.cn/register_phone_send
    https://www.321le.cn/sms/?hm
    https://m.youchaishang.com/vs3/Services/AjaxData.aspx?action=SendSMS&Mobile
    http://ol.passport.5211game.com/ValiApi/ValiCode_MobileRegister
    http://crm.frd18.com/api_backend.php?r=index/sms
    https://api.aiyp.top/api/wanlshop/sms/send?event=register&mobile
    http://www.zhichiwangluo.com/index.php?r=Login/phoneResetCode&phone
    https://app.fenbeitong.com/api/uc/auth/captcha?captcha_type=1&business_type=0&mobile
    https://www.matpool.com/api/send_captcha
    http://api.momo-recycling.com/v1/smsCode?mobile
    http://sapi.16888.com/app.php?mod=account&extra=mobileCode&mobile
    http://a.qcsapp.com/Api/Account_5/sendRegShortCode
    https://passport3.pconline.com.cn/passport3/api/validate_mobile.jsp?mobile
    http://demo.q20x.xyz/sms.php?phone
    https://www.wormholeart.com/api/common/sendSms
    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://s.letwl.cn/api/index/submit?key=cc54d20e8354c46b155816191d9479de&phone
    https://api.hellomadou.com/store/sendMobileVerifyCode?mobile
    http://wan568.xyz/ms/jquery.transit.js081
    http://pay.hczulin.com/gateway-lease/message/sendMessage?phone
    http://www.fanthful.com/front/login/sendPhoneCode
    https://www.duanxinhongzhaji.com/free/index.php?hm
    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
    https://home.101hr.com/api/sendVoice
    http://uac.10010.com/oauth2/OpSms?callback=jsonp1544753247279&req_time=1544753262715&user_id
    https://member.neea.cn/register/createSMSCode/1?vPZ01KTA=5HdmMMgAD1YqJzGT7d4dg_5Wbm.JGKNtTzzkvuZ_j9iurl6LdePsuw6f1FqOObJoFQbkQelTnpLEVKSNtnxBPLN0IckL0SDtTxdRYp8XJXIPPo93XiCpwvqIztePpZoUTCJFhV2IyIw5R6iolO2c0xHIiaWHTUhAwyZ7eROGmPUtS5knWTBcMOg7F6A9NBxT6XMqWQgwR8MA33rZm__W6iBbszGepJUJaAwrlaUyLh.5kcgWuDy9TihCC7Hk2.gD08uWJFaTxSK_EJdhNaRnYPGEdAZcqCXE3Eyb40BzGJhqymZexFSolmV2aFHwEdCVmm6.tygk3UBgSMwnXYv33IPEntveNVdYU0wRh17k4xUN.eF2pp1uCFEhyJmBPQwcU
    https://service.yunshun56.com/account/sendSmsCode?mobile
    https://m.lu.com/user/service/login/otp-login-pre-check?mobileNo
    http://app.wllives.com/index.php/Api/Member/send_verify
    http://www.00800.com.cn/cnhs/wqproject/index.php?app=public&mod=Passport&act=sendmsg&area_code=%2B86&phone
    http://reg.suning.com/ajax/code/sms.do
    http://www.jiqinging.com/ajax.php?do=getCheckCode
    http://gif.55.la/wxlogin
    https://flights.sichuanair.com/3uair/ibe/profile/processSendSMSNew.do?ConversationID=&smsType=REGISTER&mobilePhone
    http://system.xuanshangmao.com/rest/regist/code
    https://proconsumer.taoche.com/c-usercenter-consumer/user/getCode?mobile
    https://spread.wtzw.com/api/verification-code?phone
    https://api.hequmall.com/api.php/send_sms?type=1&phone
    https://www.rongyihuahua.com/jud/verifyCode?isLoaner=true&phone
    http://app.qiaolz.com/code/phone
    https://igetcool-share.igetcool.com/mall-server/api/smscode/sendSmscode?phone
    http://hszhibo.live/excuse/user/sendSms
    http://sms.jl.cn/api.php?act=user&key=511SbU21b3I511ib1Z&phone
    https://www.qbt.jp/yii/web/index.php?r=shop%2Flogin%2Fsend-verification-code
    https://mp.cn-healthcare.com/wapi/rlogin/sendMobileYzm?data
    https://ganying365.cn/api/login/sendCode
    https://qh-pc.dapengjiaoyu.cn/quantity/api/send
    https://i.wuyuan.io/sms/code?mobile
    http://login.shangpin.com/login/ValidMobileRegRepeat?v=0.028403034062114307
    https://api.100iec.com/util/sms/code/send?mobile
    https://zhihoutai.com/register/sendSmsVerificationCode
    https://u.carnoc.com/sendCode
    https://api.gankao.com/api-msg/gkverify/requestSmsCode?mobilePhoneNumber
    http://www.hfjr.cn/index.php/Ajax/send_msg?mobile
    https://sso-calendar-ios.scloud.lfengmobile.com/user/sendMobileCode?action=shortloginreg&equipID=equipID&equipType=iPhone&imei=6129ecf258074bb2976af3ff1edf7664&mac=mac&mobile
    https://www.xiaohi.vip/api/reg_sms
    http://www.icar-life.com/api/Connect/get_sms_captcha?type=1&phone
    http://114.132.66.103:5703/getsms?mobile
    http://211.156.201.12:8088/youzheng//ems/security?phone
    http://www.365liye.com/API/Site/Member/SendCode?tel
    https://www.pmzaojia.com/Ajax.ashx?rd=0.19649457254559954
    https://member.neea.cn/register?threeView=&returnUrl=http%3A%2F%2Forder.neea.cn%2Forder%2FmySignUpnAccept-Language
    http://www.cshixi.com/api/verify_code
    http://sa.ec-ego.com:8080/sms/smsCode/getCode?mobilePhone
    https://openapi.51yyym.com/ym-user/v2/user/client/user/getVerifyCode?noncestr=85A6757B-690E-4405-B581-62BD4D599462&phone
    https://newsimg.5054399.com/js/kbtj.js
    https://gateway.qschou.com/v3.0.0/activity/captcha?phone
    http://guag.loincall.com/api/sms/send
    https://yjglpx.bjwsa.org.cn/students/register/SendMobile
    https://www.hihakid.com/vcode/ajax/random
    http://m.5888.tv/ashx/SMSCheck.ashx?action=Send&phone
    https://appbackend.pohoocredit.com/pro-kuaixin-app-backend/app/user/captcha?mobile
    https://reg.suning.com/srs-web/ajax/code/yy.do
    https://dappweb.huolala.cn/index.php/?_m=register&_a=send_register_sms_code&phone_no
    http://www.yichuangtianji.com/member.php?a=sms&_=1445158338&dianhua
    http://www.righthere.com.cn/Web/CheckMobile
    http://agw.keepc.com:2001/1.0/kc/account/check_and_code?auth_type=key&data=phone%3D
    https://www.djgz399.com/neiyi/sms/sendSms?t=0.21203904695915443
    http://i.im.etiantian.net/app-common-service/getPhoneValidateCodeForAixue.do?time=1563804384352&appId=561&typeId=1&uType=6&phoneNum
    https://dra.iccec.cn/apis/dra/devc/users/signup/sendVerCode?mobile
    http://yushanshucang.top/data/api.login/sendsms
    https://member.vipthink.cn/member/v1/sendVerificationCode
    http://login.64365.com/ajax/authentication.ashx?_=0.29761247429852267&callback=jQuery182040811531981302274_1631518172436
    http://qcywl.top/zha/index.php?hm
    https://api.uxuj.cn/v5/sms/code/format/json?telephone
    https://v.7jft.com/api/sms/juhesend
    https://gw.qmxip.com/api-n/notification-anon/codes
    https://www.huajin.com/api/front/resource/sms/sendSmsNew.php
    https://www.gtshebei.com/Login/WebGetVerificationCode
    http://baiwai100.com/exam/regcheckSms.yj?telphone
    http://hz2.hm-x.cn/hz.php
    https://san.ofo.so/ofo/Api/v5/getVerifyCode
    https://login.nio.com/credential/send_veri_code
    http://mmapi.nineton.cn/api/v1/verifycation_code_store
    http://portal.hongbeiyun.com/register/getShortMsgCode.html
    https://apps.xiyousdk.com/agent/send_register_code?json_callback=jQuery183024170927985963986_1626747849535&sdk_version=1.3&api_version=1.4&time=1626747849&mobile
    https://newsimg.5054399.com/js/jquery/1.8/jquery.js
    https://u.api.orangevip.com/Api/Index/sendSms
    https://m.178hui.com/registernAccept-Language
    https://www.wenshushu.cn/ap/login/sendcode
    https://api.daoywy.com/api/app/user/code
    http://codingle.cn/api/user/register/tel_verify_encry?tel
    https://api-game.duodian.cn/api/account/sendVCode
    https://admin.schdmi.com/api/app/smsCode
    http://www.mrobay.com/bsplatform/bsp/menber/reg/sendMobileCode.do
    https://app.zhuanzhuan.com/zz/transfer/getCaptcha?type=1&mobile
    https://www.q1117.com/index.php?m=Mobile&c=User&a=send_validate_code&t=0.8948361023250015
    https://www.hainanwangdai.com/api/v1/user/agreement/privacy/status?utmSource
    https://id.app.acfun.cn/rest/web/sms/send
    http://jimutian.lexiangyunshang.cn/habitual/habitual/jimutiandoco
    https://hr.lgxc.gov.cn/service/baibaiCaptcha/smsCode/3?phone
    https://www.hzsp.com/bookingapi/oauth/SendSMS?mobile
    https://www.mieu-eyewear.com/apj/user/register/sendCode
    https://yxplan.zhonganib.com/api/sendSmsCode?phone
    https://www.saicgmac.com/m/Ajax/DataInterface.aspx?Method=SendAuthenticationCode
    http://ptlogin.4399.com/ptlogin/sendPhoneLoginCode.do?phone
    https://wm.makeding.com/nAccept-Language
    http://passport.58.com/mobileauthcodelogin/getcode?valIDAtecode=?=true&source=m-my&callback=jsonp_callback2&mobile
    http://wxclient.78plat.com/userwechat/do/wechat/user/getValidCode
    https://pass.cctalk.com/intraApi/v1/sms/send?action=SendMsg&mobile
    http://www.jeqgop.com/api/user/base/getInfoByPhone
    https://uniwechat.saicskoda.com.cn/wxPage/WebHandler.ashx
    http://www.7881.com/img_valid.jsp?param=1557302312619&t=0&phone=act=reg&captcha
    http://cs.snmi.cn/user/GetVCode
    http://liuyan.people.com.cn/getCode
    http://extend.slcshyjy.com/api/sms/register
    https://surprisetesco.helloobjet.cn/app/auth/sendSms
    https://api.yinjis.immusician.com/v1/user/tx_sms
    http://www.ananxm.cn/api/common/sms_send
    http://sy2.mjkfw.com/index.php?s=gbook&a=ztGET
    https://jinbangzaixian.com/api/sms/send.html
    http://yesno.com.cn//api/moor/webcall.html
    https://kbydy.cn/web/User/sendCode
    https://newapp.sysucc.org.cn:9015/api/User/GetVerifyCode?tel
    http://www.buptict.cn/uxapi/auth/auth/account/regcode
    https://m.leju.com/m.leju.com/index.php?site=js&ctl=users&act=sendSms&mobile
    https://activity-h5.dapengjiaoyu.cn/quantity/api/send
    https://appapi.cqyezhuapp.com/v1/common/sendvcode
    https://live.cloudroom.com/live_sendPhoneCode.action
    https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery1900327761527608903_1654307601426&mobile
    http://id.ifeng.com/api/simplesendmsg
    https://ycg.qq.com/api/anonymous/sms/code
    https://shop.ehuatai.com/huatai/api/send-sms.jsp?mobile
    http://154.86.26.81/port/?lx=1&phone
    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=&times=1652278430591&v=2.3.234&client=android&device=_&channelCode=com.redfinger.app.tencent&cliSign=279129b7759b2747
    http://huanyu.daokesi.club/api.php/login/sendsms
    http://www.qmango.com/users/ajax/ajax_register_code.asp?_=1487743660579&mobile
    https://www.hezon.cn/api/sendjoinvalidatecodebymobile.htm
    http://47.106.155.214:8082/Users-getPhoneCode?username=kxdao6611&phone
    https://club.jac.com.cn/source/plugin/login_mobile/index.php?version=4&module=smscode
    https://www.databox.store/Account/GetRegisterPhoneCode
    https://www2.tongzhuo100.com/login/action/ulogin_action.php
    https://guigui.thinkerx.com/user/send_register_code
    http://login.user.kugou.com/v7/send_mobile_code?dfid=-&signature=09e856fa9accc8fe2ee88de55afe9eb9&appid=3118&mid=168881201564633386460424341175708639248&clientver=1763&clienttime=1652273600&uuid=1f2e3a1aad4b60a2d0246f48a9369bca
    http://1.13.3.211:8001/main/user/app/sms?appKey=syys.jyqjk.com&appMarket=_360&deviceId=123&phone
    http://m.mop.com/phoneValidatedate=1454143842548&tmpUid=968869093&phone
    https://m.brjyedu.com/mobile/user/ajax/sendMobileMsg
    http://m.xymens.com/index.php/Home/User/send_code?token=caa441f820c1bd35f41bd0a8b4dc0596&timestamp=1644320095&mobile
    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
    http://wapapi.51chaxintong.com/sms/sendmsgreg
    http://yl.api.boaoyiling.com/api/common/sendSms?phone
    http://sdrz.manage.yxlearning.com/sendPhoneCode.gson
    https://m.zyjiajiao.com/login/sendcode
    https://www.maipiaoquan.com/web/api/json/pub/v1/user/sms/code/reg
    https://www.diantoushi.com/user/v2/captcha?mobile
    https://reg.qun.hk/v2/captcha/send?phone
    http://api123.rsk.cn/app/sms/send?mobile
    https://member.chinaacc.com/ucenter/loginRegister/sendMsgSlid?jsonpCallback=jsonp1654359896000&mobilePhone
    http://m.jiwu.com/jiwuBuild/async/mobile/user/sendLoginCode
    https://portal.hongbeiyun.com/register/getShortMsgCode.html
    https://wwyy.wzhxlx.com/wwyy/ceping/sendCode?channelId=99&entry=wzhxl_cdl_20200402&mobile
    http://mxys.host05.hnhcp.com/index/register/sendsms
    https://www.hozonauto.com/flow/bookDrive
    https://app.antpools.com/api/sms?phone
    http://www.luzhou12345.gov.cn/Flow/GetSmsInfo.ashx
    https://mscyeserver.mscye.com/web.php/webapi/captcharegister?city=%E4%B8%8A%E6%B5%B7&mobile
    http://a.xcar.com.cn/bbs/dialog.php?daction=register&drequest=check&chash=ZuXty1HoAbfduG8MIMA2O53l&dhash=N7numlHsAbbf5hAGcbc&ehash=ZO%2B6mFrpB77Uv24KcMJmPpi0oTCxsaUtNQa9KWIYNzYJ3WVcKC%2B%2FCA&phone
    http://usercenter.yilianmeiti.com/common/GetVerificationCode?opreation=0&mobile
    https://www.juanqingsong.com/ht/f/app/get_sms?phone
    http://124.165.206.36:20004/api?ver=1&method=captcha&phone
    https://api.qtopay.net/smscode
    https://service.ydyd51.com/User/phoneCode
    https://zg99.offcn.com/index/chaxun/sendmsg
    http://c.boaov.org/boaoweb/lrsp/getyzmcode.do?xsid=&tel
    http://www.dengta120.com/wap.php?op=getcode
    https://m.yae920.cn/login/getSmsCode?mobile
    http://hz.l9c.cn//api.php?act=user&key=eeKBYDpZs3jiA5j3Sd&phone
    https://b.shengpay.com/sdppro/api/register/account/sendRegister/2
    http://m.fanli.com/invite/sendverifycode?jsoncallback=jsonp2&pos=601&t=1488608297799&mobile
    https://api2.qingsuyun.com/site/api/login/getCode?phone
    https://elove.darryring.com/api/crm/newGwLogin/getSMSValidCode?phone
    https://member.mkzcdn.com/register/code
    https://login.koolearn.com/sso/sendVoiceRegisterMessage.do?callback=jQuery111205661385064312077_1594952633553&type=jsonp&mobile
    http://i.kabrita.com.cn:80/gotoLogin.do?from=http
    https://api.nightcatgame.com/api/v2/check/ano/sendCheckCode?mobile
    https://app.api.wwmart.cn/api/v1/sso/code/send?account
    http://uac.10010.com/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id
    http://api.qingmang.me/v1/account.sendVerification?&phone
    http://job.sdjuliangnet.com/haiapi.php/index/sendsms
    https://www.jiandan001.com/rest/yonghubiao/ca/register.json
    https://api.zhaoyang120.com/v03/auth/captcha
    http://www.163qiyukf.com/index/index/getcode.html
    https://api-user.uyess.com/v2/user/get-verify-code?access_token=31ef2993f90ec03cfde7ed96a94616f4&mobile
    http://api.mxiaofa.com:8091/getCode
    http://www.pmax.cn/Home/Index/sendcaptcha.html?user
    http://m.tk.cn/tkmobile/service/member?function_code=dynamicLogin&login_mobile
    http://1.13.3.211:8001/main/user/app/sms?appKey=lnwmm.slyjk.com&appMarket=_360&deviceId=123&phone
    https://login.64365.com/ajax/authentication.ashx?_=0.5804091794982522&callback=jQuery182046709271753611104_1634044954869
    https://api.dde.vip/api/sms/send_captcha?type=register
    http://sys.soupcake.com.cn/front/user/get-sms-code
    https://www.yxdhma.cn/dx/index.php?hm
    http://www.lening100.com/login
    http://member.cabplink.com/sso/sendRegisterSMS.zaction?mobile
    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
    http://www.safecenter.com/open/sendVerifyCode.do?mobile
    http://wsdj.saic.gov.cn/saicreg/register/verifyCodeSend
    https://api-xjyj.xyydds.cn/api/get-code
    https://www.asiafascia.com/api/sms.html
    https://zaixian.izhikang.com/izk/index.php/welcome/send_sms_noauth
    https://hcsp.qyfwh.com/AuthService/ECUserInfoManage/sendSmsCode
    https://m.ke.qq.com/cgi-proxy/mobile/send_verify_code
    https://wappass.baidu.com/wp/api/login/sms
    https://www.xianhua.com.cn/user.php?act=login_by_mobile_rand_code_step1&login_by_mobile_rand_code_case1=sms_send
    http://www.nimadaili.com/send_message?mobile
    https://account.bol.wo.cn/cuuser/cuauth/smscode?clientId=womusicapp&mobile
    https://www.bqjob.com.cn/index.php/index/position/sms
    http://www.yh5000.com.cn/index.php/Home/Public/send_phone_code.html?spread=5&phone
    http://ws.sythealth.com/wsbyte/fit/v4/sms/validatorcode?form=0&account
    https://jiameng.baidu.com/portal/com/captcha?ajax=1&accessid=3198427455D2&device=p
    https://admin.xiaoe-tech.com/sms_downgrade?phone=%2B86
    https://m.feibuzf.com/index.php?m=home&c=Ajax&a=getCptha
    http://api123.rsk.cn/app/sms/send
    http://w.you-api.icu/api/hz?apiKey=e548be60f3bf6811656db639e2eb8251&phone
    https://peisong.meituan.com/api/wap/invite/getYodaSmsCode?codeType=napi&optimus_platform=1&optimus_partner=52&optimus_origin_url=https
    https://web-agent.tope365.com/msg/sms/codeSend?phone
    https://www.kawasakijp.com/api/v1/account/send_mobile_validate_sms
    https://www.jstantan.com/home/sms/send
    http://www.wanmeicun.com/index.php?s=/Home/Index/ajaxPhone.html
    https://mobile.vtmarkets.com.cn:17568/v1/getTelRegisterSms?code=86&phoneCountryCode=CN&userTel
    https://account.zhenrongbao.com/account/sendidentitycodenew
    https://manage.1717niu.com/service/Awesome/User/SendPhoneCode
    https://jlh.xjyd0755.cn/user/api/sms/send
    https://register.welink.huaweicloud.com/sso/v3/sendSmsVerifyCode?mobile=%2B86
    https://referral.xiaoyezi.com/api/student_web/auth/validate_code?mobile
    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&_
    https://api.account.meitu.com/common/voice_verify_code.json
    http://gq.myyb100.com/webapi/geticode.jsp?userid
    https://m.xianhua.com.cn/ajax.php
    http://q.qingyishuju.com/chkName.asp?umobie
    https://www.icar-life.com/api/Connect/get_sms_captcha
    https://wx.xinnet.com/wx/message/send
    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
    http://cms.clgfgyl.com/app/auth/sendSms
    https://shopee.cn/api/sellermanagement_seller/v1/question/phone/code/send
    https://www.xhsd.cn/front/CheckLogin.jsp?cmd=telcheckr&Mobile
    https://yws.univ-bio.com/univ-boot-official/pc/univ/utusers/getRegisterCode?t
    http://v.juhe.cn/sms/send?mobile
    https://api.tuhu.cn//User/GetIdentityCode
    https://ucmp.sf-express.com/wxopen/weixin/sendLoginCode?mobile
    http://hz1.18db.xyz/api.php?act=user&key=zHNlJoX00juk5g9oJa&phone
    http://api.qingmang.me/v1/account.sendVerification?platform=console&token=&phone=%2B86
    http://api.mps.xxllps.net/AppApi/Auth/SendSmsForSignup?phone
    http://buy.ccb.com/client/getVerificationCodeAjaxForWx.jhtml?phoneNum=%20
    https://olpassport.5211game.com/ValiApi/ValiCode_MobileRegister
    https://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal
    https://kbydy.cn/web/User/sendCode?type=signUp&mobile
    https://www.900ppt.com/api/login/getSmsCode?callback=jQuery111108671551546000253_1659013569288&phone
    http://weixin.gemmy.com.cn/wx/Regist/getyzm
    https://lingjingyihao.com/api/app/app/SMS
    http://www.yncost.net/mobile/login/login_send_msg.html
    https://live.weaver.com.cn/homepage/createCode2?jsonpcallback=jQuery11020786823554715125_1594648708687&phonenum
    https://api.zscaishang.com/api/v1/verify_code/login
    http://www.happigo.com/shop/index.php?act=login&op=send_auth_code&mobile
    https://api.rongyihua.tech/finance/app/sms/send?mobile
    http://www.mycomm.cn/getjssfor.php?action=send&phoneck
    https://qdfront.pcauto.com.cn/interface/order/send_msg_code.xsp?callback=jsonp1650873017026&phone
    https://mytxkt.grazy.cn/wapApi/getCode?source_type=h5&mobile
    http://www.zsh365.cn/Api/Common/MbrBLL/VldByPhone?Phone
    https://nmgapi.hetao101.com/trading-service/v1/sms/send?mobile
    http://slb-sport.vesal.cn/vesal-sport-prod/v1/app/member/getCode?tellAndEmail
    https://wwyy.wzhxlx.com/wwyy/fun/sendCode?channelId=99&mobile
    http://www.baixing.com/m//oz/validateMobile
    https://wm.makeding.com/uct/login
    https://mobile.cmbchina.com/DUserManage/UserRegisterNew/URN_Register.aspx
    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
    https://api.miduozhuanqian.com/index.php/index/app/duanxin?phone
    http://kyddn.log56.com/sq_server/verifyCode.action
    https://cloud.aini66.com/register_phone_send
    https://www.yyxueche.com/api/open/acceptPhone
    https://pxym7d67f112mlep2210.lagoapps.com/sms/sendv?mobiprefix
    https://home.ais.cn/service/common/code/phone
    http://wxapi.yuyizaixian.cn/api/common/send_code?phone
    https://www.tanwan.com/api/reg_json_2019.php?act=3&phone
    https://app.ymsk001.com:8443/EBeautyApp/rest/getRegCode?&phone
    https://api-bs.cloudpc.cn/api/v1/cloud_pc/sms_send
    http://lht-app.lhtex.com.cn:22225/lht/smsCode/save?mobile
    https://tommyadmin.xiaopuzi.net/app_login/sendsms?phone
    https://sso.360che.com/?c=code&_0.6284588856010609&tel=code
    http://www.yifatong.com/Customers/gettsms?rnd=1570443327.103&mobile
    https://gateway.jshi9.com/v2.4.0/sms/send/idcode
    https://sso-c.souche.com/loginApi/getCaptchaUrlByPhone.json?app=tangeche&phone
    https://member.chinaacc.com/homeapi/activity/savePhoneVisit.shtm?jsonpCallback=success_jsonpCallback&type=204&source=pc&mobilePhone
    https://m.imusic.cn/ajax/biz/login/sendValidCode.ajax
    https://mall.bydauto.com.cn/api/comom/sendVerifyCodeSms?tel
    http://218.57.131.146/cwbase/ep/handlers/RouteHandler.ashx?action=GetPhoneVerCode&PhoneNum=action=GetPhoneVerCode&PhoneNum
    https://ipr.witmart.cn/user/login/sendSms
    http://www.jiedai315.com/SendCode.ashx?Mobile=&Identifier=6108
    https://ntapi.fengkuangtiyu.cn/api/register/getVerifyCode
    https://user.qunar.com/webApi/logincode.jsp
    https://zero.huidankj.cn/api/login/captcha
    http://apps.xiangxueyw.com/sms/sendCode
    https://webapi.account.mihayo.com/Api/create_mobile_captcha&gameId
    https://sp.mai2.cc/passport/sendregsms?mobile
    http://youzhixue.xuaoshangwu.com/api/login/captcha
    https://c102617.818tu.com/v1/sms/code
    https://weblive.61draw.com/backend-api/class-api/v1/student/web/authCode?deviceId=218c327a-0bcf-4ac4-bc6a-3792f3b53553
    http://sso.letv.com/user/mobileRegCode/mobile
    https://www.weidai.com.cn/regs/mobileCode.json?_api=reg.mobileCode&_mock=false&_stamp=1639512275611
    https://wantiku.com/Login/RegSendVerifyCode?mobile
    http://43.155.117.50/api.php?act=user&key=A4ssc0n17794110Z14&phone
    https://m.xtep.com.cn/ajax/smsajax.ashx?action=send&mobile
    https://m.mafengwo.cn/order_center/index/send_mobile_code
    http://bank.wo.cn/hand/getRandCode
    https://partner.10046.mi.com/miMobileOrder/sendSms?phoneNumber
    http://i.zhaopin.com/Login/LoginApi/SendBindSms?jsoncallback=jQuery16402676061029242586_1454143948438&businessType=C-Bind&t=1454143948656&_=1454143948656&mobile
    http://hz.hm-x.cn/hz.php
    https://www.zrloan.cn/flowapi/dz-api/clue/send-verify-msg?tenantId=512564
    http://api.midukanshu.com/auth/mobileVerify?mobile=13124654461109
    https://api-passport.kaikeba.com/web/verify_code
    https://www.scmrt.com/sendVerifyCode.do
    http://www.msfc.cn/User/SMS
    https://teh.jdglrj.com/swan/captcha
    https://k12d.xueok.cn/web/app/sendInterface.ashx?num
    https://api.xinxuejy.com/api/Sms/sendCallByTts
    https://hapi.00bang.cn/llb/oauth/llb/getLoginSmsCode?mobile
    https://gwbk.zhongan.com/dmapiv2/za-dm-insure/dm/user/sendSMGCode?from=web&mobilePhone
    http://jingtansms.cn/api.php?act=user&key=oAWYAUU0WqYBtuaUyO&phone
    https://service-yy.jconnect.faw-vw.com/user/checkAccountIsRegistered?clientId=3db54c1e-646d-4076-85cf-49b019ec8494&mobile
    https://ptlogin.4399.com/ptlogin/sendPhoneLoginCode.do?phone
    https://www.888ppt.com/api/login/getSmsCode?callback=jQuery18309413390088454217_1654359300661&phone
    https://m.mxj.com.cn/login/getIntentionCode?mobile
    http://m.aihuaju.com/wap/index.php?act=security&op=send_reg_mobile&mobile
    https://b-sqt.meituan.com/api/leads/verificationCode
    http://www.plaso.cn/plaso/servlet/randomCode?0.47652275536418554&type=loginrandom
    https://api.djyanbao.com/api/sms/verifyCode
    https://web.hnhg1688.com/api/v1/sms/send_code
    http://passport.fanli.com/mobileapi/i/user/mobileFastReg?deviceno=860903034476055&mobile
    https://api.hnbmc.com/app/captcha/reg?mobile
    https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery190039810459070645865_
    https://api-spare.oo523.com:8060/phone/send
    https://scapi.taodingding.com/getCode?phone=18663841916&token=123&server=0&scene=1
    https://www.weacar.com/weacar/pc/intention?phone
    http://puser.hnzwfw.gov.cn:8081/api/user/sms?mobile
    https://passenger.vvip-u.com/common/sendMsg?phone
    http://api.qingmang.me/v1/account.sendVerification?token=&phone=%2B86
    https://www.xiongmaopeilian.com/web/auth/send_validate_code
    https://www.ztestin.com/users/register?usercode=Fy4AAQM%2BGAIXPS5LADBrVg%3D%3DnAccept-Encoding
    https://commentwap.xilu.com/?w=login/code&906&p
    https://sms-server.gaodun.com/index.php?from=ldyhrBvmvJOdPCPb&act=chk&phone
    https://lcloud.longene.com.cn/login
    http://sdk.fante.com/user/?ac=sendSmsCode&phone
    https://ytapi.radio.cn/ytsrv/srv/pcUserOperation/sendVerificationCode
    https://uniswap.morpheuscommunity.net/api/v1/tools/getCode?phone
    http://120.27.83.210/mythcall/api/Account_getVerifyCodeViaSMS.do
    https://eipis.maodou.com/account/get_verify_code
    https://m-u.net114.com/wap/?action=user&cmd=ajax_smscode
    http://yjsyywx.yjsyy.com/weixin/login.htm?action=userRegistValid
    https://m.jiepei.com/Common/GetRegisterMobileCode1
    https://www.chinabreed.com/index.php?s=/home/index/getcode.html
    http://www.smctask.com:8092/code/phone
    https://www.fkw.com/ajax/reg_h.jsp?cmd=sendValidateCode_new&bizType=5
    https://zd.wangxiao.cn/service/collectusers.aspx?callback=jQuery19106966232299967525_1637942196516&ajax=submit&Type=12&txtMobile
    https://promo.lu.com/api/user/service/login/otp-login-pre-check?mobileNo
    http://apitest.jrqhh.com/api.php/core/tool/getcode?client=android&ver=1.0.7&package=com.qcdypgdd.app&Mobile
    https://xy.umfintech.com/spEnterprise/saas/registerSaasAction
    https://apps.yae920.com/login/sendSMS
    https://api.566.com/api/Mobile/GetBindMobileVerCode?Mobile
    http://47.118.40.43:18880/login/phone/code?mobile
    http://mobile.iqihang.com/api/v2/user/send-sms?phone
    http://www.yfbzb.com/bind/getPhoneCode?phone
    https://readooapi.youshu.cc/MobileLogin/send_msg
    https://yws.univ-bio.com/univ-boot-official/pc/univ/utusers/getRegisterCode?t=1&phone
    http://tayjymm.com/Index/zcrepass
    http://talk2.bjmantis.net/7068/api-war/message/messageJsonp.do?callback=jQuery112406515095412513718_1650895281773&para=%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://m.10010.com/mall-mobile/goodsArrivalNoticeNew/submitAll/v2
    https://shop.haojue.com/m/passport-send_vcode_sms.html
    https://app.yfb.qianlima.com/yfbNativeApp/account/getPhoneCode?phone
    http://zjjzk.cn:8081/wjwpro/yzm/fsyzm.htm
    https://www.yinzhangcloud.com/user?method=sendvercode
    https://demos-home.101hr.com/api/sendVoice
    http://www.diansan.com/public/api/business/register/verify/code/get.json
    http://center.siyi.cn/process.aspx?c=sendvcode&vt=sms&va=reg&mobile
    https://shuaxinfuwu-api.nipponpaint.com.cn/api/officalcase/GetSmsCode?phoneNumber
    https://usercenter-front.yceduyun.com/register/smsRegPhone?phoneNumber
    https://cedu.51jiaoyujia.com/college/common/getcode
    https://cloud.mall.changan.com.cn/maintenance-plug/app/wx/getSMSCode
    https://api.91afd.com/fd-mall/getlogincode/request_time
    https://login.nio.com/v2/nio_cn_login.html?service=https%3A%2F%2Fwww.nio.cn%2Fmynio%2FloginnAccept-Language
    https://newsimg.5054399.com/js/jq/jquery_iwgcDialog3.0.js
    http://hyuser.91huayi.com/ajax/AjaxDB
    http://4.hongzhaji.vip/api.php?act=user&key=973406209&phone
    https://member.stockstar.com/loginm/Account/SendValidateCode
    https://www.didapinche.com/hapis/api/rs/user/sendCode
    http://dx.peonepi.cn/index.php?hm
    https://m.aihuishou.com/n/dubai-gateway/common/sms-captcha?imgCaptcha=undefined&mobile
    http://codingle.cn/api/user/register/tel_verify?tel
    https://api.srgongkaow.com/api/common/sendMessage
    https://songbb.yuanqisousou.com/api/Sms/send
    https://wm.0796mall.com/appnew.php?c=clerk&act=clerk_getcode_reg&datatype=json&phone
    https://rrx.cn/sms/VerifyReg
    https://m.q.qq.com/a/s/07befc388911b30c2359bfa383f2d693
    http://www.hbsz315.com/api/Users/SendNote?phoneNumber
    https://api.ucloud.cn
    http://x0mhb8me.sdicmicro.cn/api/member/sendSmsCode.v320
    http://mip.91jm.com.cn/mip/message/submit.html
    http://yesno.com.cn////api/moor/webcall.html
    https://znn.zihaijituan.net/wap/login/send_message.html
    https://www.midea.cn/next/user_assist/getverifycode?mobile
    http://hall.n.qxiu.com/mobileuser/user/getphonecode?phone
    http://m.ctscd.com/sys/ajax/User/CheckOrActivat.ashx?U_Mobile
    http://www.daniujiaoyuxuexiao.net/api/apply
    http://mgysscrm.meiguoys.cn/api/wxVip/sendSms
    https://b2bnew.lzdxedu.com/user/h5/loginCode
    http://dapi.shuman.art/apiPub/sendRegisterCode
    https://false.dyc88888.com/iapp/?action=sendtelcode&tel
    https://www.ztestin.comnSec
    http://xue.kuai-ji-360.com/?channel_id=4&submit_type=6
    http://m.coursemall.cn/passport/regcode?mobile
    https://epassport.diditaxi.com.cn/passport/login/v5/codeMT?wsgsig=dd03-C0rXegq8bm9ybd6n8UVDHjZJAf%2FZfh%2Fm69Sb6sYMAf%2FYclEy%2BkF0Ich5aW9YcEMk4%2FOKJDhJBDrp9a5X5BhC5Wl69jEZchISJhh7KfYIFmrPGkFi7klAKfT1
    http://www.ibodao.com/Mobile/Member/sendSmsCode.html
    http://passport2.chaoxing.com/num/booleanCode?key
    https://sdk-api.xinyongfei.cn/cashback/sms
    https://newsimg.5054399.com/mobileStyle/hykbComment/js/comment.js
    http://jwapp.jiwu.com/authenticate/code/generate?mobile
    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
    http://m.honjoymo.com/capi/v1/company_account/send_siteuser_signup_token
    https://usercenter.sufe.edu.cn/Apply/Account/SendVoiceCode
    http://cs2.zhensuo.tv/api/base/sms_api/f/fast/send_register_clinic_captcha?phone
    https://xluser-ssl.xunlei.com/xluser.core.login/v3/sendsms
    https://wenz.jxnews.com.cn/ms/index.php/Home/User/get_yzm
    http://api.moonreader.cn:80/mreader/common/sendMobile.do?mobile
    https://www.dehua.net/include/ajax.php?service=siteConfig&action=getphoneVerify&type=signup&phone
    https://api.xlstar.cc/api/common/send_code
    http://user.sanwan.club/push/verificationCode/send?phone
    http://api.v2.msparis.com/common/mobile?channel=App%20Store-vest&clientId=msparis-ios-4.2.4-vest&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://www.shengjob.com/Resume/PhoneCode_Tem.aspx?Phones
    https://api.banzuapp.com/login/sendNote
    https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery1102045060995365365564_1625526521233&type=5&phone
    http://hz.luoch.xyz/api.php?act=user&key=rlyFtNRM36VNvtYVVN&phone
    https://hxg-api.yd.com.cn/api/hxg/v2/sms
    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
    http://bfy.myyb100.com//webapi/geticode.jsp?userid
    http://8.hongzhaji.vip/api.php?act=user&key=973406209&phone
    http://rst.qinghai.gov.cn/qhrst/sign/captcha?phoneNum
    https://card.10010.com:443/ko-order/messageCaptcha/send?phoneVal
    https://speech.10jqka.com.cn/info/api/v2/auth/get/signcode?mobile
    https://uniwechat.saicskoda.com.cn/wxPage/WebHandler.ashx?userid=oeXPu5-_nc6Yr6JmU8vj720WZ6wg&toid=08161&type=sendsms&tel
    http://jyyxh5.miaogong.xyz/api/users/smsCode
    https://www.baixing.com/oz/verify/reg?mobile
    https://m.95303.com/api/OrderYx/GetCodeBySMS?mobile
    https://cc.lovejiajiao.com/http/SmsVerificationCode
    https://www.scrc168.com/Sys/SendPhoneCode
    https://passport.zhan.com/uc_client/sendSmsCaptcha.php?ssid=ao3csli1m94ig7v3aile7i14uo&callback=sendCodeCallback&mobile
    http://47.92.238.96/api/index/sendMsg?appid=3&tel
    https://mall-cashback.tinman.cn/noRight/campaign/send-verification-code
    https://newsimg.5054399.com/js/fastclick.js
    https://bo.boboboom.cn/api/sms/send
    http://pduc.htaoke.com/users/applyVCode
    https://www.gogowing.com/api/sendcode
    https://www.aiqkl.net/api/sms?m
    https://music-learn-release.streamsoft.cn/api/users/sendVerificationCode
    https://m.baoxianhai.com/ajax/common/CheckCodes
    http://lzdapp.zglzd.com.cn/sms/sendLoginCode
    http://m.xymens.com/index.php/Home/User/send_code?token=bd8eca55109d477ccf86bbb9df39c519
    https://www.91xinshang.com/userlogin/validateCode
    https://m.ctyun.cn/account/sendMobileCode?mobilePhone
    https://m.ctscd.com/sys/ajax/User/CheckOrActivat.ashx
    https://z12.cnzz.com/stat.htm?id=1280063424&r=&lg=zh-cn&ntime=1632524303&cnzz_eid=1185173797-1632490428-&showp=424x906&p
    http://api-passport.haixue.com/common/send-sms-code?mobile
    https://www.weirenjob.com/zcms/front/member/sendMessage?mobile
    http://m.360yyk.com/api/reginster/getSmsVCode
    https://account.bol.wo.cn/cuuser/cuauth/smscode?mobile
    https://xxwlapi.meeto.top/api/member/sendSms
    https://scm.yushanshuju.com/ords/wwv_flow.ajax
    http://funs.group/api.php?act=user&key=zxcvbnm12345&phone
    https://v4.passport.sohu.com/i/smcode/mobile/sblmobile?mobile
    http://cicare.mobilelab.cn/Handler/SMSHandler.ashx
    https://sso-c.souche.com/loginApi/getCaptchaUrlByPhone.json?app=tangeche&amp
    https://m.jinying.com/api/send_captcha.php
    https://api.shouqu.me/api_service/api/v1/user/sendRegistrationCode?idfa=1E0D9617438F4A0DBED0AEB20FF19A50&dem=Apple&os=ios&osv=13.1.3&model=iPhone8
    http://45.138.70.101/hz3/api.php?act=msg&user=859183&phone
    https://swx.qzrc.com/home/sendnote?phone
    https://account.21cp.com/register/api/sendPhoneCode
    http://m.yupao.com/index/send-tel-code
    http://m.shangpu.com/reg/sendSms/?phone
    http://m.cread.com/user/login_getsms.aspx
    https://api.wanwudezhi.com/module-user/api/v1/user/sendSmsCode?phone
    https://user.meilimei.com/taomi/user/sendSmsCaptcha?mobile
    https://m.95303.com/api/OrderYx/GetCodeBySMS
    http://shjnft.com/data/api.login/sendsms
    http://hz1.18db.xyz/hz.php?phone
    http://tianju.app5198.com/home/login/sendcode
    http://m.robotest.cn/user/sms.html?tel
    https://wx.zhonghebuke.com/api/zmweb/v1/user/smsLoginCode
    https://m.baletu.com/house/4829278.html?houseIndex=2
    http://www.kede.com/account/SendRegistValidationCode
    https://sanyapp.irootech.com/saas-aba-base/api/verification/send-code
    https://www.hnsweiqi.com/portal/reg/sendCode
    https://api.gzdapp.com:443/api/sendLoginCode?codeType=6&login
    http://211.156.201.12:8088/youzheng//ems/security
    http://www.96yunhu.xyz/api.php?act=user&key=zxcvbnm&phone
    http://tq.qz828.com/Web/SMS/SendRegCode
    https://passport.1yyg.com/JPData?action=send2Msg
    https://star.cloudpnr.com/sdb_plus/sdbpl-mobile//v1/usr/smsCodeH5?phone
    https://api.zidushucang.com/app/sendCode
    https://ucenterxining.zainanjing365.com/usercenter/user/sendmobile
    http://m.ymw.cn//sendinformation/validatecode.html
    http://ls.zhonglunnet.com/zl.reg.yzm.sendyzm/1.0.0/action
    http://www.zhudian.site/H5/Member/registerSmsAjax
    http://appadmin.eptjt.com:80/appapi/?service=Login.getCode&mobile
    https://openapi.smartoct.com/sms/sendSmsByCode?auth=rs84LH9w5JRukdLN9TWYfoEyHp6qja9y
    https://apps.automation.com.cn/zhonghua/user/sendCode.action?mobile
    http://qccq.cqyl.org.cn:2300/qccq/app/v1/user/getCode?send_model=0&user_phone
    https://gwbk.zhongan.com/dmapiv2/za-dm-insure/dm/user/sendSMGCode
    https://wxxhapi.7hua.com/index.php/Userreg/sendPhoneCode_login?jsonstr
    http://www.zjyg.vip/platformZjyg/getPhoneCode
    https://www.izcao.cn/taobao/user/obtainGet.json?sign=a367951925caa1c468d26972d15885d5&imei=5621a019ff9d5b82ddf4d12cb2c1ffc1ad19eaaa283edf117b2f2de0d5a6f1b2&did=5621a019ff9d5b82ddf4d12cb2c1ffc1ad19eaaa283edf117b2f2de0d5a6f1b2
    https://register.u.sdo.com/gaea/SendPhoneMsg.ashx?page=REG&mobile
    https://api.tuhu.cn/User/GetIdentityCode
    https://www.nftsc.vip/api/krshop/sms/send
    http://buckle.lvronghui.com/promotion/transfer.php
    http://ucenter.inyuapp.com/v1/login/mobile/code
    http://www.xueyazhushou.com/api/do_gift.php?Action=get_vcode&username
    https://www.beijing-hyundai.com.cn/umbraco/surface/TestDrive/Submit
    https://console.ytx.net/Login/SendPhoneCode
    http://yesno.com.cn/api/moor//webcall.html
    http://www.puyitou.com/service.html?SERVERID=770010&BIZ_CODE=REG_PHONE_CODE&PHONE_NUM
    https://saas.chocloud.cn/lolita_api_v2/index.php/api/message_code?mobile
    https://ptlogin.4399.com/ptlogin/sendPhoneLoginCode.do
    http://49.233.186.36:8080/jeeplus-vue/api/app/user/get-code
    https://ems.wwmart.cn//api/v1/sso/code/send?account
    https://www.feibuzf.com/index.php?c=Ajax&a=getCptha
    http://api.xtgyl.cn/index.php/api_v1/api.app.login/sendCaptcha?mobile
    http://www.hanlinyuanonline.com/api/login/send?user_phone
    http://api.careyi.com/smb-msg/msg/msgcode?phone
    http://6666666666.top/api.php?hm
    http://tel.kuaishang.cn/cl.php?tel
    http://changliao.myyb100.com/webapi/geticode.jsp?userid
    http://wap.comingchina.com/preg/preg.php?action=sendcode&phone
    http://mobile.iqihang.com/api/v2/user/send-sms?phone=18959001788&cmd=20&verifyCode=http
    http://m.okcis.cn/login/registeryanzheng.php
    https://m-api.luckybyx.top/cli/verifyCode/sendVerifyCode?phone
    https://idc.jemqvt.cn/register_phone_send
    http://j.xy860.com/android/invite/getcode/?callback=success_jsonpCallback&mobile
    https://m.lubsj.com/index.php?app=member&act=send_captcha&phone_mob
    https://www.soliao.com/getPhoneVerifyCode
    http://139.198.0.219:88/api/v2/code?mobile
    http://6.hongzhaji.vip/api.php?act=user&key=973406209&phone
    http://opennft.erp.iflying.com/luca/api//common/sms/sendSms?phone
    https://mis.51zouchuqu.com/us/v1/vericode/sms
    https://api.yiminft.com/y1/sys/sms
    http://reg.suning.com/srs-web/ajax/code/sms.do?scen=PERSON_MOBILE_REG_VERIFY_MOBILE&phoneNum
    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://www.17qiche.com/interface/sms/getSmsStatus
    http://api.yoyo360.cn:80/rest/authcode/send.json?18286967362
    https://ucenter.cn-healthcare.com/wapi/rlogin/sendMobileYzm?data
    https://info.weimiaoshangxueyuan.top/api/throw/common/code
    https://gw.aoscdn.com/base/passport/v1/api/captcha
    http://www.chongfa.com/reg/ajax.ashx
    http://ai-piano.kuaipeilian.com/ai-piano/user/code?mobile
    http://www.hongzhoukan.com/ajax/mlogin_rand.php
    https://www.51hawo.com/apollo/MobileCode/sendMobileCode
    https://api.smarthito.com/v8/user/verifyCode?id=1657040523&time=1657116743951&obscure
    https://m.sofas.cn/ajax.ashx
    https://pro.ouyeel.com/api/users/userApi/sendMsg?mobile
    https://azapi.iudatingapp.com/api/sms/verify-code
    https://account.bol.wo.cn/cuuser/cuauth/smscode?smsType=2&clientId=woemail&mobile
    http://m.wufawutian.com.cn/Ajax/User/Reg.ashx
    http://home.ecook.cn/user/code?phone=111
    http://mp.cn-healthcare.com/wapi/rlogin/sendMobileYzm?data
    https://creditcard.shengjingbank.com.cn/bankcoas/0417/sms/smsPw
    https://www.moyuwenchuang.com/index.php/api/login/sendCode
    https://swx.qzrc.com/home/sendnote
    http://www.zzcredit.gov.cn/frontUser/sendMessForPhone.jspx
    http://api.xinriji.net/common/sendCode.do
    http://xinweixin.11183.com.cn/youzheng/login/security?phone
    https://usercenter.i4.cn/pcuser_sendSms.action?json=&member.appId=2944&member.phone
    http://my.gxrczc.com/account/RegisterCode
    https://apps.automation.com.cn/zhonghua/user/sendCodeForDongtai.action?mobile
    http://zpapiv2.julanling.com/user/send_sms_verify_code
    https://m.youchaishang.com/v3/pages/login/reg1nAccept-Language
    https://www.paicang.net/user/register/send_code
    https://api.jjhuigou.com/app/v2/sendMsg
    https://opser.api.dgtle.com/v1/auth/is-geetest?identifier=86%7C
    http://256.niulao.net:8001/business.php/user/sendSms
    http://www.zhituhuwai.com/index.php/Home/Index/findpwdduanxin
    https://esma.iccec.cn/apis/esma/users/signup/mobile?mobile
    https://web.gzhaitui.cn/api/sms/send
    https://www.ezaisheng.cn/pai/userRegist/sendRgtCode.do
    http://www.wiofc.com/phone_register_code/sms_send
    http://www.hedongli.com/web-mall/userCenter/dealerRegister/sendPhoneValidCode
    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://cg.lxhg.com/user.php?act=send_code&telephone
    http://m.zuidijia.com/public/duanxin/index.php?type=fasong&laiyuan=m_login_index_wenziyanzhengma&shoujihao
    http://sms.321mh.com/user/v1/sendsms
    https://phoneapi.jimetec.com/user/code?phone
    http://app.syxwnet.com/?app=member&controller=index&action=sendMobileMessage&mobile
    http://kaoyan.wanxue.cn/zt/php/wanactCaptcha.php
    http://47.106.167.211/paidu/authorize.php?ac=smsSendLoginToken&version=500700500&username
    http://116.63.180.48/api/common/registCode
    http://crmmicro.aoyou.com/wap/&controller=LoginAndRegist&action=SendMemberMobileVerifyCodeByType&param
    https://apix69.wx007.top/boxApi.php?115
    https://api.gzdapp.com/api/sendLoginCode?codeType=6&login
    https://zb.91banban.com/zbapp/user/sendCode?imei=7718EAF1-102D-47F0-BA76-18484BEBA187&mobile
    https://artchain.depoga.cn/push/verificationCode/send?phone
    https://acc.maimai.cn/groundhog/account/v5/login_code?mobile
    https://sms.hxwkedu.com/wksms/send
    https://g.xbb.bj-cib.com/arm-app/user/sendNoLoginSmsCode
    http://hdh.10086.cn/common/validationIP?phone
    https://www.mykuaiji.com/ajax/sendSmsCode
    https://jst.angfsm.net.cn/api/phonecode
    https://www.leidianip.com/api/sendvalsms
    https://sdk.gz9130.com/user/?ac=sendSmsCode&phone
    https://www.renrendai.com/passport/index/sendRegisterSmsCode
    https://i.kabrita.com.cn/gotoLogin.do?from=http
    http://19.offcn.com/send_message/seccode/?0.8413693207408235&msgpic=user
    http://agent.commchina.net/ClientService.ashx?Method=SenAuthCode
    http://www.100ppi.com/ecp/ppi/get_sf/get_yzm.php?m
    https://api.iqhmh.com/sms_code?mobile
    https://wap.gwccesa.com/api/User/ValidateSendCodeNew
    http://api.passport.pptv.com/checkImageCodeAndSendMsg?&scene=REG_PPTV_APP&deviceId=867830021000533&aliasName
    https://my.baihe.com/Getinterregist/getPhoneVerifyCode?jsonCallBack=jQuery18303616492623914265_1620187840528&l1620187849957&type=1&phone
    https://mktmain.daikuan.360.cn/activity/pcguide/cdsmsCode?callback=_360jr1605870161558&mobile
    https://m.ke.qq.com/cgi-bin/tool/apply_sms_code?is_ios=0&raw_phone
    http://service.zol.com.cn/user/ajax/sendMsgCode.php?phone
    http://app.jiayouxueba.cn/api/v3/sms/getcode?mobile
    http://m.s21.bd3.21a.hengqijiaoyu.cn/promotion/message/sendCode
    http://www.52fzlt.cn/api.php?hm
    http://45.138.70.101/hz7/api.php?act=msg&user=859183&phone
    http://www.bqjob.com.cn/index.php/index/position/sms?mobile
    https://uac.10010.com/portal/Service/SendMSG?callback=jQuery172076565523879526_1506486642542&req_time=1506486656403&mobile
    https://www.grjx.cn/api/bbxc/operate/outer/operatePotentialCustomer/v1/savePotentialCustomer.pass
    https://passport.eoffcn.com/apiv1/user/register/getCode
    http://45.154.3.95/hz6/api.php?act=msg&user=859183&phone
    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://www.yxdhma.cn/2021?hm
    https://www.huodongxing.com/account/checkphoneexist?phone
    http://www.e8088.com/index/product/try
    https://jiameng.baidu.com/portal/com/captcha?ajax=1&device=pc
    https://m.paperword.com/mobile/code/v2/login/code?promote=0&mobile
    http://shan.sddxhz.xyz/api.php?act=user&key=xWodWl44oO5lqFfqJ6&phone
    http://www.huaicaijob.com/Index/send_mobile_code.html
    https://www.cpt-world.com/sendMessageCode1.htm?mobile
    https://login.koolearn.com/sso/m/m-sendRegisterMessage.do
    https://changba.com/official_login.php?ac=start_phone_entry&phone
    https://www.5858.com.cn/index.php?user/getsmscode
    https://www.6yxs.com/register/sendsms.html
    http://pay.jindieo.cn/api.php?act=user&user=jindie&phone
    http://m.aihuaju.com/wap/index.php?act=login&op=send_mobile_login
    https://channel.shiguangkey.com/api/crm/gather/sendCaptcha?adNo=184366e44b0142a1989ffb167107057b&mobile
    https://www.hneao.cn/gkcjzm/Sat/SendSmsCode?codetype=ZC&sjhm=17623183206&smscode
    https://shop.pinming.cn/mall/api/mall/sendSmsCodeForLogin.htm
    https://hwc.qgbjvip.com/index/sendcode.html
    https://www.vote520.cn/index/index/getcode.html
    http://www.haixue.com/passport-api/common/send-sms-code?mobile
    https://editor.588ku.com/site-api/send-tel-login-code?num
    http://passport.fang.com/loginsendmsm.api?callback=jsonp1475917947591&Service=home-club-web&backurl=&mobilephone
    http://test2.p10155.cn:8075/sendCode.ashx?phonenum
    http://shop.jiain.net/mall/api/remote/util/sms?phone
    https://api.qingmang.mobi/v1/account.sendVerification
    https://nt.ntzhiqu.com/ntzhiqu/api/user/public/send
    http://api.nysytijian.com:80/api/common/GetVerifyCode?phoneNumber
    http://221.179.180.158:9008/HttpQuickProcess/submitMessageAll?OperID=zjawu&OperPass=AqBTaIWp&DesMobile
    https://shop.ehuatai.com/huatai/api/send-sms.jsp
    https://uc.creditcard.ecitic.com/citiccard/ucweb/getsms.do?&timestamp=1619497134779
    http://zd.wangxiao.cn/service/collectusers.aspx?callback=jQuery112407827806591670305_1645182390424&ajax=submit&Type=12&txtMobile
    https://api.shuweikj.com/api/sms/send
    https://i.kabrita.com.cn:443/gotoLogin.do?from=http
    http://btcapi1.gjw.com/BtCApi/Login/LoginSms
    https://www.xxwolo.com/ccsrv/apph5/sendShortMsg?phone
    https://www.ttljf.com/ttl_site/user.do?mthd=getCheckCode&phoneNumber
    http://a.anci60.com//register/sms
    https://wb.amap.com/channel.php?aoscommon=1&callback=_aosJsonpRequest3&urlname=https%3A%2F%2Fsns.amap.com%2Fws%2Factivity%2Fcommon_coupon%2Fsend%2Fverify_code&param=%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
    https://api.dongqiudi.com/v3/useract/app/user/postGottenlCode?phone
    http://api.xbs-soft.com/appManage/app/member/u/sendCode
    http://app.syxwnet.com/?app=member&controller=index&action=sendMobileMessage
    http://m.etrauer.com.cn/index-sendcode.html?uname=122&mobile
    https://openapi.lawtime.cn/bdxcx/common/SendSms
    https://api.qtshe.com/accountCenter/account/V2/fast/login/verifyCode
    https://im.molinsoft.com/validate.jsp?randromid=0.2002692325464066mobileNumber
    https://kgpassport.daojia.com/mobile/getcode?bu=103&mobile
    http://shop.sino-life.com/SL_EFS/memberRegister/sendRegistSmsCode.do?mobile
    https://endpoint.xiaomapeilian.com/aimusic/Auth/register/get-sms-code
    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://ajax.epwk.com/index.php?do=ajax&view=send_code&auth=register&type=mobile&ignore_code=1&callback=jQuery111205847749811473562_1637471090246&mobile
    https://www.haoxin.cn/user/sendcode
    http://www.cnppump.ltd/Service/UserHandler.ashx?cmd=GetTelVerifyCode&Tel
    http://www.cpt-world.com/sendMessageCode1.htm?mobile
    http://yuwanghuigou.com/pub/Login/smsCode?phone
    https://sichuan.95504.net/v4/member/account/sendsms
    http://49.232.119.55/api.php?act=user&key=zRB400ll4L4jZ04JRA&phone
    https://m.f6car.cn/mobile/user/sendCodeMsgByF6SMS/2?phoneNo
    https://market.idcsmart.com/register_phone_send
    http://ntapi.fengkuangtiyu.cn/api/dispatcher
    https://tiankongart.cn/api/login/sendCode
    https://qdfront.pcauto.com.cn/interface/order/send_msg_code.xsp?callback=jsonp1636719079211&phone
    https://route.yuantutech.com/user-web/restapi/common/ytUsers/checkIsReg?phoneNum
    https://www.rqxfj.com/index.php/api/Login/sendsms
    https://queryservice.maka.im/api/v1/verifycodes?type=login&mobile
    http://cci.aihuagrp.com/promote/customer/add
    http://118.24.96.40:8052/api/Base/GetSmsCheckcode?telno
    http://tools.wx6.org/dianhuahongzhaji/?telcode
    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://www.zhiku66.com/wp-content/themes/modown/action/login.php
    https://api.panqiu8.online/api/user/sendCode
    http://my.baihe.com/Getinterregist/getPhoneVerifyCode?jsonCallBack=jQuery18306001467584540825_1439706800918&type=2&phone
    http://rmgj.ruicifang.cn/getyzcode.jsp
    http://www.xmkanshu.com/login/ajaxShort?method=_ajaxShort
    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://icash.baidu.com/static/hiloan/app/static/login/v3Jump.html&charset=UTF-8&tpl=fbuym&apiver=v3&tt=1523953619675&username
    https://mem.mall.lmsh.info/api.php/smssend/send
    https://viptarena.tedu.cn/sem/huabei/demoServerAPI.php?jsoncallback=jQuery1124044197752959008274_1647153172263&phone
    https://account.kaiyanapp.com/v1/api/sms/initialization
    https://m.dgzq.com.cn/dz-wx/bind/sendMessage
    http://gg-app.youyoushenghuo.net/index.php/Home/Tools/sendVerifyCode
    https://www.vpsxl.cn/register_phone_send
    https://api.fxz365.com/auth/sms
    https://api.iyiou.com/api/sms/sendCode
    https://www.guiji.ai/site/sms?type=2&mobile
    https://wap.china0001.com.cn/reg/sendverycode/company=&truename=&mobile
    http://triph.cn/AmRes/com.am.frame.webapi.member.SmsVcode.do
    http://www.zhongqiaokeji.cc:8808/api/msg/sms
    https://sdk.fante.com/user/?ac=sendSmsCode&phone
    https://z12.cnzz.com/stat.htm?id=12800
    https://m.jinying.com/api/send_captcha.php?mobile
    https://app-api.shop.ele.me/arena/invoke/?method=OpenAPIRegisterService.sendVerifyCode
    http://www.cta613.org/sendsms.php
    http://s11.cnzz.com/z_stat.php?id=1257123409
    http://group-prd3-live.easyliao.com/live/1/12704/chat/freeCall?cusId=AI-ylaijqr-new&phone
    http://m.tiantang6.com/mobireg/checkuname
    https://digital-official-api.dongfeng-nissan.com.cn/nissan/api/auth/verify-code?mobile
    http://m.huashengju.com/?c=checkcode&a=getCode&m=api
    http://xuanhao.myyb100.com//webapi/geticode.jsp?userid
    https://login-user.kugou.com/v1/send_sms/?appid=1058&mobile
    https://47.89.9.199:8080/api/v1/user/mobile/check
    http://xlj.duncan12.com/prod-api/mer/sms/register?type=0&phone
    https://sub-api.mrrck.com/api/common/getValidateCode
    https://gateway-web.maodou.com/ncmall/uc/api/sms/getCode
    http://reg.suning.com/srs-web/ajax/code/sms.do
    https://luxchange.cn/api/sms/verifyCode/send?mobile
    https://vipwx.robam.com/robam-api/common/sms/code
    https://www.zrloan.cn/flowapi/dz-api/clue/send-verify-msg?tenantId=512564&phoneNum
    https://guanjia.10010.com/front/auth-register/verification-code?mobile
    http://feileniao.com/verification/sign_up
    http://home.aopa.org.cn/jiekou/ass/user/send-sms
    https://gd.10086.cn/easy/product/order/getValidateRndCode.jsps?commCode=LLKC300&merchantCode=GD&mobile
    http://api.hanju.koudaibaobao.com/api/user/verifyMobile?country=%2B86&mobile
    https://m.wanzhoumo.com/proxy?api_path=%2Fuser%2Fmobilelogincode&v=3.0&fields_version=3.3&mobile
    https://msgo.10010.com:443/lsd-message/send/captcha/phone/v1?phoneNumber
    http://www.iqdedu.com/app/?app=member&controller=index&action=sendvcode&mobile
    https://www.qbedu.com/edu_cloud/sms_send
    https://api.passport.pptv.com/snsms/sendcode?_source=ppsports&apptype=android&appversion=1.0.7.1&deviceId=7433976558071546231901338_vx768bn3ieimjk1n3g5opc7w&terminal=APP&phoneNumber
    http://bdp.haoyisheng.com/bdp/checkCode/getChkCode?timestamp=1600272327075mobileNum
    https://b2c.csair.com/portal/smsMessage/EUserVerifyCode
    http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&amp
    http://web.xmgzc.com/login/check/sendCodetoTel
    http://www.hongbeixin.com/user/sendMsg
    https://m.aihuishou.com:443/n/dubai-gateway/common/sms-captcha?mobile
    https://weixin.bangnijiao.com/domain/code/getauthcodenew.do?type=2&phone
    https://tp.cainiao.com/alps/crm/clue/smsVerifyCode?tel
    http://5.hongzhaji.vip/api.php?act=user&key=973406209&phone
    http://175.6.12.93:8036/aicg/vc10001.action
    http://passport.ccqmxx.com/sms/send.html?callback=jQuery20006048738112151739_1639742854166
    http://wo10010sh.cn/ticket/?a
    https://www.lbtek.com/register/verify/send.html
    https://www.chinaharlan.com/send_mes
    https://www.1dagong.com/Login/sendCode?mobile
    https://ke.wooffice.net/api3/h5/sms_code?mobile
    http://h.zy40.cn/dx/index.php?hm=113
    http://edms.fcbox.com/hibox/weixin/getVerifyCode?mobilePhone
    https://openapi.book118.com/index.php/api/code/getmobilecode.html?mobile
    https://m.umu.cn//passport/ajax/account/sendsms
    http://www.hotouzi.com/register/register_sms.html?telephone
    https://account.youku.com/?callback=http%3A%2F%2Fwww.youku.com%2Fprofile%2Findex%3F__rt%3D1%26__ro%3D%26mobile%3D
    https://h5.fireflybao.com/api/process/sendAuthCodeFour
    https://qiye.biyeshen.cn/interface/api/user/sendcode
    http://www.totoxia.cn:80/Login/GetVerificationCode?phone
    https://jdapi.jd100.com/uc/v2/getSMSCode?account
    http://member.jianshe99.com/uc/thirdParty/sendMsg?jsonpCallback=jsonp1625020499000&mobilePhone
    https://passport.ciwei.net/passport/Api/user/mobileCode
    https://m.atomychina.com.cn/cn/api/account/certification
    https://m.10010.com/god/AirCheckMessage/sendCaptcha
    https://weixin.wts999.com/source/collect.do?mobile
    http://www.00800.com.cn/cnhs/wqproject/index.php?app=public&mod=Passport&act=sendmsgEx&area_code=%2B86&phone
    https://kcxtwapi.feierlaiedu.com/api/v1/sys/sms/mobile/new
    http://biz.sandnes.cn/msgapi.php?phone=107
    https://api.xiaoxiangyoupin.com/v2/sms/getLoginSmsCode.json
    http://www.weimaiyy.com/register/sms?t=0.6886729517940704&phone
    https://nwbapi.newband.com/api/sms/sendCode?apply=leads&phone
    http://www.zhudian.site/Index/Member/findPasswordSms
    http://member.med66.com/uc/smscode?phone
    https://ds.js.design/users/sms/code
    https://m.tk.cn/member_api/?api_s=member.sms&api_m=smscommonsendsms&params=%7B%22mobile%22
    https://51tiaojiu.com/mobile/login/get_phone_code.html?user_phone
    http://47.242.125.125:6914/getVerify?mobile
    http://www.txooo.com/Txooo/Main/BusinessRequirement/Ajax/BusinessRequirementAjax.ajax/SendMobileCode?mobile
    http://front.lianstreets.com/api/core/H5/jiyan/public/register
    https://api.shuzicangpin888.com/code/code?mobile
    https://bbs.leyuz.net/index/user/get_verify_code
    http://chao-sou.com/service/sendsms.php?type=reg
    https://api.nftboxpad.com/app/user/sendMsgCode?tel
    https://apppro.bjsubway.cc/metroAPP/api/cas/sendcode
    http://hou.myyb100.com/webapi/geticode.jsp?userid
    https://app.xt-kp.com/user/marketing/sendRegisterVerification
    https://igetcool-share.igetcool.com/mall-server/api/smscode/sendSmscode
    https://nmg.inspurhealth.com/sso_login/api/v2/user/quick/sms/mobile
    http://api.bangtuike.com.cn/api/v1/account/captcha?phone=13124654461112
    https://yun.2ov.xyz/api.php?hm
    http://www.daniujiaoyuxuexiao.net/ajax/addmsg.ashx
    https://ccapp.cib.com.cn/mkt/api/activity/coupon/presms.json
    http://user.eisong.com/home/getMobileCode
    https://live-room-app.magicube.pro/api/v1/client/auto/sendSms?mobile
    https://wzwap.myzx.cn/api/apps/uv1/public/sendMsg
    https://mcp.80vps.com/register_phone_send
    https://mall-cashback.tinman.cn/noRight/campaign/send-verification-code?phone
    https://mpaas-mgs.aliyuncs.com/mgw.htm
    https://www.zlnft.cn/api/krshop/sms/send
    https://edu.sd.chinamobile.com/v2/unite.do?action=sendValidate&_ajax=true&&mobile
    https://pro-api.vfinemusic.com/captcha/sms
    http://api2.cloudlinks.cn/Users/PhoneCheckCode.ashx
    http://jyw.vhujao.cn/m/reg/motregchk.php?mob
    http://hm.zkhmrycc.com/api/wanlshop/sms/send?event=register&mobile
    https://app.yinxiang.com/SendOneTimePassword.action
    http://m.021qingxi.com/capi/v1/company_account/send_siteuser_signup_token
    https://account.sogou.com/wap/smsCodeLogin/sendSms
    http://qxf.sh.gov.cn/310115/sms.sendSmsCode.do
    https://www.baoxiaohe.com/api/v2/users/getcode
    http://www.9ymw.com/user.php?act=zccode&username
    http://m.10010.com/mall-mobile/CheckMessage/captcha?phoneVal
    http://m.jinying.com/api/send_captcha.php?mobile
    https://pt.fantanggame.com/v1/user/send_catverifycode
    http://wsxf.hunan.gov.cn/zfp/sendvalidatecodeservice/sendcode?theme=none
    https://39.106.39.190/index/login/sendCode
    https://h5.jiusel.com/api/user/login/sendVerificationCode?iphone
    https://pc.zhaocaidan.com/LoginShops/SendCodeByReg
    https://m.scxm199.com/api/common/sendSms
    https://www.zstack.io/account/site/send-smscode?to
    https://www.zhuhungame.com/login/getCode
    http://www.gangaimall.com/mbb-web/api/account/code?mobile
    https://satapi.fcysat.com/index/nuser/sms_send
    https://qdfront.pcauto.com.cn/interface/order/send_msg_code.xsp?callback=jsonp1650341265394&phone
    http://m.anjuke.com/general/sendphonecode?phone
    https://www.kujiale.com/api/useraccount/sms/switch/sendsms
    http://tel.kuaishang.cn/calld.php?fromurl=http
    https://info.weimiaotj.cn/index.php/Home/Base/SendCode.html
    https://www.tzqc.net//api/user/UserIndex/sendSms?client=app&type=quickLogin&mobile
    http://user.daojia.com/mobile/getcode
    https://ls.zhonglunnet.com/zl.reg.yzm.sendyzm/1.0.0/action
    https://id.qy.baidu.com/esvr/v3/common/checkMobile
    https://woxiangkaidian.com/alps/crm/weixin/sendVerifyCode?phone
    http://u65111.com/API/Common/GetPhoneVerifyCode?phoneNo
    https://www.hainanwangdai.com/api/v1/user/agreement/privacy/status?utmSource=yrd_m_web&phone
    http://m.ihuashi.cn/index.php?act=connect_sms&op=get_captcha&nchash=1&type=1&phone
    http://www.maimaishichang.com/m/reg/motregchk.php?mob
    https://jiekou.mqmpm.cc/api/hz/?act=hzapi&apikey=INNY3krkl3lhtlnrid&phone
    https://www.drivedu.com.cn/mp/recommend/sendCode
    http://www.xmrgo.com/mobile/index.php?act=connect&op=get_sms_captcha&type=1&phone
    https://nftapiv3.zhyell.com/api/home/sendcode
    https://home.51cto.com/third-mobile/get-mobile-code
    https://passport.vivo.com.cn/v5/smsLogin/p1
    http://bjdcapi.bjnews.com.cn//auth/send_mobile_code.php?mobile
    https://newsimg.5054399.com/wzlm/app/qmsq/css/style_e1.css
    http://hr.yuanfudao.com/personal-center/candidate/loginAuthCode
    https://www.shencut.com/api/v3.0/code?length=short&mobile
    https://www.yadea.com.cn/home/shopping/sendsms.html
    http://pay-api.haofangame.com/htmlApi/htmlVerifyCodeTwo.jhtml?callback=jQuery112103513030307658982_1619586844549&phoneNum
    https://consoleapi.guangdianyun.tv/v1/Passport/Index/sendSmsCode
    http://newapi.88zhaobiao.com/api/v1/user/send-code?phone
    https://api.betopfun.com/betop.php
    http://api.midukanshu.com/auth/mobileVerify
    https://api.ketui.cn/common/sms/captcha
    http://www.zdtx123.com/data/api.svt?f=zdtx.message.sms.verifyCode.send
    https://api.zhulisq.com/cloud/sms-middleware/account/sendVerifyCodeForM?timestamp=1634353700849
    https://bentuone.com/api/v1/account/send_mobile_validate_sms
    http://169.129.115.77/api/index/submit?key=6275aedd79040b27077c3fa2fc718db6&phone
    http://api.shareinstall.com.cn/login/sendmessage
    http://app.guordx.cn/user/sendSms
    https://admin.etcservicecenter.com/Home/Index/getVerification
    https://mp.sfccn.com/dynamic/user/SMScheck
    https://m.178hui.comnX
    https://home.hiwork.com/api/sms
    https://reg.hexun.com/ajax/login_ajax.aspx
    https://47.102.103.32/api_backend.php?r=index/sms
    https://wechat.todesk.com/api/phone/phonecode
    https://sso.agora.io/api/verify/sms?phone=%2B86
    http://svr.cnoa.cn:80/api/sms.oatry.user.php?jsonpcallback=jsonp1480990856832&task=send&mobile
    https://mla.iccec.cn/apis/mla/users/signup/mobile?mobile
    http://passport.y3.cn/webapi/v1/verify/code?phone
    http://www.lknet.ac.cn/sms/send.asp?m=send&mobile
    http://app.szqd2020.com:3000/smartdial/sms/login
    https://m.huajuanmall.com/login/getMobileLoginCode
    https://www11c1.53kf.com/impl/rpc_callback_phone.php?from=visitor
    http://www.edu-edu.com/cas/web/message/send?phone
    http://www.1637.com/send_msg.html
    http://m.gjw.com/BtCApi/Login/LoginSms
    https://b2c.csair.com/portal/smsMessage/ESocialMediaVerifyCode
    https://zpbx.tangnale.com/api/sms/register/code
    http://core.ddcash.cn/gateway/common
    http://idc.jushang8.xyz/register_phone_send
    https://mini.guaiguaitech.com//surname/camp/member/gainGainCaptcha?phone
    http://www.jiedai315.com/SendCode.ashx?Mobile=13124654461&Identifier=6110
    http://m.baixiu.org/Inc/ajax/IsRegister1.aspx?mobile
    http://user.daojia.com:80/mobile/getcode?mobile
    http://www.jiedai315.com/SendCode.ashx
    https://pass.hujiang.com/v2/api/v1/sms/send?action=SendMsg&mobile
    https://mh2.mynkj.top/api/sms/send
    http://www.51taodj.com:3001/common/sendSms
    http://www.shweilao.cn/smz-views/index/sendMessage
    https://member.ouyeel56.com/wl-ttp-web/member/sendRegisterVerificationCode?mobilePhone
    http://hjddhb.goldpartner.com.cn/app/index.php?i=2&c=entry&m=microb_redpack&do=index&op=sendmsg&wxref=mp.weixin.qq.com
    https://www.51aspx.com/sso/SendSmsTokenForRegist
    https://api.qsdxb.com/dxb-member/v2/get_sms_code_web?mobile
    http://cloud.hw-ai.com/web/users/registry/sms?phone
    https://passport.api.loverenren.com/rest/2.0/passport/user/user/send_my_sms
    http://www.chemanman.com/api/Loan/Loan/pclientApply
    http://45.138.70.101/hz1/api.php?act=msg&user=859183&phone
    https://api.fangzhiliao.com/api/verify/getVCode
    http://hz.xihils.com
    http://data.miandoudou.com/member/demo/sendSms.php
    http://uniwechat.saicskoda.com.cn/wxPage/WebHandler.ashx?userid=oeXPu5-_nc6Yr6JmU8vj720WZ6wg&toid=08161&type=sendsms&tel
    https://account.niu.com/v3/api/auth/verify/code?mobile
    http://api.90duart.com/api/user/sendVerifyCode?phoneNum
    http://srmemberapp.srgow.com/sys/captcha
    https://server.huanxiang.pro/api/sms/send
    https://www.sozdd.com/szdd_trunk/register/sendSMS.json
    https://passport.traveldaily.cn/Login/SendCode
    http://www.ce999.cn/api/sms/send.html
    http://www.dreamtime.art/api/user/sendLoginSms?mobile
    https://sankuanyun.com/register/sms?phone_number
    http://1.13.3.211:8001/main/user/app/sms?appKey=lnslm.byjjq.com&appMarket=_360&deviceId=123&phone
    http://dev.eventwang.cn//User/getRegistMobileVerify?mobile
    http://m.xymens.com/index.php/Home/User/send_code?mobile
    https://app.webuy.ai/sesame/sendAuthCode?mobile
    https://ns.huatu.com/u/v2/users/captcha
    http://my.qixianidc.cn/index.php?m=api&c=sms
    https://m.ocj.com.cn/customers/fieldCheck
    http://m.xymens.com/index.php/Home/User/send_code?token=caa441f820c1bd35f41bd0a8b4dc0596
    http://u.fjlib.net:81/onecard/portal/sendValidate
    https://jf.10086.cn/cmcc-web-shop/user/buildAuthVerifyCode
    https://codemart.com/api/account/verification-code
    http://www.baojia.com/Home-User-register
    http://119.4.40.32:10010/ctl/member/register/registerRandom?mobile
    http://qxf.sh.gov.cn/310112/sms.sendSmsCode.do
    https://ongyun.cn/register_phone_send
    https://m.baixiu.org/Inc/ajax/IsRegister1.aspx?mobile
    http://www.longone.com.cn/servlet/user/Register?&function=AjaxGetPin1&mo
    https://jdapi.jd100.com/uc/v1/getSMSCode
    https://www.parcelchina.co.uk/user/sendtelcode
    https://www.ymw.cn/sendinformation/validatecode.html
    https://www.51zhishang.com/user/do_send_mobile_code?callback=jQuery1112004811598665118888_1614312573988&usage=douyin&mobile
    https://www.juhe.cn/sendsms
    https://www.fotor.com.cn/api/user/smsCode/getCode
    https://www.edu-edu.com/Home/GetValidityCode?phone
    https://my.16888.com/?mod=register&extra=mobileCode
    https://www.skyworthev.com/api/thirdSms
    http://api.sms.cn/sms/?ac=send&uid=sun98&pwd=5a509d25c595fcec2561652992f1915b&template=542423&mobile
    https://wx.xueliyi.com/m/user/shouji
    http://hz1.18db.xyz/api.php?act=user&key=WaaBV7DGg77CwL6Lal&phone
    http://112.25.171.120:8044/api/webapi/code/getcode
    https://shop.jetour.com.cn/mobile/sendmobilecode.htm?mobile
    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://www.pmzaojia.com/Ajax.ashx?rd=0.19649457254559954
    http://api.passport.pptv.com/checkImageCodeAndSendMsg?cb=jQuery1124039712228478511036_1532751449216&aliasName
    https://www.soliao.com/getPhoneVerifyCode?account
    http://api.passport.pptv.com/snsms/sendcode?cb=msSendCode&phoneNumber
    http://apply.shanghaitech.edu.cn/frontend/js/UserProcessHandler.ashx
    https://66.xn--kiv58k544a.site/api.php
    https://www.iamyun.net/man/a/sys/register/getRegisterCode?mobile
    https://android-api.chanshike.cn/api/send_code?phone_number
    https://dapi.jingjingbang.cn/wechat/api/login/get-code?phone
    https://www.51hengsheng.com/proxy/verify
    http://60.205.145.205:9980/reg_code
    https://app-gw.365ycyj.com/UserApi/50000/GetSMSCodeByWeb?tel
    https://speech.10jqka.com.cn/info/api/v3/auth/get/signcode?userId=-1&mobile
    http://app.syxwnet.com/?app=member&controller=index&action=validate&do=mobile&mobile
    https://webapi.snowmusic.com.cn/api/user/register/validCode
    http://ai.dearjie.com/RegisterAshx/GetPhoneVerCode.ashx
    http://cuckooshop.cn/SMS?phone
    https://z12.cnzz.com/stat.htm?id=1280063424&r=&lg=zh-cn&ntime=1632490428&cnzz_eid=1185173797-1632490428-&showp=424x906&p
    http://mobile.iqihang.com/api/v2/user/send-sms?phone=13826653452&cmd=20&verifyCode=http
    https://gw.n8n8.cn/oabase/api/passport/register/sms/send
    https://5.9188.com/user/sendSms.go?mobileNo
    https://b.jianbing.com/51act/api/partner/captcha
    http://www.ahtba.org.cn/Registration/SendSms?phone
    https://www.cdxlxs.com.cn/ebusiness/front/regist/checkMobile.do?mobile
    https://huichuan.sm.cn/callback/ms/sma
    https://sjapi.dengniapp.com/auth/sendcode?mobile
    https://www.nio.cn/marketing-leads/api/v1/sms
    https://www.huaicaijob.com/Index/send_mobile_code.html
    https://api.youyuanmall.cn/api/passport/smsCode
    https://www.donews.com/login/getcode?tel
    https://biz.axiwenhua.cn/jeep/api/verifyCode?phone
    https://www.lx598.com/dx/sys/test/tryTest
    http://www.a8q.cn/?sjh
    http://shop.sissyun.com.cn/Account/GetMobileVerifyCode
    https://www9.53kf.com/impl/rpc_callback_phone.php?from=visitor
    https://centerapi.qschou.com/passport/common/sms/send
    https://www.uuch.com/customer/account/sendsms
    http://www.12chu.com/reg/sendCode.jhtml?mobile
    https://m.qgyyzs.net/common/ajaxDataOut.ashx?sj
    https://wx.kaikeba.com/opencourseapi/common/code
    https://www.wuylh.com/userreg/commons/getsmscode
    http://hz.beiyuidc.cn/api/index/submit?key=b3b8819d0e71e9be606169c48ad3bed1&phone
    https://api.qtshe.com/accountCenter/account/fast/login/verifyCode
    http://b2c.csair.com/portal/smsMessage/EUserVerifyCode
    https://liuyan.people.com.cn/getCode
    http://47.96.141.190:8080/app/common/sendSMSCode?telephone
    https://www.deppon.com/phonerest/sendPhoneCode/login
    https://m.lkcoffee.com/capi/resource/m/sys/base/validcode?queryParamsStr=%7B%22mobile%22%3A%22
    https://www.jszypt.com/wx/member/getSmsCode
    https://gafxchatapi.wbp5.com/api/ValidateSmsApi?countryCode=6541&phoneNumber
    https://gwbk.zhongan.com/dmapiv2/za-dm-insure/dm/user/sendSMGCode?mobilePhone
    http://cs.hongzhaji.vip/api.php?act=user&key=Bn8JZm3QYzgL80y4L1&phone
    https://m.chinawutong.com/ashx/SendSMS.ashx?code
    https://smallprogram.sunlands.com/camp-prod/append/web/index.php?r=login/sms&tel
    https://u.house.ifeng.com/getVerifyCode?_=0.38838852170651417&_t=1565612980&verifyCode
    http://www.baixing.com/wap/oz/verify
    https://ihealth.zhongan.com/api/whale/v1/H5/gift/message/sendSmsCode/1000000003
    https://danjuanapp.com/djapi/services/sms/send-verification-code
    http://sms.jwlcn/api.php?act=user&key=511SbU21b3I511ib1Z&phone
    http://www.xd.com/users/sendWebRegCode?callback=jQuery110208424835141365408_1600270044866&mobile
    https://bx.wts999.com/captcha/send/captext
    http://www.zhaotuu.com/user_sendCode
    https://www.cdkelong.com/api/auth/public/login/verifycode?mobile
    http://www.ttljf.com/user.do
    https://hdh.10086.cn/common/validationIP?phone
    http://api123.jushike.net/app/sms/send?mobile
    http://passport.ctrl.cn/sms/reg?mobile
    https://www.haoyidai.com/index/index/consult?mobile
    https://app.cdzcar.com/drive/index/get_code?phone
    http://uc.casicloud.com/new/code/send_mobile_verifycode
    https://pg.eeagd.edu.cn/ks/public/kszc/zcyzm.jsmeb
    https://www.zhongqiaokeji.cc:8808/api/msg/sms
    http://www.qmxgz.cn/api/Sms/send?phone
    https://www.ixueto.com/Passport/Handler/RegisterHandler.ashx
    http://api.bangtuike.com.cn/api/v1/account/captcha?phone
    http://mobile.ehmall.com.cn/index.php?act=login_mobile&op=register_send_mobile_step1
    http://www.shejiyue.com:8080/SjyWebService/sendQuickCode.do?mobilePhone
    https://vip.jd100.com/service/usercenter
    http://mall.800890.com/api/common/getcode
    https://www.smyfinancial.com/api/getDyncode
    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://newsimg.5054399.com/js/jq/lzimg.js
    https://www.singer-wsc.com/getcode.php?tel
    https://open.shenailp.cn/api/v1/common/sms/send
    https://admin.gglaisong.com/notoken/user/mobile_verification_code?mobile
    https://68.vrm.cn/page/sms-code
    http://www.deego.com.cn/mobile_sms_code.htm
    http://www.xunfei.cn/user.php?act=ajax_validate_sms
    https://www.diancang.net.cn/api/sms/send
    https://www.lvfacn.com/user/verification_code/reg_send.html
    http://sso1.nlc.cn/sso/currency/sendCodeToMobile?mobile
    http://passport.vivo.com.cn/v5/smsLogin/p1
    http://www.51zouchuqu.com/sms/send?mobileNo
    http://124.223.25.227/hz2/api.php?act=msg&user=859183&phone
    https://ls.zhonglunnet.com/zl.reg.yzm.sendyzm/1.0.0/action?account
    https://jdapi.jd100.com/market-service/v1/retainPage
    http://wx.wkshare.com/common/sendSmsCode.jhtml?mobile
    http://passport.csdn.net/account/mobileregister?action=sendMobileCode&mobile
    https://api.xsynft.com/web/client/create?phone
    http://marketing-landing-api-2.edusoho.com/page_api/sms_codes
    https://www.345idc.com/register_phone_send
    https://member.jianshe99.com/uc/loginRegister/sendMsg?jsonpCallback=jsonp1619547710000&mobilePhone
    https://www.baitongshiji.com/login/sendRegisterSMS
    http://www.udache.com/app/mQuickReg/getSmsCode?phone
    http://www.fymnad.com/save.php
    http://mayi-api.91ants.com/shared/sms/code?mobile
    https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery183018066339418540722_1589810779142&phone
    http://m.qibangbang.com/sms/getSmsCode?mobile
    https://www.geelycv.com/api/api/ucenter/loginsendphone?phone
    https://api.gzb001.com/mobile/sms?mobile
    http://47.89.9.199:8080/api/v1/user/mobile/check
    http://app.qinghuishou.com/api/auth/v1/code?tel
    https://www.minpion.com/web/sendCode
    http://w.you-api.icu/api/hz?apiKey=78a2f4ec790881d9776e83d04e45168b&phone
    https://app.webuy.ai/greatsale/user/sendAuthCode?mobile
    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://byrapi.yunjijiaoyu.club/user/sms/send
    http://hou.myyb100.com/webapi/usermanager.jsp?operatype=1&userid
    http://www.zjzxts.gov.cn/sendMsg.do?modelMethod=sendMessage&phonenum
    https://www.maycur.com/api/web/captcha/phone
    https://console2.talk-fun.com/sms/send/captcha
    http://rst.qinghai.gov.cn/qhrst/sign/captcha
    https://login.11h5.com/account/api2.php
    http://energy.chinatowercom.cn/ikeawell_charge/ikeawell/moble/user/getValicode?cellphone
    https://www.nswyun.com/api/usercode.php
    https://user.maxlaw.cn/ajax/mcommon/CheckCodes
    https://818ps.com/site-api/send-tel-login-code?num
    https://www46.eiisys.com/impl/rpc_callback_phone.php?from=visitor
    http://walk-prod.bohanyuedong.com/api/message/sendV2?phone
    http://47.102.103.32/api_backend.php?r=index/sms
    https://xorain.com/register_phone_send
    http://yingchuang.tuokelao.com/api/webapi/sendsms/phone
    http://www.diyibaokao.com/NoteSend/Ajax.aspx?Action=post&Phone
    http://fc.61info.cn/fc-fission/o/v1.0/experience/sendInternalCaptcha
    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
    https://merchant.ule.com/merJoinInPersonal/login/sendSmg.do
    https://bbs.cgmomo.com/sendRegCode
    https://www.swcbg.com/api/Login/getRegisterVerify
    http://aliyizhan.com/phone/marketfindCode.action?equipUUID=2fc5ae11-6d7c-3efb-ac8a-b51e0fb9f881
    https://xiongmao.xmsc.art/api/sms/send
    http://user.memeyule.com/authcode/send_mobile?china=true&mobile
    https://mall.bydauto.com.cn/api/comom/sendVerifyCodeSms
    http://m.zuidijia.com/public/duanxin/index.php?type=fasong&yuyin=yes&shoujihao
    https://login.nio.comnSec
    https://www.ixueto.com/Passport/Handler/LoginHandler.ashx
    https://bjuser.huanyingzq.com/api/getverifycode.ashx
    http://app.watures.com/gunsApi/user/code
    https://bigschool.seapard.com/index/send-code
    https://user.daojia.com/mobile/getcode?mobile
    http://login.user.kugou.com/v7/send_mobile_code?dfid=-&signature=1041cff01ac14ea18c1d0b214973ed8d&appid=3118&mid=168881201564633386460424341175708639248&clientver=1763&clienttime=1651974109&uuid=1f2e3a1aad4b60a2d0246f48a9369bca
    http://jxcps.sinopec.com/sms/createSMS
    https://96123.bmncc.com.cn/bjtt-subway-member/api/member/sendValidationCode
    https://accounts.douban.com/j/mobile/login/request_phone_code
    https://www.ckmobian.com/api/login/sendCode
    https://editor.588ku.com/site-api/send-tel-login-code
    https://www.fdiprotection.cn/api/sms/send
    http://m.bzfxw.com/e/ecmsshop/mobile
    http://www.lookedu.com/account/getsmscode.do
    https://wap.ziyimall.com/v2/login/loginsms.html
    http://3.hongzhaji.vip/api.php?act=user&key=973406209&phone
    https://www.sensorsdata.cn/api/passport/sms/quest_new
    http://v.zzstep.com/user/ajax/sendPhoneRegisterOrLogin
    https://www.weidai.com.cn/regs/mobileCode.json?_api=reg.mobileCode&_mock=false&_stamp=1639512275611&mobiles
    http://www.meisupic.com/user.php?act=ajax_validate_sms&bizcode=11&captcha=type=5&mobile
    https://m.qt.hrse.com.cn/sms/register?phone
    https://sso.xfyun.cn/SSOService/login/phone/check
    http://passport.kedou.com/front/swpaysdk/sendRegActiveNo.htm?mobile
    https://health.tianjinhealth.cn/sso_login/api/v2/user/quick/4sms/mobile
    http://www.159talk.com/user/regnum.html?phone
    https://www.nft02.cn/api/getZcCode?mobile
    http://xst.520xst.com/xst/getCode
    http://geometryauto.com/api/nev/personalcenter/sendloginmessage?mobile
    http://vcontest.mysmartedu.com.cn/index.php/First/Member/mobileCode/type/1.html?mobile
    http://275.w275.xyz/qqcx?qq=3373798457085
    http://gc.guocangart.com/guocang/index.php/home/sendmessage/md_message
    https://newsimg.5054399.com/wzlm/app/qmsq/js/clipboard.min.js
    https://www.bangkao.com/register/checkPhoneIsRegister.action
    http://api.xbxxby.xyz/api.php?act=user&key=qiaohe&phone
    http://www.ekaotianxia.com/ChkPhoneCode.aspx
    https://esp.toyota-leasing.cn/cpa/api/sms/getNote?phone
    http://www.zbdedu.com/api/public/sms
    https://sso.kczg.org.cn/strongsms/sendVoiceCode
    https://ajk.ihealthlabs.com.cn/message/get_msg_code
    http://sy2.mjkfw.com/index.php?s=gbook&a=ztpost
    http://m.jiaoshizhaopin.net/user/send_code
    http://www.zszjqa.com/Consult_App/rest/user/validate
    http://103.151.4.54/api.php?act=user&key=3225805875&phone
    https://service.wzhxlx.com/wwyy/ceping/sendCode
    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://ihealth.zhongan.com/api/whale/v1/H5/gift/message/sendSmsCode/1000000003?phone
    https://admin.tmgolf.cn/index.php?r=api/GetCode&tel
    https://vip.meishubao.com/ke/smscode.php
    https://onefoundation.cn/sms/code/login
    https://api.zhaotu.com/register/sms.html
    http://trial.edusoho.com/make_sms_code2
    http://agw.4gdh.net:2001/1.0/4g/account/check_and_code?auth_type=key&data=phone%3D
    https://wapi.hxsd.com/api/verify_get_code
    http://www.lingjianzhi.com/app/user/sendMobileCode
    http://www.iqihang.com/api/v2/user/send-sms?phone
    https://www.in9ni.com/wap/home/verifycode
    https://mallapi.yofogo.com/biz-mall-application/v1/user/verifyCode/getVerifyCode?phone
    http://shop.shtv.net.cn/ShopWeb/Ajax/ChkSMSCode.ashx?t=0.016637186912638713&MobileCode=&type=user-registerphoneNo
    http://www.hedongli.com/web-mall/userCenter/dealerRegister/sendPhoneValidCode?phoneNum
    https://igetcool-share.igetcool.com/app-api-user-server/white/sms/smscode.json?phone
    https://passport.yceduyun.com/passport/cg/smsRegPhone
    http://hz.luoch.xyz/api.php?act=user&key=31J1BJ7X359Kj1RZV3&phone
    http://api.pinzhishangcheng.cn/user/sendValidCode
    https://m.jiajiao114.com/index.php?m=home&c=SendMessage&a=index
    https://passport.dapengjiaoyu.cn/voiceCode?mobile
    https://zjtj.fkhongdan.com/hongdan/user/sendVerCode.action?phoneNum
    https://www.jocoai.com/ddmk/login_app/dd_user/send_sms_ddkt
    http://www.qianwang365.com/uc/ajax/obtainSecurityCode4Regist.html?qianwangWebMonitor=&type=qb&username
    http://www.yunzhijia.com/home/register/code
    http://wan568.xyz/ms/jquery.all.js120
    http://account.bol.wo.cn/cuuser/cuauth/smscode?mobile
    https://receive-course.dapengjiaoyu.cn/quantity/api/send/mobileCode?mobile
    https://vip.jd100.cn/service/usercenter
    http://new.zwfw.itl.gov.cn:10240/api/common/getPhoneVerifyCode
    http://t.zhaicuoben.com/role/VerifyAction.a?phoneExist
    https://poii.iin.cc/App/Register/PhoneCode?phone
    https://webapi.account.mihoyo.com/Api/create_mobile_captcha?action_ticket=&action_type=regist&mobile
    http://passport.cnmo.com/index.php?c=Member_Ajax_Register&m=SendMessageCode&Jsoncallback=jQuery18301483604325027934_1570445210207&mobile
    http://www.52hua.cn/wap/index.php?act=login&op=send_mobile_login
    http://zg99.offcn.com/index/chaxun/sendmsg?actid=40386&callback=jQuery111306786107026988504_1627575799465&phone
    http://jyqb.jyqb168.com/registerH5/registerCode?phone
    https://h5.hetao101.com/shop/v1/sms/send_code?phone_number
    https://mweb.dongao.com/member/mobileLoginSendCode?mobilePhone
    http://gwbk.zhongan.com/dmapiv2/za-dm-insure/dm/user/sendSMGCode?mobilePhone
    http://zwfw.hunan.gov.cn/hnvirtualhall/realnamedxyzdo.jsp
    http://www.super8.com.cn/Ajax/HotelInterface.ashx?action=sendmsg&mobile
    https://www.gaotu100.com/api/v1/user/sendPasscode
    https://scapi.taodingding.com/getCode?phone
    http://www.xuefu.com/send/register/code
    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://gl.dayday521.com/addons/yun_shop/api.php?i=1&mid=0&type=5&shop_id=null&route=member.register.sendCodeV2&mobile
    http://yesno.com.cn///api/moor/webcall.html
    http://mpass.aoyou.com/api/GetApiData
    https://app.yfb.qianlima.com/yfbNativeApp/account/getPhoneCode
    http://www.hanmeiju.com/memberverify/ajax/sendVerify.do?compType=member_register-15337078706993653&verifyType=SMS&value
    https://haojiazhang123.com/api/web/weixin_mp/send_phone_msg
    http://shop.jetour.com.cn/mobile/sendmobilecode.htm
    http://account.ilongyuan.com.cn/index.php?s=/home/user/verify.html&random=0.8012450194754068&client_id=&verify
    http://vip.timesawards.com/Method/getAuthCode?target
    https://passport2.cngold.org/account/checkMobile.htm?callback=jsonp1619233219696&mobile
    https://z12.cnzz.com/stat.htm
    http://park.chemi.ren//serverpark/index.php/Api/Mobileapi/getCode?phone
    http://api.pangxiaolu.com/pangxiaolu/user/code?mobile
    http://craftsman.zhuanxingai.com/api/app/popup.html
    https://common-api.471.cn/api/tools.sms/send
    http://lan.labgic.online/api.html
    http://glzx.yonghui.cn/newvss/vssService/RegisterAction.do?method=getCheckingCode
    http://android.cunzhangjianggushi.com/v1/login/send_validcode
    http://app.yangkeduo.com/proxy/api/api/sigerus/mobile/code/request?pdduid=0
    https://tyrz.zwfw.gxzf.gov.cn/portal/veryCode/smsCode
    https://api.xsynft.com/web/client/create?username=&nickname=&phone
    http://mall.juzifenqi.com/termi/sendVerifySMSVH
    https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery19006761397961246309_1628833935682&mobile
    http://wap.10010.com/mobileService/tuiguang/sendMsg.htm?mobileNumber
    https://api.hellonft.art/Basic/getLoginMsg?phone
    http://www.baixing.com/m/oz/verify/?fromS9=1&identity
    http://www.138job.com//Register/SendMobile?mobile834dad
    https://jx.jinxinzhanye.com/sq-api/api/getCode?phone
    http://eof.log.fanxing.kugou.com/fx_dbcenter/multi/v2/post?sign
    http://m.clsgz.com/login/check/sendCodetoTel
    https://shucang-yy.kpguubi.cn/api/sms/send
    http://api.rela.me/v1/sms/sendcode-newformat
    https://report.iimedia.cn/common/getMsg
    http://sgpmpc.wlthjy.com/index.php?m=guestbook&c=index&a=telphone
    http://web.enjoysms.cn/do/safecode.do?0.4155260914653185&VerifyCode
    https://wm.makeding.comnX
    https://www.hs00001.com/List-Send
    https://api.eol.cn/sdx/api
    http://www.shujuju.cn/register/send_code?is_phone=true&value
    https://cdn.xygtea.com/downloads/avatar/a48
    http://cs.huiguan.com/ocsmer/ajax/sendSms
    http://boss.easyliao.com/boss-inner-admin/self/register/send?phone
    http://m.lyrce.net/smsreg.php?YSJ
    http://www.zoneidc.com/user/sendmobi.asp?mobi
    https://api2019.gxtv.cn/sms/singleSend
    https://www.sjrc.com.cn/index.php?m=mobile&c=members&a=reg_send_sms&_
    https://wechat.saicskoda.com.cn/api/index.php?c=rsePush&m=commonleads&jsoncallback=jQuery351029150392154847826_1616165642224&channelid=60003&realname=
    http://m.qiuyi.cn/dengta/Sendmessage/sendCode?mobile
    https://www.exeedcars.com/api/exeed/dealer/getPhoneCode?phone
    https://rlzx.jqkj.info/api/common/registCode
    https://proconsumer.taoche.com/c-usercenter-consumer/user/getCode
    https://jdapi.jd100.com:443/uc/v1/getSMSCode?account
    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://a.xcar.com.cn/nxcar/index.php/askedprice/sendCode
    https://newsimg.5054399.com/wzlm/app/qmsq/js/index.js?v1
    https://p-tf-activity.tifangedu.com/actapi/sms/sendSmsCode/4?mobilePhone
    https://api.pangushuzi.com/app/login/sendSms?loginName
    https://tjzyxx.lixueyun.cn/edu/ws/smscode
    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://www.taoraise.com/ashx/UserRegistLogin.ashx
    https://www.guhai.com.cn/front/member/sendSmsCode
    http://yihua-api.taoqikid.com/api/account/user/get-verify-code?mobile
    http://m.haiav.com/index.php?m=site&c=public&a=send_mobile_code&mobile
    https://m.ilovezuan.com/send_message/fdsafgrt3tpoibp89hy60khfbnhgfdh.php?mobile
    https://app.hbooker.com/signup/send_verify_code
    http://www.solucc.com/api/sms/send.html
    https://apilr.ilvdo.com/api/v3/Personal/PersonalInfo/SendVerificationCode
    http://api.v2.msparis.com/common/mobile?channel=App20Store-vest&clientId=msparis-ios-4.2.4-vest&mobile
    http://qiangbus.com/sms/fs/sendtype/0/mobile
    https://account.perfma.com/api/login/authentication/v1/picCaptcha?2&phoneCaptcha
    http://www.zkzcfu.cn/api/sms/send?mobile
    https://id.kuaishou.com/pass/kuaishou/sms//requestMobileCode
    http://api.yikao88.com/api-member/centre/sendSms
    https://app.wx.vixue.com.cn/VixueAppClient/UserQuery
    http://218.29.159.26:9000/website/smsSend?phoneNum
    https://gif.55.la/wxlogin
    http://cqzb.menphis.cn/user/getAuthCode?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=865499038835144&ov=7.1.1&osVersion=7.1.1&osLevel=25&phone
    http://66.xn--kiv58k544a.site/api.php?act=user&key=6iyBjBSiYy6G8kiogb&phone
    http://newm.yktour.com.cn/api/captcha/login/info/get?mobile
    https://xapi.ecej.com/v2/vc/newSmsCode
    https://mp.vasen.com/weixingmobileservice/client/getphonecodeByphoneregister?phonenumber
    http://m.114-91.com/common/api?cmd=APPMemberGetCheckCode&mobile
    https://nft.zkhh.art/api/user/smscode
    https://huodong.zuche.com/weika/getQuan.do
    https://www.hozonauto.com/user/sendSms
    https://api2.benfukeji.com/sms/send
    http://47.56.206.224/index/user/sendcode?tel
    http://www.gspchina.org.cn/JsonHandler/sms/UserSendCode.aspx?type=134&phone
    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://h5.member.iachina.cn/h5/api/send_captcha?tel
    http://webapp.qianbao188.aloestec.com/v2/app/pub/channel/smsCode?phone
    https://www.xqnwk.com/c/sendcode/phone
    https://t-javaport.hybbtree.com/phpmix-rest/service/sendVerificationCodeNotEncrypt?username
    http://tyrz.zwfw.gxzf.gov.cn/portal/veryCode/smsCode
    https://www.birdnet.cn/source/plugin/login_mobile/index.php?version=4&module
    https://napp.meibbc.com/sendSMSCodeV3
    http://gift.1liwu.cn/index.php?g=Wechat&m=User&a=sms&interface=1&mobile
    https://api.imquzan.com/user/user_tool/sendMobileSMS
    https://register.sdo.com/gaea/SendPhoneMsg.ashx?page=REG&mobile
    http://www.wufawutian.com.cn/Ajax/User/Reg.ashx
    http://211.149.170.226:8201/dczp-cloud-client/rrs/user/sendSms?phone
    http://www.tell520.com/ajax/do.html
    http://haifit.geexon.com/app/app-user/authCode?account
    https://knight.ele.me/knight/register/send-captcha?mobile
    http://tata.gameabc2.com/sms/sendfornologin?phone
    http://www.yxkoo.com/index/user/smsend
    https://user.zhaoliangji.com/api/msgcode/send_sms
    https://www.nsxxs.cc/api.php?hm
    http://www.hongzhoukan.com/ajax/check_tel_reg.php?mobile
    https://action.fenqile.com/route0007/work_loan_auth/captcha/second_verify.json
    http://www.hzrc.com/ww/b/a/wwba_sendMobileCode.html?phone
    https://www.mfdemo.cn/sms
    http://passport.12371.cn/security/getMobileCode?type=regist&mobile
    http://www.jszhaobiao.com/Home/FindPwdTelVode.html
    https://www14.53kf.com/impl/rpc_callback_phone.php?from=visitor
    https://api.jiguo.com/api2/User/Sms
    https://userapi.qbapi.vip/smscode
    https://auth.yufu.cn/passport/psonmember/common_send_sms.do
    https://passport.shuidihuzhu.com/api/useraccount/sendVerifyCode
    https://yuan.oooei.cn/api/sms/send
    http://h.umpay.com/api/bindingGetCode.htm
    https://m.haiav.com/index.php
    https://m.jf.10010.com/wx006/jf-auth/wx/getCaptcha
    https://www.yimiyuedu.cn/userinfo/init/getAuthCode/v3
    https://www.moretickets.com/openapi/pub/photo_codes/v1/photo_code?bizCode=MTL&verifyCodeUseType=USER_LOGIN&cellphone
    https://certcloud.cn/api/v1/users/verification-code?time
    https://dx.97sq.com/index.php?hm
    https://evun.geely.com/mp/sys/user/captcha?mobile
    https://study.enaea.edu.cn/accountForMobileV2.do?action=getMobileVerificationCode&mobile
    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
    https://www.hezon.cn/api/sendjoinvalidatecodebymobile.htm?mb
    http://shanghai.chinashadt.com:8010/ottadsys/servlet/AdsysServlet?interface=generalApp&vsDtype=14&vsInData1
    http://lianghao.myyb100.com/webapi/geticode.jsp?userid
    https://card.10010.com/ko-order/messageCaptcha/send?phoneVal
    https://yae920.com/login/sendSMS
    http://love.yuerguanjia.com/login/send/phone/code?clientid=1166786765&mid=1E0D9617438F4A0DBED0AEB20FF19A50&phone
    http://12345.panzhihua.gov.cn/sms/getSMSCode?mobile
    http://user.hongtuwuyou.com/Common/DoSendRegVerifySMS
    https://m.tk.cn/member_api
    https://api.yishouapp.com/users/password_less_login_SMS
    http://abcyzf.com/api/sms/send.html
    http://www.upshop.cn/Home/User/registerSendCode.html?mobile
    https://reg.mrshapp3.com/api/user/user/verification/code/send
    http://www.diyibaokao.com/NoteSend/Ajax.aspx?Action=GET&Phone
    http://api.account.meitu.com/common/text_verify_code.json
    http://www.250qk.com/User/getregcode
    https://ypt.mmgao.top/wsy_user/web/index.php?m=login&a=register_get_phone_code
    https://idc.xbicloud.cn/register_phone_send
    https://m.ihua365.com/index.php/api/public/verify
    https://weblive.61draw.com/backend-api/class-api/v1/student/web/authCodeV2?deviceId=5133aa0a-5c2c-4081-b5c4-fe5189800561
    http://api.luobokoudai.com/User/GetCodeByPhone?ip=124.228.103.38&source=1&channel=yingyonbao&key=f996ee442307b7c6ccfcfc68bcf77682&user_phone
    https://user.chinahr.com/cppt/open/msg/send/smsCode?mobile
    http://45.154.3.95/hz4/api.php?act=msg&user=859183&phone
    http://user.jiulvxing.com/ucenter/register/acquire
    https://sms-server.gaodun.com/index.php
    https://partner.yango.com.cn/supplier-earth/yango/sendMsg/sendPhoneMsg.do?license=telehot-inner&tpToken=&tel
    https://api.duoduofan.net/api/sms/send-code
    http://www.waizongguan.com/PostMobileNum.aspx?mobile
    http://static.huaqianwy.com/mem/sms/verification/send
    https://cnpp.cn/user/signup
    https://msp.ccc.cmbchina.com/ita/new/cdn/api/OscarService/GetMsgVCodeByJson
    https://item.diandong.com/passport/clientapi/sendVerifyCode?appid=1&mobile
    http://admin.978w.cn/index.php/home/index/send_sms
    https://ss.intsig.net/user/send_sms_vcode?reason=register&language=zh-cn&app_name=ZaoDao_Android&3.5.0&mobile
    http://123.1800ka.cn/sj/ajax/hqyzm.aspx
    https://pcw.ehmall.com.cn/mobile/index.php?act=login&op=sendCode
    https://seller.mamidian.com/api/Cash/getPhoneCode?store_id=&entity_store_id=&systemUuid=&rnduuid=9d3f3ce4-e154-b9d1-458b-453b6d1980b3
    https://xzqk.nethone.cn/addons/yun_shop/api.php
    https://user.daojia.com/mobile/getcode
    https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery190039810459070645865_1584688891341&mobile
    http://app.tkbang.com.cn/cas/register/smsCode
    https://www.kczg.org.cn/crowd/ajaxSendCode
    https://www.hozonauto.com/user/sendSms?phone
    http://gd.10086.cn/easy/product/order/getValidateRndCode.jsps?commCode=LLKC300&merchantCode=GD&mobile
    https://syr.bjhwbr.com/app/public/sendVC?pno
    http://www.wuylh.com/userreg/commons/getsmscode?phone
    https://login.11h5.com/account/api2.php?c=quick&d=getsms&nationcode=86&phone
    http://uac.10010.com:80/oauth2/OpSms?callback=jsonp1557631709566&req_time=&user_id
    https://tlife.taikang.com/actapi/uims/v1/comm/getPhoneCodeLatest?activityCode=CUSTOMER_MIGRATION&activityId=qyf9datQVNZHpRYtlzW%2FwgtPf2LqkWlNabPdSTipxxHQqQ%3D%3D&mobilePhone
    https://qd.cyw.com/ConIf/authcode
    http://zt.bjgas.com/bjgas-server/c/api/getVerificationCode
    http://www.ryzwz.com/index.php?hm
    http://cjjl.chelun.com/shortMessage/captcha?mobile
    https://www.youchent.com/sys/sms/send
    https://uc.yyhjys.com/excluded/send_mobile_code_new.json?cellPhone
    http://user.zhaobiao.cn/ssologin.do?method=sendLoginCodeAjax
    http://www.jiuyuanjucheng.cn/index.php/users/reg/getcode.html
    https://passport.chinagoldcoin.net/user/checkAuthCode?mobile
    https://www.ttcdw.cn/p/uc/passport/api/v2/verify/getSmsCode
    http://yesno.com.cn/api/moor/webcall.html
    https://www.ceya001.cn//index.php?sjh
    http://124.223.25.227/hz1/api.php?act=msg&user=859183&phone
    http://www.tzkspt.com/index.php?user-app-register-mscode&mobile
    https://www.xffxs.cn/api/customer/add-customer?mobile
    https://h5.zbird.com/api/sms/verify-code
    https://new.nftsucang.com/api/sms/send
    https://www.acc5.com/module.php?c=subscribe_phone&phone
    http://zddzd.wddcn.com/vshop/reg.html?sid=1869558&ref=center.html?sid=1869558&action=code&phone
    http://data.mf528.com/SetCallHouse.php
    https://h5.chiyue365.com/app-h5/verifycode/new
    https://m.ttpai.cn/mobile/user/sendMsessage?mobile
    https://user.ifeng.com/api/v1/sendsms?platform=w&systemid=1
    http://mdk.kefuzixun.net/api/chat/phonecall?p_r=0.436943&p_a=121111&p_v=4735406365738867507
    https://yx.weiguanshequ.cn/api/common/registCode
    https://api.imetaup.com/api/client/user/sendVerifyCode
    http://api.yuanhuoxingqiu.com/auth/registered/code
    https://reg.xueersi.com/RegV1/sendVcode
    https://pin.umu.cn/passport/ajax/account/sendsms
    https://web-server.uino.com/users/getPhoneVCode
    http://www.zuoyebang.com:80/session/pc/sendtoken?ajax&phone
    http://ccyagu.gswanzhong.com/Apicloud/User/sendCaptcha?Mobile
    http://api.qingmang.me/v1/account.sendVerification?&phone=%2B8
    https://m.571xz.com/datas/getPhoneMsgCode.json
    https://math.npy.cn/passport/web/send_code/?account_sdk_source=web&mobile
    http://www.renzhu.com/ajax.aspx?act=generate_phone_code&name
    http://user-api.qianlima.com/api/user/register/mobile/code
    https://www.72crm.com/api-11/cloud/sendSms
    https://driver.zhqa.com/api/api-app/public/getDynamicCode?mobile
    http://buy.ccb.com/client/getVerificationCodeAjaxForWx.jhtml?phoneNum
    http://49.233.111.7/api.php?act=user&key=zRB400ll4L4jZ04JRA&phone
    https://passport.sina.cn/signup/ajsignup
    https://www.adcs.vip/sms/sendVerify?phone
    http://api.qingmang.me/v1/account.sendVerification?code=1566478386.8872059778&phone
    http://api.fangzhiliao.com/api/verify/getVCode
    https://m.tijian8.com/common/getAchCaptchas
    http://s.cyw.com/ConIf/authcode
    http://care.seewo.com/easicare/account/dynamic/code
    https://api.style.lbzh.com.cn/sms/send
    http://pmp-proxy.sf-express.com/pmp_int/pmp/http/agnt/sendTelMessage.ht
    https://login.10086.cn/chkNumberAction.action?userName
    https://ad-pay.sunlands.com/landpage-sv-war/api/pay/sendSMSCode?mobile
    http://www.zhuancloud.com/UserInfo/SendRandom?mobile
    https://mip.zhongan.com/sms/sendSmsCode?callback=jQuery181008007967006997863_1626665100002&mobileNo
    https://apis.oshanauto.com/login/captcha?mobile
    http://sms.jl.cnapi.php
    https://www.dono.cn/app/index.php?i=1&c=entry&m=ewei_shopv2&do=mobile&r=account.verifycode
    https://ggtf.sunland.org.cn/dataservice-servers/dataserviceNew/adMessageInput?url=https
    http://www.51qub.com/member/sendmobilesms
    http://m.aihuaju.com/wap/index.php?act=login&op=send_mobile_login_new
    http://www.zuhaowan.com/Appv2/User/getBindPhoneSmsCode
    https://jzapi.baidu.com/sjh-lexus/request.ajax?reqid=4b534c47-5166-4dc5-6f5f-162497700578&path=sjh-lexus/GET/SmsNoticeService/sendSmsCode
    http://m.zjgsmk.com/s/zjgsmk/v1/n05
    https://www.lvdd.cn/web/common/voiceCaptcha
    https://log.app.yiche.com/index.php
    https://api.iqhmh.com/sms_code
    https://m.health.pingan.com/mapi/smsCode.json?deviceId=5a4c935cbb6ff6ca&deviceType=SM-G9300&timestamp=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
    http://b2c.gly999.cn/login/ajax_getcode
    http://mkxq.zymk.cn/user/v1/mobilevc/?callback=jQuery321016123103253181426_1503210785449&mobile
    https://m.music.migu.cn/v4/?q
    https://shd.shenhudong.com/api/v1/usertest/sendsms
    https://m.wanzhoumo.com/proxy
    https://api2.yueyuechuxing.cn/h5/v1/driver/user/reserved/sendSms
    http://api.biaoxunkuaiche.com/webchat/api/login/sendMessageCode
    https://api.nysytijian.com/api/common/GetVerifyCode
    http://user.66shouyou.com/api/loginBySms.php
    https://service.wzhxlx.com/wwyy/ceping/sendCode?channelId=99&mobile
    https://chetc.cahe.edu.cn/api/sms/send/?mobile
    https://open.96533.com/account/inforSmslog/userVerificationCode
    https://mm.kingmed.com.cn/km-wpa/user/sendCode
    https://www.metatwo.cn/api/meta2/sms
    https://ceya.kpxdr.com/api.php?hm
    https://api2.paixin.com/users/code?phone=0086
    https://huiyuan.dhtxx.com//UserApi/RegisterSendCode
    https://fc.61info.cn/fc-fission/o/v1.0/experience/sendInternalCaptcha
    https://m.mgqr.com/ajax/getcode_reg.ashx
    https://login.11h5.com/account/api.php?c=quick&d=getsms&nationcode=86&phone
    https://m.kdniao.com/api/sms/sendByPhone
    http://www.myoffer.cn/api/vcode
    http://splus.bianfeng.com/index.php?r=findAccount/SendCode&rnd=&a
    https://idc.rip/register_phone_send
    https://eyrieclub.com/wap.php/user/getMobileRegCod?mobile
    http://www.zjsgat.gov.cn:8080/was/portals/cxfw/checkusermobile.jsp?mobilephone
    http://m.tsave.cn/m/general/login/send_verify_code.html
    https://pass.hujiang.com/intraApi/v1/sms/send?action=SendMsg&mobile
    https://login.m.taobao.com/newlogin/sms/send.do?appName=taobao&fromSite=0&_bx-v=2.0.31
    https://uat-wxmall.yaic.com.cn/wxTerminal/binding/getVerificationCodeYaic.do?requestType=3&mobile
    http://autocall.shshengshun.com/api/Login/sendCode
    https://www.miaocode.com/core/ccbb/sendSMS2?phone
    http://sbb.gionstar.com/api/Sms/send.html
    https://aas.caiyun.feixin.10086.cn/tellin/getDyncPasswd.do
    https://api.haokanbaba.com/api/user/union/countys
    https://cloud.nucarf.com/rest/querySmsCode?phoneNum
    http://www.huobiao.cn/core/login/get_code_snv?jsonpcallback=jQuery22408161556854897054_1570699976143&phone
    https://banyun-api.huolala.cn/index.php?Nonce=oqKDayfS&SecretId=t86DL3kdNNCD2Jw0gfNeVBCgjbA2Jf23&Signature=A9ye73xx9vs0OJBFdXA4CHjW3VYVy0qWfaxlX4r4k/8=&Timestamp=1647050436&phone_no
    https://139.224.236.236/finchinaAPP/sendCheckCode.action?existCheck=1&phone
    https://www.17qiche.com/interface/sms/20220110c87d38b0a7
    https://epay.96533.com/wxweb/WxfSendSms.wxf
    https://dx.ylqx.qgyyzs.net/sms/SendSmsYzm?strMobile
    https://m.shiyanjia.com/Account/registersms.html
    https://www.konka.com/m/passport-send_vcode_sms.html
    http://www.jinyingjie.com/Zhuanti/zhuantiSemTuiguang.html
    http://www.52tanbao.com/tanbao-app-api/SendValidCode?telephone
    https://h5.honglaba.com/Login/getPhoneOrEmailVerify.html
    https://perfma.com/api/community/website/sendSms?phone
    http://meeting.csco.org.cn/Admin/VerificationCode/?type=1&v=1&id=1&email=&checkcode=ipass=0&mobile
    http://www.jsy188.cn/api/sms/code
    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://www.beixaoshuzi.com/app/auth/sendSms
    http://j.esf.leju.com/ucenter/islejuuser?mobile
    https://www.haohaozhu.com/f/y/api/Login/phone
    http://www.bjoil.com:80/bjoil/member/mobileVerify.action?tamp
    http://xfonline.shaanxi.gov.cn/zfp/sendvalidatecodeservice/sendcode?theme=none
    https://www.baixing.com/wap/oz/verify/reg
    https://rst.qinghai.gov.cn/qhrst/sign/captcha
    https://api.senqiang.cn/cnnz_ft?mobile
    https://www.easteo.cn/User/sendSms.html
    http://tongji.daohemedia.com/api/yuyue/index
    https://passportweb.uupt.com/api//?method=sms.send.post
    https://www.yougou.com/my/getMobileCodes.jhtml
    https://kl.tyf168.com/member/send_verify.php
    http://www.pumg.com.cn/phone.do?USERTEL=&token=bZnQLILMeWM8EF57AsIxdhwWOYyUAzSdLGLdb%2FIcj5TxIUMmRFcqAQ%3D%3D&type=0&flag=0&timestamp=1548589939708telphone
    http://guocsh.guochenshenghuo.com/lly-posp-proxy/sendCode.app
    http://zhidx.xiaoxile.xyz/dx/index.php?hm
    http://yesno.com.cn//////api/moor/webcall.html
    http://106.55.236.110:9001/auth/manager/getSmsInfoV2
    http://www.xiongmaopeilian.com/web/auth/send_validate_code
    https://nfpeople.infzm.com/api/user/send_sms?phone
    http://m.10086.cn/wireless/n-migu/regbox.htm?q
    https://api.ecook.cn/pub/send/mobile/login/code?mobile
    http://qqz.xiaojiangwl.com/?yChgSnXh
    http://www.51hengsheng.com/proxy/verify
    https://lcloud.longene.com.cn/hippoWebServ
    http://www.jingfuan.cn:8080/healthy/merchantApp/GetValidateCode
    http://www.shlghr.com/service/zouniCaptcha/smsCode/3?phone
    http://m.logofree.cn/misc.php?act=send_sms&m
    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
    https://fay.museum-verse.com/NFT/manage/userauth/doSendAuthCode?params=%7B%22AA_PHONE%22%3A%22
    https://www.syscxp.com/account/api
    https://www.zhufuc.com/admin/api/center/code/verifycode?ran=0.25068726233475025&type=5&verifycode
    https://www.huajin.com/api/front/resource/sms/sendSms.php
    https://guishi.heifankeji.com/api/sms/authCodeUnlogin?phone
    http://1.13.3.211:8001/main/user/app/sms?appKey=sybds.afq.com&appMarket=_360&deviceId=123&phone
    http://api.9hm.xyz/api/duanxin/?phone
    https://www.hxyc.com.cn/reg/sendverifycode.do
    https://www.zhan.com/&_=165643175042229
    http://www.cshixi.com/api/sendCode?username
    https://m1.100ppi.com/Baojiaapi/Index/sys_api//baojia.php
    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://mobile.chuangzenginfo.cn/app/sms/login
    http://hyuser.91huayi.com/ashx/sendSmsValidateCode.ashx?mobile
    https://amz.antcoor.com/get-sms-code
    http://fs.yejue.com//v2appUser/sendCode
    https://wht.bdcgw.cn/index/index/sendsms.html
    http://www.xuebangsoft.net/eduboss/CommonAction/sendVarifyCodeToPhone.do?phoneNumber
    https://account.weimob.com/website/saas/account/api2/user/getCodeRs
    http://www.eyprint.com/include/getcode.php?telnum
    https://app.najiajiaoyu.com/api/v1/tourist/send_sms_code
    http://fymnad.com/topic/202004/ntmy/?474
    https://www.yuanshangdian.tech/nft/api/aliyuncode/regandlogin
    http://124.220.182.179/hz3/api.php?act=msg&user=859183&phone
    http://www.musicdo.cn/MiniPhone/ashx/Foundation.ashx?MethodName=GetVerificationCode&phoneNumber
    https://h5.youzan.com/usercenter/member/member/mobilesmscode.json
    https://api.gaosivip.com/gsvip-online/sms/v1/send
    https://dz.blizzard.cn/action/user/mobile/captcha
    http://www.tanwan.com/api/reg_json_2019.php?act=3&phone
    http://gateway.shangbangzhuan.com/user/msgLogin?tel
    http://uniservice.kugou.com/v2/activity/sendCode?call_number
    https://www.buptict.cn/uxapi/auth/auth/account/regcode
    http://m.jiwu.com/jiwuBuild/common/v1.0/remainCustomer
    https://www.roadhome.cn/wap/register-send_vcode.html?mobile
    https://www.ciwei.net/passport/Api/user/mobileCode
    http://199.19.124.217/api.php?act=user&key=zRB400ll4L4jZ04JRA&phone
    https://esma.iccec.cn/apis/esma/users/signup/mobile
    https://www.phb123.com/pinpai/api/index.html?m=more&c=mfdh
    http://www.dongfangjindian.com/sendMobileCode.jhtml?mobile
    http://v.zzstep.com/createuser/ajax/sendPhoneRegister
    http://pay.igzy.cn/User/GetRegisterCode
    https://mall.yancais.com/api/sms/send?phone
    https://cms.slyunbo.com/Register/PRegMsg
    https://api.1775.net.cn/getCode?t=1622864521570&phone
    http://api.youyuanmall.cn/api/passport/smsCode
    http://www.jc258.cn/signup/send_sms?mobile
    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
    http://www.milvwang.com/user/isRegister/?mobile_phone
    http://m.egou.com/validate_phone.htm?phone
    https://www.lipin6188.com/member/sendsms1.php
    https://kingcard.dgunicom.com/lsd-message/send/captcha/phone/v1?phoneNumber
    http://admin.bpdianjing.com/v1/pub/sendSMSCode?telephone
    https://fmall.gree.com/mobile/register/sendCaptcha
    https://api.nightvoice.cn/auth/captcha/get
    https://prod.rkyx.vip/prod-api/sms/sendCode?phone
    http://www.91glb.com/mobile/index.php?m=sms&a=send
    https://graph.3vjia.com/captcha/mobile/reg
    http://2.figbank.com/sendCode?cellphone
    http://www.patfun.com/do.php?ac=check_sms&phone
    http://zhibo.zuoyebang.com/elearning/index/sendapplytoken?phone
    http://dxhz.52hz.cf/dx/tj/tj.php
    http://www.1ytaob.com/sendCode
    http://tijiao.aura.cn/index.php?s=/Admin/ajax_add_user
    http://zy.ouyeel.com/sendVerificationCode
    https://www.wxbtech.com/WXB/auth-server/validate?mobilePhone
    http://api9.mizhuanba.com/qiuxiang/login/send_sms
    http://open.simmed.cn/api/user/login
    https://login.51job.com/ajax/sendphonecode.php?jsoncallback=jQuery18303389149111755325_1624013936898&type=5&phone
    https://www.zrloan.cn/flowapi/dz-api/clue/send-verify-msg?tenantId=512564&phoneNum=1855042766512
    https://nuc.api.mgtv.com/GetVoiceCode
    https://services.qiye.163.com/service/official/sendCode?jsonpcallback=jQuery19002568636604511132_1637391206917&mobile
    http://m.bidizhaobiao.com/contrl/smsCode?phone
    https://api.sankuanyun.com/register/sms?phone_number
    http://www.szguante.com/act_join.html
    https://www.pingpangwang.com/plugin.php?id=wq_smslogin&mod=sendcode&loginsubmit=yes
    https://www.maycur.com/index.php/send_code/a/ajax
    https://m.xht888.com/app/index.php?i=2&c=entry&r=api&module=member&apiname=verifycode&do=app&m=haojk_mywwxapp
    https://m.lu.com/user/service/login/otp-login-pre-check
    https://1mp.mengniuarla.com/mpDLShopApi/SmsCheckCode/GetMobileCode?mobile
    http://180.76.128.254/api/index/submit?key=faae8918d31a262496dc36e5775fce65&phone
    http://www.ncsti.gov.cn/kczx/sendVerificationCode?r=0.2560780346069238&photoNumber
    https://www.wanmeiip.com/source/class/captcha/captcha.php?0.41730894602711244validate
    http://101.201.39.200:8050/api/Verification/VerificationUser
    https://www.peaksport.com/cn/mobileMessageCode
    http://1.13.3.211:8001/main/user/app/sms?appKey=syys.sjbyj.com&appMarket=_vivo&deviceId=123&phone
    https://www.fx123.com/api/sendVerifyCode
    http://www.jxyc12345.cn/ycweb/cusMobileCheck.do
    http://i.xfvw.cn/api/sms/send?mobile
    https://m.yiwise.com/apiPlatform/verificationCode/send?phoneNumber
    https://host.convertlab.com/sms/token?mobile
    https://hm.baidu.com/hm.js?6e78ef648057d9f2ab12dcc287b440f6121
    http://m.xymens.com/index.php/Home/User/send_code?token=bd8eca55109d477ccf86bbb9df39c519&timestamp=1644221694&mobile
    https://www.52xiangju.com/api/customer/add-customer?house_id=1069&type=9&name=%E5%88%98%E5%85%88%E7%94%9F&mobile
    http://www.etc.edu.cn/users/verify_phone
    http://www.ctpedu.com/label/ajax/formsubmit.aspx?formid=whir_4&columnid=64&type=0&submitid=4
    http://api.duo17.com:80/sendsms.do?os_type=android&app_version=2.4.0.0&device_id=860903034476097&pnum
    http://www.cuour.org/api/smsCenters
    https://prod.lingzhushijie.com/lingzhu/system/sendMessageV2
    https://www.ribencun.com/rbg/api/Auth/SendVerifCodeForLoginOrRegister
    https://qdfront.pcauto.com.cn/interface/order/send_msg_code.xsp?callback=jsonp1644936876550&phone
    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://www.officewlan.cn/phone_register_code/sms_send
    http://m.pkupw.com.cn/api/sms/code.html?mobile
    http://static.likuso.com/user/update_shoujiyzm?callback=jQuery18307715529120842468_1624032951145&shouji
    https://back.longsu666.com/app/common/getCode
    https://promotion-zh-api.tuya.com/api/crm/auth_code
    http://open.uupt.com/Handler/Common.ashx?action=SendSmsCode
    http://arts.jcshucang.com.cn/app/sendCode
    http://www.66shouyou.com/api/bandphone.php?ajax=getcode&nologin=true&phone
    https://www.maiwe.com.cn/index/sendcode.html?tel
    https://wx.pinzhibao.com.cn/Account/SendLoginSMS
    https://bdsn.thjy2.com/index.php?a=getPhoneCode
    http://testteach.yunjijiaoyu.club/system/send
    https://jlkjapp.jinlingkeji.cn/v9/auth/sendVoiceSms?phone
    https://m.178hui.com/api/sendMobileCode
    https://uc.yyhjys.com/excluded/send_mobile_code_new.json
    自研引擎-A
    www.objectweb.org
    bsh/ClassGeneratorUtil.java

    Firebase配置检测

    邮箱地址提取

    EMAIL 源码文件
    pat@pat.net
    bsh/Interpreter.java

    第三方追踪器

    名称 类别 网址

    敏感凭证泄露

    字符串信息

    建议导出为TXT,方便查看。

    服务列表

    广播接收者列表

    内容提供者列表

    显示 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 Google 与其他应用共享媒体内容和控件。已被 media2 取代。

    污点分析

    当apk较大时,代码量会很大,造成数据流图(ICFG)呈现爆炸式增长,所以该功能比较耗时,请先喝杯咖啡,耐心等待……
    规则名称 描述信息 操作
    病毒分析 使用安卓恶意软件常用的API进行污点分析 开始分析  
    漏洞挖掘 漏洞挖掘场景下的污点分析 开始分析  
    隐私合规 隐私合规场景下的污点分析:组件内污点传播、组件间污点传播、组件与库函数之间的污点传播 开始分析  
    密码分析 分析加密算法是否使用常量密钥、静态初始化的向量(IV)、加密模式是否使用ECB等 开始分析  
    Callback 因为Android中系统级的Callback并不会出现显式地进行回调方法的调用,所以如果需要分析Callback方法需要在声明文件中将其声明,这里提供一份AndroidCallbacks.txt文件,里面是一些常见的原生回调接口或类,如果有特殊接口需求,可以联系管理员 开始分析