All Projects → Yavuzlar → VulnLab

Yavuzlar / VulnLab

Licence: other
No description, website, or topics provided.

Programming Languages

CSS
56736 projects
PHP
23972 projects - #3 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
hack
652 projects
shell
77523 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].