Hyuga 是一个用来监控带外(Out-of-Band)流量的工具。🪤
项目地址:https://github.com/ac0d3r/Hyuga
/etc/caddy/Caddyfile
& 重启 systemctl restart caddy
// Example
zznq.hyuga.icu {
reverse_proxy localhost:8080
}
:80 {
reverse_proxy localhost:8080
}
GET
- https://{hyuga.io}/api/v2/record/all?token={token}&type={type}&filter={filter}
type
: 查询类型 dns|http|ldap|rmi
token
: 域名 tokenfilter
: 过滤字符支持重置 API Token
假设DNS Rebinding的域名为 r.b34s.hyuga.io
, 公网IP为 2.3.3.3
,dns的配置如下图:
那么查询 r.b34s.hyuga.io
时根据访问次数依次返回所设置的dns(无缓存时):2.3.3.3
-> 127.0.0.1
-> 2.3.3.3
...