GithubHelp home page GithubHelp logo

ruipcf / cicflowmeter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from datthinh1801/cicflowmeter

0.0 0.0 1.0 37 KB

This is a Python version of CICFlowmeter-V5.0 (formerly known as ISCXFlowMeter).

License: MIT License

Python 99.52% Makefile 0.48%

cicflowmeter's Introduction

Python CICFlowMeter

This project is an update of the existing CiCFlowMeter (https://gitlab.com/hieulw/cicflowmeter) that can run with Python 3.10 with the libraries updated and include some bug fixes.

Installation

git clone https://github.com/ruipcf/cicflowmeter.git
cd cicflowmeter
python3 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)

I advise you to run the "main.py" that is a code ready to run from console and the packets will be dumped into a file "flow.csv".

cicflowmeter -i eth0 -c flows.csv

cicflowmeter's People

Contributors

datthinh1801 avatar ruipcf avatar

Forkers

adonayteshome

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.