{% load static %}
| ID | 域名 | Type | IP | 位置 | 时间 | 操作 |
|---|---|---|---|---|---|---|
| {{log.id}} | {{ log.host }} | {{ log.type }} | {% if log.ip %} {{ log.ip }} {% else %} {% endif %} | {% if log.city %} {{ log.city }} {% else %} {% endif %} | {{ log.created_time|date:'Y-m-d H:i:s' }} | 删除 |
| ID | URL | IP | 位置 | 时间 | 操作 |
|---|---|---|---|---|---|
| {{log.id}} | {{ log.path }} | {% if log.remote_addr %} {{ log.remote_addr }} {% else %} {% endif %} | {% if log.city %} {{ log.city }} {% else %} {% endif %} | {{ log.created_time|date:'Y-m-d H:i:s' }} | 查看 删除 |
{% if log.city %}{{ log.headers }}{% else %}{{ log.remote_addr }}{% endif %}
|
|||||
子域名: {{userdomain}} Token: {{token}} {% if is_admin %} 开启用户注册功能 开启产生随机账号 {% endif %}
{{host}}/api/{type}/{{username}}/{prefix}/?token={{ token }}
检查是否触发 test.{{userdomain}},访问:{{host}}/api/dns/{{username}}/test/?token={{ token }}
{{host}}/api/group/dns/{{username}}/{prefix}/?token={{ token }}
对于一个较大的Payload集合,首先批量投递payload,再通过单个请求,来检查哪些payload触发执行成功。
检查是否存在漏洞,访问:{{host}}/api/group/dns/{{user_domain}}/xxx-rce/?token={{ token }}