🎉 项目简介
DEMO 主页:http://hyuga.icu
项目地址:https://github.com/Buzz2d0/Hyuga
📷 预览
🌀 oob
- dns
- dns查询记录(query name, remote address)
- 支持 dns-rebinding #
🔗
- http
- http 请求记录(url, method, remote address, raw request)
- ldap & rmi
- ldap&rmi 请求记录(protocol, remote address, path)
thx: 浅谈Log4j2不借助dnslog的检测
👀 其他
- 部署参见 DEPLOY.md
📝 更新日志CHANGELOG.md
🚀 查询 API
GET
- http://<hyuga.io>
/api/record/list?type=<dns|http>
&token=<token>
&filter=<filter>
type
: 查询类型dns|http|jndi
token
: 域名 tokenfilter
: 过滤字符
🪓 DNS Rebinding
查询 r.xxx.hyuga.io
时根据访问次数依次返回所设置的dns(无缓存时)。
e.g. ip 为 1.1.1.1
;dns 设置如下:
查询 r.8q56.hyuga.io
根据访问次数计算依次返回:1.1.1.1
-> 127.0.0.1
-> 1.1.1.1
...