Yuki
Get & Run
Set your $GOPATH
environment variable and just run:
$ go get -u github.com/lesnuages/yuki
Then, you can start with:
$ go run yuki.go -f <pcap_filepath>
Description
A rewrite of clipp in Go. Supports both PCAP and PCAPNG file formats thanks to GoPacket
Features
The following features are (or are planned to be) implemented:
- Session listing
- Session export to PCAP format
- Full text search
- Application layer export to binary format
- ...