hping2
Active Network Smashing Tool
Install
- All systems
-
curl cmd.cat/hping2.sh
- Debian
-
apt-get install hping3
- Ubuntu
-
apt-get install hping3
- Arch Linux
-
pacman -S hping
- Kali Linux
-
apt-get install hping3
- Fedora
-
dnf install hping3
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install hping3
- OS X
-
brew install hping
- Raspbian
-
apt-get install hping3
- Dockerfile
- dockerfile.run/hping2
hping3
Active Network Smashing Tool
hping3 is a network tool able to send custom ICMP/UDP/TCP packets and to display target replies like ping does with ICMP replies. It handles fragmentation and arbitrary packet body and size, and can be used to transfer files under supported protocols. Using hping3, you can test firewall rules, perform (spoofed) port scanning, test network performance using different protocols, do path MTU discovery, perform traceroute-like actions under different protocols, fingerprint remote operating systems, audit TCP/IP stacks, etc. hping3 is scriptable using the Tcl language.