📦 订单列表
| 订单号 | 用户 | 套餐 | 金额 | 状态 | 时间 | 操作 |
| {{o.order_no}} | {{o.username}} |
{{o.plan.toUpperCase()}} | ¥{{o.amount}} |
{{statusText2(o.status)}} |
{{o.created_at|formatTime}} |
|
👥 用户列表
| ID | 用户名 | 套餐 | 本月扫描 | 注册时间 |
| {{u.id}} | {{u.username}} | {{u.plan.toUpperCase()}} | {{u.scans_this_month||0}} | {{u.created_at|formatTime}} |
本月已用 {{userInfo.scans_this_month}} / {{userInfo.monthly_limit}} 次
(剩余 {{userInfo.remaining}} 次)
— 额度已用完,请升级套餐
Free
¥0/月
5 次/月 · 基础扫描 · HTML 报告
Pro
¥49/月
50 次/月 · 全量扫描 · API 接入
Team
¥199/月
不限次数 · 定时扫描 · 优先支持
🔍 新建扫描
输入域名或IP,自动进行子域名收集、存活探测、漏洞扫描
⚠️ 本月扫描额度已用完,请升级套餐
{{currentTask.critical}}
Critical
{{currentTask.medium}}
Medium
{{currentTask.subdomains_count}}
子域名
{{currentTask.live_hosts_count}}
存活主机
🔴 漏洞详情 ({{currentVulns.length}}) — {{currentTask.target}}
| 等级 | 漏洞名称 | 主机 | URL |
| {{v.severity.toUpperCase()}} | {{v.name}} | {{v.host}} | {{v.url}} |
📋 扫描历史
| 目标 | 状态 | 时间 | 漏洞数 | 操作 |
| {{t.target}} | {{statusText(t.status)}} | {{t.created_at|formatTime}} | {{t.vulns_count||'-'}} | 查看报告 |
🐾还没有扫描记录,提交一个目标开始吧
🧾 我的订单
| 订单号 | 套餐 | 金额 | 状态 | 时间 |
| {{o.order_no}} | {{o.plan.toUpperCase()}} | ¥{{o.amount}} | {{statusText2(o.status)}} | {{o.created_at|formatTime}} |