CICFlowMeter V3 Python Implementation
Project description
Python CICFlowMeter
Installation
git clone https://gitlab.com/hieulw/cicflowmeter
cd cicflowmeter
python setup.py install
or
pip install cicflowmeter
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cicflowmeter-0.1.6.tar.gz
(13.1 kB
view hashes)
Built Distribution
Close
Hashes for cicflowmeter-0.1.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e4b356e8a1b93932365d9de83b74938562bf4323e7e014a6eacc17643fb630a |
|
MD5 | 9c6022a4d2abc4a62708bd08f12ea18b |
|
BLAKE2b-256 | 4958677f6e728bddae8c7c1302e5b2d371a99692205ae0f12ee651d2e34d8b84 |