TheFox / httpflood

Tool for flooding HTTP servers under Linux.

Home Page:https://fox21.at

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Tool for flooding HTTP servers under Linux.

https://fox21.at

License:MIT License


Languages

Language:C 67.9%Language:CMake 32.1%