Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 320 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 320 Bytes

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.