Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shekyan/slowhttptest
Application Layer DoS attack simulator
https://github.com/shekyan/slowhttptest
performance-metrics security-scanner slowhttptest
Last synced: 28 days ago
JSON representation
Application Layer DoS attack simulator
- Host: GitHub
- URL: https://github.com/shekyan/slowhttptest
- Owner: shekyan
- License: apache-2.0
- Created: 2015-03-15T00:57:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T12:37:17.000Z (4 months ago)
- Last Synced: 2024-10-01T16:05:03.660Z (about 1 month ago)
- Topics: performance-metrics, security-scanner, slowhttptest
- Language: C++
- Homepage:
- Size: 646 KB
- Stars: 1,500
- Watchers: 56
- Forks: 297
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-termux-hacking - slowhttptest - Application Layer DoS attack simulator.[![->](https://img.shields.io/github/stars/shekyan/slowhttptest.svg?style=social&label=Star&maxAge=2592000)](https://github.com/shekyan/slowhttptest/stargazers/) (Uncategorized / Uncategorized)
README
## Disclaimer ##
Any actions and or activities related to the code provided is solely your responsibility.The misuse of the information in this website can result in criminal charges brought against the persons in question. The authors will not be held responsible in the event any criminal charges be brought against any individuals misusing the information in this tool to break the law.
# SlowHTTPTest #
[![Build Status](https://travis-ci.org/shekyan/slowhttptest.svg?branch=master)](https://travis-ci.org/shekyan/slowhttptest)
SlowHTTPTest is a highly configurable tool that simulates some Application Layer Denial of Service attacks by prolonging HTTP connections in different ways.
Use it to test your web server for DoS vulnerabilites, or just to figure out how many concurrent connections it can handle.
SlowHTTPTest works on majority of Linux platforms, OS X and Cygwin - a Unix-like environment and command-line interface for Microsoft Windows, and comes with a Dockerfile to make things even easier.Check out [Wiki](https://github.com/shekyan/slowhttptest/wiki) for installation and usage details.
Latest official image is available at [Docker Hub](https://hub.docker.com/repository/docker/shekyan/slowhttptest):
`docker pull shekyan/slowhttptest:latest`