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.
- Host: GitHub
- URL: https://github.com/thefox/httpflood
- Owner: TheFox
- License: mit
- Created: 2011-01-02T12:57:57.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T19:29:38.000Z (almost 6 years ago)
- Last Synced: 2025-04-23T12:03:14.532Z (10 months ago)
- Topics: c, flood, flood-attack, http, linux, mit-license
- Language: C
- Homepage: https://fox21.at
- Size: 56.6 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.