Network Packet Sniffer & Analyzer β Capture and analyze network traffic using raw sockets. Zero dependencies.
- π‘ Raw Socket Capture β Direct packet capture without libpcap
- π Protocol Parsing β Ethernet, IPv4, TCP, UDP, ICMP, ARP
- π¨ Color-coded Live Output β Real-time packet display with protocol highlighting
- π― Flexible Filtering β By protocol, port, or IP address
- π Statistics Dashboard β Protocol distribution, unique IPs, traffic volume
- π΄ TCP Flag Analysis β SYN, ACK, FIN, RST, PSH, URG detection
- πΎ JSON Export β Full packet capture export for analysis
- π« Zero Dependencies β Pure Python using raw sockets
```bash
sudo netspectre
sudo netspectre -i eth0 -c 100
sudo netspectre -p tcp sudo netspectre -p udp sudo netspectre -p arp
sudo netspectre --port 443 sudo netspectre --ip 192.168.1.1
sudo netspectre -c 50 -o capture.json ```
For authorized network monitoring only. Unauthorized packet capture may be illegal. The author is not responsible for misuse.
MIT β @redX000