VulnLab
No description available
Install / Use
/learn @Yavuzlar/VulnLabREADME
<!-- PROJECT LOGO -->
<p align="center">
<a href="https://yavuzlar.org">
<img src="https://i.ibb.co/nDLHW7m/logomodern.png" alt="Logo" width="180" height="180">
</a>
<h3 align="center">VulnLab</h3>
<p align="center">
A web vulnerability lab project developed by Yavuzlar.
</p>
</p>
<a href="https://s10.gifyu.com/images/Animation387bbf064343cb3fe.gif">
<img src="https://s10.gifyu.com/images/Animation387bbf064343cb3fe.gif" alt="Logo" >
</a>
<!-- Vulnerabilities List -->
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.
docker run --name vulnlab -d -p 1337:80 yavuzlar/vulnlab:latest - Go to http://localhost:1337
Manual 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
