Site Links

Saturday 2 August 2014

DoS (Denial of Service )



                                               DENIAL OF SERVICE





Before we start, I just want to publish that this is for education purpose only. DOS attack on a website can make you spend more than 10 years in prison and can cost you a huge amount of money, probably in millions.


So lets start.

Denial of Service (DOS) is used to make a machine or network temporarily unavailable to its intended users. In technical terms, DoS is simply sending large packets of data or null packets to the server /network within a short interval of time (sec.). For example, if you keep sending 1gb of data per sec. (for a some amount of time like 30 mins.) over the network, it will cause the network to overload because of the packets it is receiving in a very small time. This will end up making the website or network to be suspended.

However, you cannot DOS a website with a single computer. Only very small websites may be vulnerable to this. But for taking down a good website requires very large number of computers attacking the website at the same time (DDos).


These type of attacks are very serious and can cause a huge damage to the website or the network. Imagine if a DOS attack is performed on a bank’s website, this could lead to temporarily suspension of the website and thus causing a huge amount of loss to the bank.

In this tutorial I will be teaching you an old yet famous method of DOSing a website,  “ping of death”.  This method floods the OS with overlapping TCP/IP fragments and ultimately causing the OS to crash and resource starvation.  You just need a cmd for this attack. So here you go:

First, open command prompt.
Now, we need to know the IP address of our target website. This can be done by typing

ð  ping www.ourtargetwebiste.com

This will give us the target website’s IP address.

Now, for DOSing the target,  

ð  ping –l 65510 192.168.1.5

Here, 192.168.1.5 is the target website’s IP address. Leave the system for some time to complete the attack.

You can also do this by typing, 
ð  ping –t 0.01 –l 65000

-t is the time (sec.) used to repeat the ping recursively and –l is the packet size. So, Vary these digits in order to make your attack more efficient according to the website. The more the –l and less the –t, the higher will be the attack intensity.


Like I said earlier, this attack cannot be used to turn down a good website. You will need many computer bots to attack such websites. 
There are other tools for DOS attack namely HOIC , LOIC, Slowloris and use of some special Trojans.

If you need any help or you have any suggestion, feel free to contact me.

Hacking is not a crime. Its an art. Use it for good. Don't misuse it. Happy Hacking....!!!  




                                                           Article  By : Varun Sharma






No comments:
Write comments
© 2020 ETHICAL HACKING. Designed by Vijay Patel
Powered by Blogger.