Fluere

FOSSA Status Rust Codacy Badge

Cross Platform Packet Capture, pcap to Netflow Conversion, Live Netflow Capture Tool

Supported Platforms

Windows MacOS Linux

Windows, MacOS, and Linux are All Supported! YAY!

Help Image

Overview

Fluere is a versatile tool designed to capture network packets in pcap format and convert them into NetFlow data. It also supports live capture and conversion of NetFlow data. Fluere is cross-platform compatible, running on Windows, macOS, and Linux operating systems.

Prerequisites

Ensure that you have installed libpcap on Linux and macOS or npcap on Windows. - you need to install npcap in winpcap compatible mode

Installation

sh cargo install fluere

Usage

Execute Fluere by entering the fluere command in the terminal.

To list available interfaces, use:

sh fluere online -l

or

sh fluere pcap -l

Select the capture mode:

Specify the desired capture duration in milliseconds (ms):

sh -d 1000

Set the output file's title:

sh -c file_title

The captured packets or NetFlow data will be saved in the "output" directory within Fluere's installation folder.

Important Notes

For Linux and macOS users, ensure that you run Fluere with administrator privileges.

Example

sh sudo fluere online -d 1000 -c my_capture

License

FOSSA Status