HTTPFlood Tool for flooding HTTP servers under Linux. Build Clone: git clone https://github.com/TheFox/httpflood.git In httpflood directory, make: mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make && make test Done.