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
–l 65510 192.168.1.5
ð ping
–t 0.01 –l 65000
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