Saturday, 12 March 2016

How to DDoS Website using CMD (Windows Only)


In this post i will be telling you how to DoS a Website using CMD. Please remember that this guide will only works on windows operating system. Recently i have published a guide on how to DDoS any server or website using Kali Linux OS. Please remember that now a days all websites are using DDoS protection, so better to first find a vulnerable website.  So lets come on DDoS using CMD in Windows.


Requirements to DDOS a Website using CMD in Windows

1- Command Prompt (CMD or DOS).
2- IP Address of Targeted Site.

How To Get IP of Any Website using CMD

Open your Command Prompt and type the following command and Hit Enter.
nslookup Site-Name

(e.g nslookup www.ehackingdna.com)

It will show you IP address of the site.

Now write this following commands Perform DDOS Attack
ping SITE-IP -l 65500 -n 10000000 -w 0.00001

Let Me Explain The Commands

-n 10000000= the number of DoS attemps.. u can change the value "10000000" with ur desired value u want to attempt attack.

SITE-IP= Replace the text with the ip address of the site u want to be attacked..

-w 0.00001 = It is the waiting time after one ping attack.

NOTE: Dont Change or Remove -l, -n and -w in this command.
That's all you have sucessfully finished DDoS attack using cmd. It is also Known as PING OF DEATH. Remember that if you want to perform a successful DDoS attack then Windows or CMD will not work but wait it will work to take down the small site, I mean those site which runs on Low Server Specifications. I will highly recommend you to use Kali Linux if you really want to hack a website. Anyways if you have any problem then feel free to ask in comment section.

No comments:

Post a Comment