Search
| Advanced Pinging technique: + 1 TRICK |
|
|
|
| Networking - Basic Networking | ||||||||||||||||||||||||||
| Monday, 29 June 2009 08:39 | ||||||||||||||||||||||||||
![]()
Advanced Pinging technique:About ping Sends ICMP ECHO_REQUEST packets to network hosts. Syntax ping -s [-d] [-l] [-L] [-n] [-r] [-R] [-v] [ -i interface_address ] [-I interval] [-t ttl] host [packetsize] [count]
Ping relies on the ICMP protocol, which is used to diagnose transmission conditions. For this reason, it uses two types of protocol messages (out of the 18 offered by ICMP):
At regular intervals (by default, every second), the source machine (the one running the ping command) sends an "echo request" to the target machine. When the "echo reply" packet is received, the source machine displays a line containing certain information. If the reply is not received, a line saying "request timed out" will be shown.
TRICK: To make the other machine flood with packets A ping of death (abbreviated "POD") is a type of attack on a computer that involves sending a malformed or otherwise malicious ping to a computer. A ping is normally 56 bytes in size (or 84 bytes when IP header is considered); historically, many computer systems could not handle a ping packet larger than the maximum IP packet size, which is 65,535 bytes. Sending a ping of this size could crash the target computer. Traditionally, this bug has been relatively easy to exploit. Generally, sending a 65,536 byte ping packet is illegal according to networking protocol, but a packet of such a size can be sent if it is fragmented; when the target computer reassembles the packet, a buffer overflow can occur, which often causes a system crash. Use at your own risk: (we are not responsible for any consequences) ping -fs 65007 x.x.x.x x.x.x.x any IP address |
||||||||||||||||||||||||||
| Last Updated on Thursday, 02 July 2009 06:32 |





