Wednesday 26 September 2012

Crash A Site Using CMD

If you want to Crash a site , they  are many ways to do ... But the Simple way is to Use Cmd ... So follow my steps ...

Step 1 : Start > Run > Cmd .... 

Step 2 : Now You need to find the IP Address of the Site you want to Crash .... It can be know by using a command called " ping " ....


Code : c:\ ping website

Example : c:\ ping mindjolt.com

Step 3 :  Now you will get the IP Address of the Site & by using this IP you can Crash the Site ....  Now type this code to crash the site

Code : c:\ ping site-ip -t -l 1000


Example : c:\ ping 97.64.112.229 -t -l 1000

Step 4 : Now wait for some time to crash it ... Similarly if you try this code in different PC's at the same time then it could be easy to crash it .... 

Step 5 : Similarly you can crash the " Server "  by using the same code  with few modifications ........ 

Code : c:\  ping site-ip -l 65500 -n 10000 -w 0.00001

Example : c:\ ping 192.127.1.45 -l 65500 -n 10000 -w 0.00001

Step 6 : Now by using a simple ping command you can Crash a Site

1 comment:

add me