pkappa2
pkappa2 copied to clipboard
Network traffic analysis tool for Attack & Defense CTF's
Allow to leave a message directly on the streams and display it to everyone looking at the same stream. Have all information in one spot when e.g. marking a stream,...
Show some stats about the packets that make up the stream in stream detail view: - number of packets - number of packets with PSH flag - number of retransmissions...
Allow to scroll through the results of a query forever in addition to the pagination by loading the next page when we reach the end of the list and add...
Hi, I just noticed that [the Go version of this project was upgraded to 1.22](https://github.com/spq/pkappa2/commit/e8381ef6446bfe799945be6147fda41859743cae#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6). I have a small question: is there any performance downgrade problem caused by [this line](https://github.com/spq/pkappa2/blob/960201260a88fd62221166e32f9415a768072f52/internal/index/writer.go#L791)?...
Currently we're only logging to the command line which could cause some warnings to be missed. It'd be nice to be able to see the log from the web frontend...
REST API for webhooks (#97) is fine atm, but when configuring the webhooks feature for the first time I instinctively looked for a frontend view to check if the webhook...
The dropdown menu with the selected converter output at the top of the stream view is easy to miss and you might not realize you're looking at an altered stream...
Fetch the attack info regularly and extract the info for our own team. With this we can hightlight that information in streams and maybe add new filters to use in...
https://github.com/spq/pkappa2/actions/runs/11674797857/job/32508149325 ``` panic: close of closed channel goroutine 95 [running]: github.com/spq/pkappa2/internal/index/manager.(*Manager).Close.func1() /home/runner/work/pkappa2/pkappa2/internal/index/manager/manager.go:465 +0x298 github.com/spq/pkappa2/internal/index/manager.New.func1() /home/runner/work/pkappa2/pkappa2/internal/index/manager/manager.go:414 +0x4d created by github.com/spq/pkappa2/internal/index/manager.New in goroutine 92 /home/runner/work/pkappa2/pkappa2/internal/index/manager/manager.go:412 +0x1d26 FAIL github.com/spq/pkappa2/internal/index/manager 1.845s ```
When adding more external analysis tools like [ja4](https://github.com/FoxIO-LLC/ja4) to annotate the streams, the chips can become overwhelming in the UI. To be able to add lots of generated tags without...