Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
doser.go — DoS tool for HTTP requests (inspired by hulk but has more functionalities) | Kitploit
Tools/GitHubGitHub/quitten/doser.go
Web SecurityNetwork SecurityPenetration TestingRed Teaming
GitHubquitten/doser.go

doser.go

DoS tool for HTTP requests (inspired by hulk but has more functionalities)

View Repository
53818122 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

doser.go

Go

DoS tool for HTTP requests (inspired by hulk but has more functionalities) written in Go:

screenshot

How to use?

  1. Compile it
    root@kitploit:~
    go build doser.go
    
  2. Use it (For example: 999 threads sends GET requests). P.S: Do not really attack my website pls
    root@kitploit:~
    ./doser -t 999 -g 'https://stylish-bear.ru'
    

Usage

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
Download Tool

TODO:

  • Rewrite to Golang :)