Using hping to send a upd ping.
- June 26th, 2009
- Posted in Documentation
- Write comment
hping2 –udp -p portnumber ipaddress -d packetbodysize
Example:
I used the following to verify a DNS listening.
hping2 –udp -p 53 192.168.0.1 -d 50
hping2 –udp -p portnumber ipaddress -d packetbodysize
Example:
I used the following to verify a DNS listening.
hping2 –udp -p 53 192.168.0.1 -d 50
No comments yet.