2021-03-31 23:47:39 +07:00
2021-03-31 23:47:39 +07:00
2020-11-19 10:45:26 +07:00
2020-11-10 23:40:49 +07:00
2020-12-11 14:47:20 +07:00
2020-11-10 17:07:25 +00:00
2020-11-11 18:10:01 +07:00
2021-03-31 23:41:35 +07:00
2021-03-31 23:41:35 +07:00
2020-11-11 00:30:38 +07:00
2021-03-31 23:41:35 +07:00
2020-11-19 10:45:26 +07:00

Python CICFlowMeter

This project is not maintained actively by me. If you found something wrong (bugs, incorrect results) feel free to create merge request.

Installation

git clone https://gitlab.com/hieulw/cicflowmeter
cd cicflowmeter
python setup.py install

Usage

usage: cicflowmeter [-h] (-i INPUT_INTERFACE | -f INPUT_FILE) [-c] [-u URL_MODEL] output

positional arguments:
  output                output file name (in flow mode) or directory (in sequence mode)

optional arguments:
  -h, --help            show this help message and exit
  -i INPUT_INTERFACE    capture online data from INPUT_INTERFACE
  -f INPUT_FILE         capture offline data from INPUT_FILE
  -c, --csv, --flow     output flows as csv

Convert pcap file to flow csv:

cicflowmeter -f example.pcap -c flows.csv

Sniff packets real-time from interface to flow csv: (need root permission)

cicflowmeter -i eth0 -c flows.csv

Reference: https://www.unb.ca/cic/research/applications.html#CICFlowMeter

S
Description
No description provided
Readme 160 KiB
Languages
Python 99.5%
Makefile 0.5%