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
lazyweb — LazyWeb is a demonstration web application designed to showcase common server-side application vulnerabilities. Each vulnerability is categorized with its respective difficulty rating to provide a comprehensive learning experience for developers and security enthusiasts. | Kitploit
Tools/GitHubGitHub/ramadhanamizudin/lazyweb
Vulnerability AnalysisWeb SecurityPenetration TestingLearning & EducationLabs & Practice
GitHubramadhanamizudin/lazyweb

lazyweb

LazyWeb is a demonstration web application designed to showcase common server-side application vulnerabilities. Each vulnerability is categorized with its respective difficulty rating to provide a comprehensive learning experience for developers and security enthusiasts.

View Repository
128441 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

LazyWeb - Vulnerable Web Application

LazyWeb is a demonstration web application designed to showcase common server-side application vulnerabilities. Each vulnerability is categorized with its respective difficulty rating to provide a comprehensive learning experience for developers and security enthusiasts.

Key Features

  • Demonstrates real-world vulnerabilities in web applications.
  • Ranges from basic to advanced security flaws, allowing users to test their skills at various levels.
  • Aimed at helping security professionals understand the nature of vulnerabilities and how to mitigate them.

Vulnerabilities Included

The application includes the following vulnerabilities:

  • OS Command Injection
  • SQL Injection
  • XML External Entity Injection (XXE)
  • Insecure Direct Object Reference (IDOR)
  • Local File Inclusion (LFI)
  • Insecure File Upload
  • Arbitrary Session Assignment
  • Broken Authorization
  • Broken Authentication
  • .git Folder Disclosure (if cloned directly to web root)

Deployment Instructions

To get started with the project, simply run the following command:

root@kitploit:~
docker-compose up

This will set up the environment and start the application using Docker.

Important Notes

  • Ensure that the templates_c and user/avatar directories have the correct ownership. After deploying, run:

    root@kitploit:~
    sudo chown www-data:www-data templates_c user/avatar
    

Write-ups and Resources

  • LFI to RCE via PHAR
  • Writeup on Pojiiix

License

This project is licensed under the MIT License - see the LICENSE file for details.

Download Tool