Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
doser.go — HTTP 请求拒绝服务(DoS)工具(灵感源自 hulk,但功能更丰富) | Kitploit
工具/GitHubGitHub/quitten/doser.go
Web安全网络安全渗透测试红队
GitHubquitten/doser.go

doser.go

HTTP 请求拒绝服务(DoS)工具(灵感源自 hulk,但功能更丰富)

查看仓库
53818122年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

doser.go

Go

用 Go 编写的 HTTP 请求 DoS 工具(灵感来自 hulk,但功能更多):

screenshot

如何使用?

  1. 编译它
    root@kitploit:~
    go build doser.go
    
  2. 使用它(例如:999 个线程发送 GET 请求)。附注:请不要真的攻击我的网站
    root@kitploit:~
    ./doser -t 999 -g 'https://stylish-bear.ru'
    

用法

root@kitploit:~
Usage of ./doser: [-h] [-g G] [-p P] [-d D] [-ah AH] [-t T]

optional arguments:

  -h, --help  show this help message and exit
  
  -g        Specify GET request. Usage: -g '< url >'
  
  -p        Specify POST request. Usage: -p '< url >'
  
  -d        Specify data payload for POST request
  
  -t        Specify number of threads to be used

待办事项:

  • 用 Golang 重写 :)
下载工具