#tcpflow
Re-implemented something very similar to `tcpflow` using python in basically one sitting today. I wanted to output bidirectional traffic to pcapng files with raw IP link type.
May 9, 2023 at 9:46 PM
I used tcpflow to analyse the transferred data and it doesn't seem to be transmitting anything but versions of software and programmer firmware versions. Phew! 😅
May 2, 2025 at 4:08 PM
Comparison of tools that extract files from #pcap
:neocat_book: Chaosreader
⛏️ NetworkMiner
🐿️ Suricata
🫗 tcpflow
🦈 Wireshark
👁️ Zeek
https://netresec.com/?b=255329f
@netresec
netresec.com
May 5, 2025 at 4:13 PM
Tcpdump + tcpflow and probably socat can come handy :)
November 16, 2024 at 9:15 PM