Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aksh-bansal-dev/packet-sniffer
A simple packer sniffer written in python.
https://github.com/aksh-bansal-dev/packet-sniffer
Last synced: 25 days ago
JSON representation
A simple packer sniffer written in python.
- Host: GitHub
- URL: https://github.com/aksh-bansal-dev/packet-sniffer
- Owner: Aksh-Bansal-dev
- Created: 2021-07-11T18:36:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T18:50:57.000Z (over 3 years ago)
- Last Synced: 2024-11-20T11:05:17.124Z (3 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Packet Sniffer
A simple packer sniffer written in python. Currently, it only supports TCP, UDP and ICMP protocols.It logs all frames/packets that are sent or received by your computer.
## How to use
Run `sudo ./sniffer.py [-flag]`
#### Flags
- `-t` for TCP only
- `-u` for UDP only
- `-i` for ICMP only>Note: By default, it logs every 2s, but you can change it to whatever you want by changing `SLEEP_TIME` variable.