# hoho-ddos **Repository Path**: sansjtw/hoho-ddos ## Basic Information - **Project Name**: hoho-ddos - **Description**: Hoho-ddos is a DDOD attack program with multiple attack methods. It can directly exhaust the flow, and the damage is average. The supported attacks are http flooding, - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-25 - **Last Updated**: 2024-08-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hoho-ddos ![hoho-ddos](/hoho-ddos.png) ![Static Badge](https://img.shields.io/badge/python-3.0-blue?logo=python&link=https%3A%2F%2Fpython.org) [中文](/README_cn.md) | [English](/README.md) ## hoho_ddos2.0 我们已提出了hoho_ddos2.0,仓库: * gitee: https://gitee.com/sansjtw/hoho_ddos2 * github: https://github.com/sansjtw/hoho_ddos2 ## 介绍 Hoho-ddos 是一个具有多种攻击方法的 DDOD 攻击程序。它可以直接耗尽流量或使服务器瘫痪。支持的攻击包括 HTTP Flood、IP Flood、ICMP Flood、DNS Query Flood 等。 * 基于 Python 编写 * 13 种攻击方法 * 对初学者易于使用 ## 安装 ### 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 下载此项目并解压。 在 Win10 上安装 https://www.python.org/ftp/python/3.10.6/python-3.10.6.exe 安装完成后双击 `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 ``` ## 运行 ### hoho-ddos支持语言 * EN `index.py` * CN `index.cn.py` * RU `index.ru.py` ### 运行方法 ``` python index.py ``` ## 攻击方法 ``` [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(需要 sippy 库) [13] Smurf Attack ```