sniffit
packet sniffer and monitoring tool
Install
- All systems
-
curl cmd.cat/sniffit.sh
- Debian
-
apt-get install sniffit
- Ubuntu
-
apt-get install sniffit
- Arch Linux
-
pacman -S sniffit
- Kali Linux
-
apt-get install sniffit
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install sniffit
- Raspbian
-
apt-get install sniffit
- Dockerfile
- dockerfile.run/sniffit
sniffit
packet sniffer and monitoring tool
Sniffit is a packet sniffer for TCP/UDP/ICMP packets over IPv4. It is able to give you a very detailed technical info on these packets, as SEQ, ACK, TTL, Window, etc. The packet contents also can be viewed, in different formats (hex or plain text, etc.). Sniffit is based in libpcap and is useful when learning about computer networks and their security.