Skip to content

Akka0/Iridium-NG

Repository files navigation

Iridium-NG

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

Build

中文说明

Usage

You can download the binary(win/linux) from Actions, or build from source

  1. Bring your packetIds.json, Keys.json and proto/ to the data/ folder.
  2. Make sure you have installed Npcap driver or wireshark.
  3. Use cmd -l to list the network devices on your computer and edit config.json to set the device by its name, or use cmd -ip 192.x.x.x to let it auto find the device by its ip.
  4. Open http://localhost:1984/

Notice: START CAPTURE BEFORE YOU ENTER THE DOOR

Config.json

{
  "deviceName" : "", // network device name, such as eth0
  "packetFilter" : [ // the packets listed here will not show in frontend
    ""
  ],
  "autoSavePcapFiles" : true // auto save capture to current folder
}

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published