An open API service indexing awesome lists of open source software.

https://github.com/thefox/httpflood

Tool for flooding HTTP servers under Linux.
https://github.com/thefox/httpflood

c flood flood-attack http linux mit-license

Last synced: 6 months ago
JSON representation

Tool for flooding HTTP servers under Linux.

Awesome Lists containing this project

README

          

# HTTPFlood

Tool for flooding HTTP servers under [Linux](http://www.linux.org/).

## Build

1. Clone:

```bash
git clone https://github.com/TheFox/httpflood.git
```

2. In `httpflood` directory, make:

```bash
mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make && make test
```

3. Done.