Giter VIP home page Giter VIP logo

netpie's Introduction

NetPie

Netpie is a Python-based network monitoring tool designed to capture and analyze network packets in real-time.

Features

  • Real-time Packet Sniffing
  • Color-coded Outputs
  • Customizable Filters
  • Statistics Table

Installation

Ensure you have Poetry, Python 3.11 or newer installed although older versions should still work. Clone the repository and set up the project using Poetry:

  • git clone https://github.com/Kyyomaa/netpie.git
  • cd netpie
  • poetry install

Alternatively install dependencies using pip:

  • git clone https://github.com/Kyyomaa/netpie.git
  • cd netpie
  • pip install -r requirements.txt

Usage

Run NetPie from the command line:

  • poetry run python netpie.py Or:
  • python netpie.py

Optional arguments to filter the traffic:

  • -p, --protocols [tcp|udp|icmp] - Filter by protocol types.
  • -d, --direction [in|out] - Filter by packet direction relative to the host machine.
  • -i, --ip [IP address] - Filter by specific IP address.
  • -t, --port [port number] - Filter by specific port number.

License

This project is licensed under the MIT License - see the LICENSE file for details.

netpie's People

Contributors

kyyomaa avatar cannedkilroy avatar

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.