Hping3
[[ Description ]]
Hping3 is fully scriptable using the TCL language, and packets can be received and sent via a binary or string rappresentation describing the packets. This means that a few lines of code can perform things that usually take many lines of C code. Examples are automated security tests with pretty printed report generation, TCP/IP test suites, many kind of attacks, NAT-ting, prototypes of firewalls, implementation of routing protocols, and so on.
[[ Example ]]
hping3 -c 1 -V -I eth0 -1 208.81.226.42
-c = count
-V = verbose
-I = Network Interface to use
-1 = ICMP packet
[[ Tutorial ]]