Skip to content

selevit/httpdos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiling

You should to have gccgo complier in your system for building this software. Install it, if gccgo compiler is missing and run the make command in your favorite command line interpreter

Usage

Note: This software maintained for education purposes only. Author of this software is not liable for any damages, which you cause within it.

This program must be runned from command line and required two arguments. First is a url of target, which tested. It must contains the %d parameter, which will be replaced by random integer number. Second arguments is count of threads for connection setup.

Example

make && ./httpdos 'http://site.org/viewforum.php?f=%d' 300

Releases

No releases published

Packages

No packages published

Languages