Hping3 packet crafting

Hping3 is a powerful command-line tool used for crafting and analyzing network packets.

It allows users to send custom TCP, UDP, and ICMP packets, making it useful for network testing,
firewall analysis, and security assessments.

First install Terminator package on Kali to access multiple terminals in easy manner.
     #apt install terminator


1. Install Hping3 on Linux system




2. Open two terminal windows , One for running hping3 and second for monitoring using tcpdump.

#tcpdump -v -n -X dst [dest_ip] and src [source_ip]

metasploitable2          Kali Linux


















https://techyrick.com/hping3-full-tutorial-for-dummies-to-pro/