Giter Club home page Giter Club logo

streak's Introduction

streak

数据模式

监听所有上行流量,并进行统计。

  • dns 模式,根据所有 dns 明文报文,解析出 (sourceIp,hostName) 对,同时记录下解析出的 (ip,hostName)对用于后续兜底策略。
  • http 模式,根据所有 http 明文报文,解析出所有带域名的 (sourceIp,hostName)对。
  • tls 模式,根据所有 tls 报文,根据其 sni(tls1.3后使用 esni 将无法获取),解析出所有带域名的(sourceIp,sni)对。
  • transport 模式,根据所有的 transport 层(tcp+udp)报文,结合 dns 模式中顺带记录的 (ip,hostName)对,反向推测出当前连接可能的(sourceIp,hostName)对。

网络模式

  • 本机模式
  • 主路由模式
  • 旁路由模式

域名展示模式

  • 四层模式下支持猜测域名的缩略展示。
  • 四层模式以上支持真实域名的完整展示和缩略展示。
  • 缩略展示支持

其他

  • 目前只支持 IPV4。

streak's People

Contributors

mythsman avatar

Stargazers

 avatar  avatar

Watchers

 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.