A KCP packet sniffer + visualizer in one, backend rewritten in Go.
You can download the binary(win/linux) from Actions, or build from source
- Bring your
packetIds.json
,Keys.json
andproto/
to thedata/
folder. - Make sure you have installed Npcap driver or wireshark.
- Use cmd
-l
to list the network devices on your computer and editconfig.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. - Open http://localhost:1984/
Notice: START CAPTURE BEFORE YOU ENTER THE DOOR
{
"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
}