https://github.com/slozzzzy/network-sniffer
A simple python network sniffer that can capture network packets. Able to Detect unusal traffic.
https://github.com/slozzzzy/network-sniffer
cybersecurity network network-analysis
Last synced: 4 months ago
JSON representation
A simple python network sniffer that can capture network packets. Able to Detect unusal traffic.
- Host: GitHub
- URL: https://github.com/slozzzzy/network-sniffer
- Owner: Slozzzzy
- Created: 2025-01-30T07:57:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-08T13:14:10.000Z (over 1 year ago)
- Last Synced: 2025-07-10T04:19:15.756Z (12 months ago)
- Topics: cybersecurity, network, network-analysis
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Network sniffer. A simple python program that detects and captures network traffic.
Dependencies - scapy, pyshark, tshark, wireshark
CTRL C twice to capture recorded packets.
CTRL C three times after to exit program.
Will continue to update later to improve usability.