VulnLab - A Web Vulnerability Lab Project
VulnLab A web vulnerability lab project developed by Yavuzlar. Vulnerabilities SQL Injection Cross Site Scripting (XSS) Command Injection Insecure Direct Object References (IDOR) Cross Site Request Forgery (CSRF) XML External Entity (XXE) Insecure Deserialization File Upload File Inclusion Broken Authentication Installation Install with DockerHub If you want to install on DockerHub, just type this command. docker run --name vulnlab -d -p 1337:80 yavuzlar/vulnlab:latest Go to http://localhost:1337 Manuel Installation Clone the repo git clone https://github.com/Yavuzlar/VulnLab Build docker image docker build -t yavuzlar/vulnlab . Run container docker run -d -p 1337:80 yavuzlar/vulnlab Go to http://localhost:1337 Google Cloud Contact Website Linkedln Twitter Instagram Download VulnLab

VulnLab
A web vulnerability lab project developed by Yavuzlar.
Vulnerabilities
- SQL Injection
- Cross Site Scripting (XSS)
- Command Injection
- Insecure Direct Object References (IDOR)
- Cross Site Request Forgery (CSRF)
- XML External Entity (XXE)
- Insecure Deserialization
- File Upload
- File Inclusion
- Broken Authentication
Installation
Install with DockerHub
- If you want to install on DockerHub, just type this command.
docker run --name vulnlab -d -p 1337:80 yavuzlar/vulnlab:latest
- Go to http://localhost:1337
Manuel Installation
- Clone the repo
git clone https://github.com/Yavuzlar/VulnLab
- Build docker image
docker build -t yavuzlar/vulnlab .
- Run container
docker run -d -p 1337:80 yavuzlar/vulnlab
- Go to http://localhost:1337
Google Cloud
Contact
Website
Linkedln
Twitter
Instagram