Dos attack using CMD

Ethical Hacking: 

Dos (denial of service) Attack . This attack is really popular in hackers community . This type of attack is usually implemented by hitting the target resource such as a web server with too many requests at the same time. This results in the server failing to respond to all the requests. The effect of this can either be crashing the servers or slowing them down. 

Popular tools for Dos Attack   

LOIC (Low Orbit ION cannon) :Open source DDoS tool which can easily perform TCP, UDP   and HTTP DoS attacks.

 HOIC (High Orbit ION cannon) 

 RUDY.

 Slowloris

 HTTP Unbearable Load King (HULK) 

 XOIC.

 DDoSIM (DDoS Simulator)

 PyLoris

 Dos Attack using cmd :   In this lacture of Dos attack We are going to see how we can do Dos Attack    using cmd this attack is known as The Ping of Death . we can perform this attack on router network        and  on a cctv running service and other running service on the network. 

   in this Attack we perform a ping request to the target ip until its gets down or out of service . 

So without wasting time in theory lets get Started :

 Step1 : open command prompt 

 Step 2:  type : ping <target website addr / target ip addr> -t -l  <packet size according to bandwidth > 

        Example : ping 192.168.1.1 -t -l 1000

                         ping  www.whitehatarmy.com -t -l 15000 

 So what we are doing here 

  we are sending ping request to my website or ip  for -t (Ping the specified host until stopped.)

   means ping is not gonna stop if you don't want it to stop. -l (Loading the buffer size) according to the      bandwidth. if ping is not working then try to load short size of data packet.  

   


   Tip: for effective attack use multiple command prompt for a single target . 

   Note: this information is for knowledge purpose plz do not use it for illegal activities. 

        




Comments