hoho-ddos | sansjtw’s blog

LOADING

Loading is too slow. Please turn on the cache browser. By default, it is turned on.

hoho-ddos

hoho-ddos

hoho-ddos
Static Badge
中文 | English

Introduction

Hoho-ddos is a DDOS attack program with multiple attack methods. It can directly exhaust traffic or cripple servers. Supported attacks include HTTP Flood, IP Flood, ICMP Flood, DNS Query Flood, and more.

  • Written in Python
  • 13 attack methods
  • Easy to use for beginners

Installation

Linux

wget https://www.python.org/ftp/python/3.10.6/Python-3.10.6.tgz
tar -xvf Python-3.10.6.tgz
cd Python-3.10.6
./configure --prefix=/usr/local/python
make & make install
git clone https://github.com/sansjtw/hoho-ddos/
cd hoho-ddos

Windows

Download this project and unzip it.
Install on Win10
https://www.python.org/ftp/python/3.10.6/python-3.10.6.exe
After installation, double click index.py.

Termux

apt update
apt install python
apt install git
git clone https://gitee.com/sansjtw/hoho-ddos.git
//git clone https://github.com/sansjtw/hoho-ddos.git

Run

hoho-ddos supported languages

  • EN
    index.py
  • CN
    index.cn.py
  • RU
    index.ru.py

How to run

python index.py

Attack Methods

[1] IP Flood
[2] HTTP Flood
[3] ICMP Flood
[4] SYN Flood
[5] Connection Flood
[6] SIP Invite Flood
[7] UDP Reflection Flood
[8] DNS Query Flood
[9] NTP Request Flood
[10] Slow Read Attack
[11] Slowloris Attack
[12] SIP Register Flood (requires sippy library)
[13] Smurf Attack