Supported Platforms
Windows, MacOS, and Linux are All Supported! YAY!
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.
Ensure that you have installed libpcap
on Linux and macOS or npcap
on Windows.
- you need to install npcap
in winpcap compatible mode
sh
cargo install fluere
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:
online
: Live NetFlow data capture and conversionoffline
: Convert pcap files to NetFlow datapcap
: Capture packets in pcap formatSpecify 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.
For Linux and macOS users, ensure that you run Fluere with administrator privileges.
sh
sudo fluere online -d 1000 -c my_capture