Results 1 to 2 of 2

Thread: tcpxtract: another utility for packet forensics

  1. #1
    Senior Member
    Join Date
    May 2004
    Posts
    274

    tcpxtract: another utility for packet forensics

    another useful tool for recovering data from packets
    tcpxtract is a tool for extracting files from network traffic based on file signatures. Extracting files based on file type headers and footers (sometimes called "carving") is an age old data recovery technique. Tools like Foremost employ this technique to recover files from arbitrary data streams. Tcpxtract uses this technique specifically for the application of intercepting files transmitted across a network. Other tools that fill a similar need are driftnet and EtherPEG. driftnet and EtherPEG are tools for monitoring and extracting graphic files on a network and is commonly used by network administrators to police the internet activity of their users. The major limitations of driftnet and EtherPEG is that they only support three filetypes with no easy way of adding more. The search technique they use is also not scalable and does not search across packet boundries. tcpxtract features the following:

    * Supports 26 popular file formats out-of-the-box. New formats can be added by simply editing its config file.
    * With a quick conversion, you can use your old Foremost config file with tcpxtract.
    * Custom written search algorithm is lightning fast and very scalable.
    * Search algorithm searches across packet boundries for total coverage and forensic quality.
    * Uses libpcap, a popular, portable and stable library for network data capture.
    * Can be used against a live network or a tcpdump formatted capture file.
    Source: http://tcpxtract.sourceforge.net/
    Excuse me, is there an airport nearby large enough for a private jet to land?

  2. #2
    Master-Jedi-Pimps0r & Moderator thehorse13's Avatar
    Join Date
    Dec 2002
    Location
    Washington D.C. area
    Posts
    2,885
    Interesting tool. Since it supports tcpdump format, I pumped an ethereal capture and the results were pretty neat.

    Thanks for the toy.

    --TH13
    Our scars have the power to remind us that our past was real. -- Hannibal Lecter.
    Talent is God given. Be humble. Fame is man-given. Be grateful. Conceit is self-given. Be careful. -- John Wooden

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •