hping3 - A Kali Linux Tool

hping3 is a command-line oriented TCP/IP packet assembler/analyzer. It's also a good informational tool to learn TCP/IP.

Using hping3 we can : 
  • Test firewall rules
  • Advanced port scanning 
  • Used by students that are learning TCP/IP

Installation

hping3 comes pre-installed in both Kali Linux and Parrot OS.
sudo apt-get install hping3

Usage

hping3 --help

Performing simple DOS attack

sudo hping3 -S --flood -V -p 80 209.85.255.255



This information is only for educational purpose and we are not responsible for any kind of illegal activity done by this tool.

Check out similar tools HERE.

Hope you have enjoyed reading this.
Leave a comment below



Comments

Popular Posts