SkillAgentSearch skills...

Doser.go

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

Install / Use

/learn @Quitten/Doser.go
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
    go build doser.go
    
  2. Use it (For example: 999 threads sends GET requests). P.S: Do not really attack my website pls
    ./doser -t 999 -g 'https://stylish-bear.ru'
    

Usage

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

TODO:

  • [X] Rewrite to Golang :)
View on GitHub
GitHub Stars531
CategoryDevelopment
Updated5d ago
Forks180

Languages

Go

Security Score

80/100

Audited on Mar 24, 2026

No findings