Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/detectify/vulnerable-nginx
An intentionally vulnerable NGINX setup
https://github.com/detectify/vulnerable-nginx
Last synced: 19 days ago
JSON representation
An intentionally vulnerable NGINX setup
- Host: GitHub
- URL: https://github.com/detectify/vulnerable-nginx
- Owner: detectify
- Created: 2020-11-10T08:52:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T08:56:40.000Z (about 4 years ago)
- Last Synced: 2024-08-01T03:42:26.680Z (4 months ago)
- Language: Dockerfile
- Size: 97.7 KB
- Stars: 219
- Watchers: 7
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vulnerable-apps - Vulnerable-nginx - An intentionally vulnerable NGINX setup (Uncategorized / Firmware)
README
# Vulnerable-nginx
Vulnerable-nginx is an intentionally vulnerable NGINX setup that shows some common nginx misconfigurations. A blog post about the misconfigurations can be read here: [https://blog.detectify.com/2020/11/10/common-nginx-misconfigurations/](https://blog.detectify.com/2020/11/10/common-nginx-misconfigurations/)
## Installation
Requires docker
```bash
cd vulnerable-nginx
docker-compose up -d
```## Usage
Visit http://localhost:5000/cats/ to get started (replace localhost with the ip of your docker-machine if you are using Docker Toolbox)