Skip to content

usr2r00t/VulnLab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

VulnLab

A web vulnerability lab project developed by Yavuzlar.

Logo

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

  1. If you want to install on DockerHub, just type this command.
     docker run --name vulnlab -d -p 1337:80 yavuzlar/vulnlab:latest
  2. Go to http://localhost:1337

Manuel Installation

  1. Clone the repo
     git clone https://github.com/Yavuzlar/VulnLab
  2. Build docker image
     docker build -t yavuzlar/vulnlab .
  3. Run container
     docker run -d -p 1337:80 yavuzlar/vulnlab
  4. Go to http://localhost:1337

Google Cloud

Run on Google Cloud

Supporters

Logo Logo

Contact

Website
Linkedln
Twitter
Instagram

Languages

  • CSS 71.2%
  • PHP 25.5%
  • HTML 1.6%
  • JavaScript 1.1%
  • Hack 0.2%
  • Shell 0.2%
  • Other 0.2%