https://github.com/bannsec/scapyshark
Wireshark like implementation with Scapy
https://github.com/bannsec/scapyshark
Last synced: about 1 year ago
JSON representation
Wireshark like implementation with Scapy
- Host: GitHub
- URL: https://github.com/bannsec/scapyshark
- Owner: bannsec
- Created: 2018-12-25T16:10:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T16:32:45.000Z (over 7 years ago)
- Last Synced: 2025-04-12T12:53:17.526Z (over 1 year ago)
- Language: Python
- Size: 735 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
Implement something similar to Wireshark but in Python/Scapy.
# But why?
Idk. Why not.
# Install?
```bash
pip install scapyshark
# Or
git clone https://github.com/bannsec/scapyshark.git
cd scapyshark
pip install .
```
# Run?
```bash
sudo -E $(which scapyshark)
# Or if only replaying and do not need to sniff
scapyshark
```