HTTP-Smuggling-Lab
Use HTTP Smuggling Lab to learn HTTP Smuggling.
File Explorer
Download Latest Version (.zip)- README.md
- check.sh
- docker-compose.yml
- Dockerfile
- README.md
- ats6.Dockerfile
- ats7.Dockerfile
- check.sh
- docker-compose.yml
- haproxy.Dockerfile
- nginx.Dockerfile
- README.md
- index.php
- index.php
- ats7.Dockerfile
- check.sh
- docker-compose.yml
- lamp.Dockerfile
- lnmp.Dockerfile
- README.md
- app.py
- check.sh
- docker-compose.yml
- gunicorn.dockerfile
- haproxy.dockerfile
- README.md
- default.conf
- check.sh
- docker-compose.yml
- Dockerfile
- README.md
- default.vcl
- exp.py
- img1.png
- img2.png
- socket.io.js
- index.html
- app.py
- websocket.html
- apache.dockerfile
- docker-compose.yml
- flask.dockerfile
- README.md
- varnish.dockerfile
- .gitignore
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/ZeddYu/HTTP-Smuggling-Lab
Downloads the entire project code from GitHub to your computer.
cd HTTP-Smuggling-Lab
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose -f jetty/docker-compose.yml up -d --build
Runs the command against the services defined in the compose file.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
