Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
VulnLab — Deliberately vulnerable web application lab for practicing exploitation of SQLi, XSS, CSRF, SSTI, IDOR, XXE, and 15+ other common web security flaws via Docker. | Kitploit
Tools/GitHubGitHub/yavuzlar/vulnlab
Web Application ExploitationWeb SecurityLearning & EducationLabs & Practice
GitHubyavuzlar/vulnlab

VulnLab

Deliberately vulnerable web application lab for practicing exploitation of SQLi, XSS, CSRF, SSTI, IDOR, XXE, and 15+ other common web security flaws via Docker.

View Repository
5261781 year agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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
  • Race Condition
  • Server Side Template Injection (SSTI)
  • API Hacking
  • Captcha Bypass
  • Path Traversal

Installation

Install with DockerHub

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

Manual Installation

  1. Clone the repo
    root@kitploit:~
     git clone https://github.com/Yavuzlar/VulnLab
    
  2. Build docker image
    root@kitploit:~
     docker build -t yavuzlar/vulnlab .
    
  3. Run container
    root@kitploit:~
     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

Download Tool