Category
Vulnerable-labs
GitHub Stars
432
Project Added On
May 27, 2025
Contributors
16
Table of Contents
Loading contents...
README.md
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
- Race Condition
- Server Side Template Injection (SSTI)
- API Hacking
- Captcha Bypass
- Path Traversal
Installation
Install with DockerHub
- If you want to install on DockerHub, just type this command.
sh docker run --name vulnlab -d -p 1337:80 yavuzlar/vulnlab:latest
- Go to http://localhost:1337
Manual Installation
- Clone the repo
sh git clone https://github.com/Yavuzlar/VulnLab
- Build docker image
sh docker build -t yavuzlar/vulnlab .
- Run container
sh docker run -d -p 1337:80 yavuzlar/vulnlab
- Go to http://localhost:1337
Google Cloud
Supporters
Contact
Tool Information
Author
Yavuzlar
Project Added On
May 27, 2025
License
Open Source
Tags
web-security
web-security-lab