Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakubsob/packetmonitor

Monitor packets running through network with Wireshark and Elasticsearch.
https://github.com/jakubsob/packetmonitor

Last synced: 23 days ago
JSON representation

Monitor packets running through network with Wireshark and Elasticsearch.

Awesome Lists containing this project

README

        

# PacketMonitor

Download required docker images of Elasticsearch and Kibana and Filebeat deb package: `./install.sh`

Start Elasticsearch, Kibana and Filebeat: `./run_elk.sh`

Import dashboard in `export.ndjson` to Kibana.

Specify interface to capture with `-i` in `run_tshark.sh`. Start capturing packets with TShark: `./run_tshark.sh`

Run file parser with: `python file_listener.py`