# Extract Files from Network Capture > Carve downloaded payloads and exfiltrated data from PCAP **Tools:** [[tools/tcpxtract|tcpxtract]], [[tools/tcpflow|tcpflow]], [[tools/networkminer|networkminer]] ## Commands ```bash # Carve files using signatures tcpxtract -f -o carved/ # Extract individual TCP streams tcpflow -r -o streams/ # Or use NetworkMiner for automated extraction NetworkMiner --pcap ``` #recipe #tcpxtract #tcpflow #networkminer