How to install the web vulnerability-lab in the Kali Linux

A web vulnerability-lab project

Listed vulnerabilities in this project:

  • 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

Requirements:

  • Kali Linux OS.
  • Docker Hub.

Steps For The Installation:

  • Open the Kali Linux OS.
  • Open the Terminal Emulator.
  • Use root control.
  • Type the command as shown in the below screenshot to download the Docker Hub.

Example: docker run — name vulnlab -d -p 1337:80 yavuzlar/vulnlab:latest

  • Click enter.
  • Type the command as shown in the below screenshot to download the web vulnerability lab.

Example: git clone https://github.com/Yavuzlar/VulnLab

  • Click enter.
  • Type the command in the web browser as shown in the below screenshot to perform the vulnerability scanning using the web vulnerability lab.

Example: http://localhost:1337

  • Click enter.

You’re done.

Happy Hacking!

--

--