# tcpflow # Extract and reassemble TCP streams from PCAP files into individual files # Docs: https://docs.remnux.org/discover-the-tools/explore+network+interactions/monitoring % network, tcp, stream-extraction # Basic usage tcpflow -r -o output/ # --- Recipes (multi-tool chains) --- # >> Extract Files from Network Capture # Carve files using signatures tcpxtract -f -o carved/ # Extract individual TCP streams tcpflow -r -o streams/ # Or use NetworkMiner for automated extraction NetworkMiner --pcap