Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 880 Bytes

README-zh.md

File metadata and controls

28 lines (20 loc) · 880 Bytes

Iridium-NG

A KCP packet sniffer + visualizer in one, backend rewritten in Go.

Build

用法

你可以从Actions中下载到编译好的,或者自己从源码构建。

  1. data/ 目录放入 packetIds.json, Keys.jsonproto/ 文件.
  2. 确保你已安装 Npcap driver 或 wireshark.
  3. 使用命令 -l 列出电脑上所有网卡,编辑 config.json 设置网卡设备, 或者使用命令 -ip 192.x.x.x 自动通过ip寻找设备.
  4. 打开 http://localhost:1984/,

注意:在进门之前开始抓包

Config.json

{
  "deviceName" : "", // 网络设备名称, 例如 eth0
  "packetFilter" : [ // 这里列出的包名将不会在前端显示
    ""
  ],
  "autoSavePcapFiles" : true // 自动保存抓包记录文件
}