Giter Club home page Giter Club logo

hyuga's Introduction

Hyuga

Hyuga Language License stars

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

🎉 项目简介

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

📷 预览

image

🎉 功能

🌀 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)

🪃 实时推送

🔦 单文件部署

🔐 支持HTTPS

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

🚀 查询 API

  • GET - https://{hyuga.io}/api/v2/record/all?token={token}&type={type}&filter={filter}

    • type: 查询类型 dns|http|ldap|rmi
    • token: 域名 token
    • filter: 过滤字符
  • 支持重置 API Token

    image

👀 其他

🪓 DNS Rebinding

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

image

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

Star History

Star History Chart

hyuga's People

Contributors

ac0d3r avatar dependabot[bot] avatar pockyrayzz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.