https://github.com/soxoj/slowhttpdos-docker-images
DC7494 Meetup #4
https://github.com/soxoj/slowhttpdos-docker-images
defcon r-u-dead-yet slowhttptest slowloris slowloris-attack slowread
Last synced: 10 months ago
JSON representation
DC7494 Meetup #4
- Host: GitHub
- URL: https://github.com/soxoj/slowhttpdos-docker-images
- Owner: soxoj
- Created: 2019-01-17T23:18:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T12:28:35.000Z (over 2 years ago)
- Last Synced: 2025-03-19T19:58:14.929Z (10 months ago)
- Topics: defcon, r-u-dead-yet, slowhttptest, slowloris, slowloris-attack, slowread
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bWAPP instances for Slow HTTP DoS testing
DC7494 Meetup #4
## build & run
```
docker-compose build
docker-compose up
curl http://localhost:PORT/install.php?install=yes # once for bWAPP init
```
## testing
using [slowhttptest](https://github.com/shekyan/slowhttptest):
```
slowhttptest -u http://localhost:PORT/login.php {-H,-B,-R,-X} {params}
```
## test instances
apache2-vulnerable: http://localhost:8081/login.php
apache2-fixed: http://localhost:8082/login.php
nginx-vulnerable: http://localhost:9081/login.php
nginx-fixed: http://localhost:9082/login.php