Crates.io | wirewhale |
lib.rs | wirewhale |
version | 0.0.14 |
source | src |
created_at | 2022-10-29 03:25:04.96444 |
updated_at | 2023-01-07 05:48:40.071165 |
description | wirewhale is tui viewer for pcap format data. |
homepage | |
repository | https://github.com/gawetto/wirewhale |
max_upload_size | |
id | 700815 |
size | 73,532 |
pcapフォーマットのデータをtuiで可視化するプログラムです。パケットのキャプチャ自体はtsharkやtcpdumpを利用してください。
https://github.com/gawetto/wirewhale/releases/latest
cat pcap.pcap|wirewhale
sudo tcpdump -i eth0 -U -w - 2>/dev/null|wirewhale
cmd /c "type pcap.pcap|wirewhale.exe"
※powershellではパイプでバイナリデータを渡せないのでcmdを使う必要があります
cmd /c '"C:\Program Files\Wireshark\tshark.exe" -F pcap -i 8 -w - 2>nul|wirewhale.exe'
※powershellではパイプでバイナリデータを渡せないのでcmdを使う必要があります