VulnLab - A Web Vulnerability Lab Project
2022-1-24 11:30:0 Author: www.kitploit.com(查看原文) 阅读量:145 收藏

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

  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

$ (3)

Contact

Website
Linkedln
Twitter
Instagram

VulnLab - A Web Vulnerability Lab Project VulnLab - A Web Vulnerability Lab Project Reviewed by Zion3R on 8:30 AM Rating: 5


文章来源: http://www.kitploit.com/2022/01/vulnlab-web-vulnerability-lab-project.html
如有侵权请联系:admin#unsafe.sh