Sign in to follow this  
Eminem

Network File EXtractor ( Extracting files from the network in real-time )

Recommended Posts

Overview

nfex is a tool for extracting files from the network in real-time or post-capture from an offline tcpdump pcap savefile. It is based off of the code-base from the apparently defunct project tcpxtract.

 

nfex offers:

 

  • Asynchronous user/event-driven interface
  • Real-time or offline file extraction
  • Custom written search algorithm is lightning fast and very scalable
  • Search algorithm scales across packet boundaries for total coverage and forensic quality
  • Support for 27 file formats
  • A simple, repeatable way to add new file formats by editing the configuration file (post compilation)
  • GeoIP targeting support using the free MaxMind C API
  • Analysis tool for post extraction processing
  • Compilation and Installation
  • Build and install these fine libraries: * libpcap * libnet
  • Optionally build and install this guy: * MaxMind GeoIP library

./configure && make sudo make install

 

 

[hide]   https://github.com/mschiffm/nfex  [/hide]

Share this post


Link to post
Share on other sites

ex is a tool for extracting files from the network in real-time

Share this post


Link to post
Share on other sites

Think method is not working anymore

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this