Home

Awesome

<div align="center" > <img src="./docs/hyuga.png" width="200" alt="Hyuga" /> </div> <p align="center"> <a href="https://github.com/ac0d3r/Hyuga"> <img alt="Hyuga" src="https://img.shields.io/badge/Hyuga-dev-yellow"/> </a> <img src="https://img.shields.io/badge/Language-Golang-blue" alt="Language" /> <a href="https://github.com/ac0d3r/Hyuga/blob/master/LICENSE"> <img alt="License" src="https://img.shields.io/github/license/ac0d3r/Hyuga"/> </a> <a href="https://github.com/ac0d3r/Hyuga/stargazers"> <img alt="stars" src="https://img.shields.io/github/stars/ac0d3r/Hyuga"/> </a> </p>

Hyuga 是一个用来监控带外(Out-of-Band)流量的工具。🪤

🎉 项目简介

项目地址:https://github.com/ac0d3r/Hyuga

📷 预览

<img width="1511" alt="image" src="https://user-images.githubusercontent.com/26270009/236437388-a862b25f-e049-420d-aaf8-b06e4aa66ccc.png">

🎉 功能

🌀 oob

🪃 实时推送

🔦 单文件部署

🔐 支持HTTPS

  1. 安装Caddy
  2. 配置 /etc/caddy/Caddyfile & 重启 systemctl restart caddy
// Example
zznq.hyuga.icu {
    reverse_proxy localhost:8080
}
:80 {
    reverse_proxy localhost:8080
}

🚀 查询 API

👀 其他

🪓 DNS Rebinding

假设DNS Rebinding的域名为 r.b34s.hyuga.io, 公网IP为 2.3.3.3,dns的配置如下图:

<img width="420" alt="image" src="https://user-images.githubusercontent.com/26270009/236439602-09e1222f-09b5-4cee-b10b-d8e23b384464.png">

那么查询 r.b34s.hyuga.io 时根据访问次数依次返回所设置的dns(无缓存时):2.3.3.3 -> 127.0.0.1 -> 2.3.3.3...

Star History

Star History Chart