Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jakubsob/packetmonitor
- Owner: jakubsob
- Created: 2020-01-02T18:20:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T19:01:39.000Z (about 5 years ago)
- Last Synced: 2024-10-30T00:38:59.885Z (2 months ago)
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`