Giter Club home page Giter Club logo

pcap_remote's Introduction

LIBPCAP RPC Muxer

Client app uses GRPC for libpcap call on remote hosts

Quick start

  1. Install wireshark on client host
  2. Build executables:
# go mod download
# mkdir -p build
# go build -o build daemon/daemon.go; go build -o build client/*
  1. Install and run daemon from build dir or releases to all remote servers and run
  2. Start client app
  3. Add remote hosts with running daemon to local config:
>>> devices add remote1 192.0.2.1
>>> devices add remote2 192.0.2.2

or do it by group

>>> devices add remote1 192.0.2.1 remote2 192.0.2.2
  1. Set interface to capture (must be same on all devices)
>>> interface any

Default: any

  1. Set pcap-filter
>>> pcap-filter tcp port 443

Default: ""

  1. Start capture
>>> start
  1. After done, press stop button in wireshark and/or close it

pcap_remote's People

Contributors

sprogster 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.