CICFlowMeter Python Implementation
Project description
Python CICFlowMeter
This project is not maintained actively by me. If you found something wrong (bugs, incorrect results) feel free to create issues or pull requests.
Installation
git clone https://github.com/hieulw/cicflowmeter
cd cicflowmeter
poetry install
Usage
usage: cicflowmeter [-h] (-i INPUT_INTERFACE | -f INPUT_FILE) [-c] [-v] output
positional arguments:
output output file name (in flow mode) or directory (in sequence mode)
options:
-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 output flows as csv
-v, --verbose more verbosity
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
References:
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.9.tar.gz
(12.3 kB
view hashes)
Built Distribution
Close
Hashes for cicflowmeter-0.1.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9dcd9ac022377152f5a9944435ed3be76a5600ef51111d8697fcefe9462cf6a8 |
|
MD5 | 593c080e63c2ed21b9d1146977482c63 |
|
BLAKE2b-256 | 4fdd8242bf09059fff5d65bd9642fe0813f93e5498b44a455f0717035e033bf6 |