Skip to content

TheFox/httpflood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTPFlood

Tool for flooding HTTP servers under Linux.

Build

  1. Clone:

    git clone https://github.com/TheFox/httpflood.git
  2. In httpflood directory, make:

    mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make && make test
  3. Done.