{"id":21500432,"url":"https://github.com/linwin-cloud/easy-ddos","last_synced_at":"2025-07-15T22:31:42.763Z","repository":{"id":222956604,"uuid":"756317187","full_name":"LinWin-Cloud/Easy-DDOS","owner":"LinWin-Cloud","description":"EasyDDOS高性能DDOS工具-流量杀手。专门设计用于在一段时间内(攻击与结束后) 局域网或者手机电脑热点瘫痪、流量欠费、局域网内所有互联网设备的网络全部掉线或者网络及慢。在ddos方案中，该软件提供 http 高度攻击、死亡之ping、局域网/热点扫描与信息收集等。","archived":false,"fork":false,"pushed_at":"2024-02-17T13:46:35.000Z","size":416,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-02-18T09:28:47.969Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LinWin-Cloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-12T12:34:14.000Z","updated_at":"2024-02-18T06:17:42.000Z","dependencies_parsed_at":"2024-02-17T09:28:03.120Z","dependency_job_id":"fe15d9d6-fda3-4652-929d-92fa92392964","html_url":"https://github.com/LinWin-Cloud/Easy-DDOS","commit_stats":null,"previous_names":["linwin-cloud/easy-ddos"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinWin-Cloud%2FEasy-DDOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinWin-Cloud%2FEasy-DDOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinWin-Cloud%2FEasy-DDOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinWin-Cloud%2FEasy-DDOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinWin-Cloud","download_url":"https://codeload.github.com/LinWin-Cloud/Easy-DDOS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226077595,"owners_count":17570163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-23T17:40:41.627Z","updated_at":"2024-11-23T17:40:43.281Z","avatar_url":"https://github.com/LinWin-Cloud.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EasyDDOS 流量杀手\nEasyDDOS高性能DDOS工具-流量杀手。专门设计用于在一段时间内(攻击与结束后) \n局域网或者手机电脑热点瘫痪、流量欠费、局域网内所有互联网设备的网络全部掉线\n或者网络及慢。在ddos方案中，该软件提供 http 高度攻击、死亡之ping、局域网\n/热点扫描与信息收集等。\n\n### 关于软件\n- 作者: 王相卿\n- 软件名称: EasyDDOS\n- 编写语言: C++\n- 适用平台: Linux\n- 项目地址: https://gitee.com/LinWin-Cloud/easy-ddos\n- 联系方式:\n    1. QQ: 2382546858\n    2. 邮箱: 2382546858@qq.com\n\n### 文档\n- https://gitee.com/LinWin-Cloud/easy-ddos/wiki/\n\n### 攻击内容\n- 1 HTTP攻击: 模拟若干用户不停发送HTTP请求\n- 2 死亡之ping: 模拟若干用户不停发送ping攻击\n- 3 局域网扫描: 扫描所有局域网网段，并且获取目标的基础信息\n- 4 局域网/热点破坏: 利用局域网扫描信息实施局域网/热点网络环境破坏\n- 5 Whois工具: 通过 whois 工具查询网站信息\n- 6 网络资源攻击: 通过一个数据包携带大量数据来堵塞对方网络资源（对局域网压力很大）\n\n### Linux 安装\n克隆源代码，默认的编译版本为 amd64 架构 (x86_64)\n\u003e git clone https://gitee.com/LinWin-Cloud/easy-ddos\n\n进入源代码目录\n\u003e cd easy-ddos\n\n运行库安装程序 (建议使用Ubuntu , 因为Ubuntu支持最好，开发测试全部采用Ubuntu22.03版本)\n\u003e python3 ./install_lib.py\n\n运行EasyDDOS\n\u003e sudo ./bin/easy_ddos  #必须以root运行，否则无法运行\n\n### Android Termux安装\n需要在Termux环境下安装小型Ubuntu系统，在Termux内运行以下命令.\n- 这个教程在: https://gitee.com/KudouShinnyan/ubuntu-in-termux\n```angular2html\napt install git proot -y\n\ngit clone --depth=1 -b ubuntu22.04 https://gitee.com/KudouShinnyan/ubuntu-in-termux\n\nmv ubuntu-in-termux ubuntu22.04\n\ncd ubuntu-in-termux\n\nchmod +x ubuntu.sh\n\n./ubuntu.sh -y\n\nsed -i 's/ports.ubuntu.com/mirrors.bfsu.edu.cn/g' /etc/apt/sources.list\n\napt update \u0026\u0026 apt upgrade -y\n```\n\n在 Ubuntu 中执行以上安装指令\n克隆源代码，默认的编译版本为 amd64 架构 (x86_64)\n\u003e git clone https://gitee.com/LinWin-Cloud/easy-ddos\n\n进入源代码目录\n\u003e cd easy-ddos\n\n运行库安装程序 (建议使用Ubuntu , 因为Ubuntu支持最好，开发测试全部采用Ubuntu22.03版本)\n\u003e python3 ./install_lib.py\n\n运行EasyDDOS\n\u003e sudo ./bin/easy_ddos  #必须以root运行，否则无法运行\n\n### 编译软件\n当然如果架构不符合，那就编译一个：安装必要的库\n\u003e python3 ./install_lib.py\n\n依赖的库\n```\nlibcurl4-openssl-dev\nnet-tools\nwhois\narp-scan\n```\n启动编译脚本\n\u003e ./build-linux.sh # 自动编译到 ./bin/easy_ddos","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinwin-cloud%2Feasy-ddos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinwin-cloud%2Feasy-ddos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinwin-cloud%2Feasy-ddos/lists"}