Skip to content

sealdeveloperpoc/My-Vulnerable-App

 
 

Repository files navigation

Vulnerable Application Demo

This is a deliberately vulnerable application, created for educational purposes to demonstrate common web security issues.

⚠️ WARNING: This application contains intentional vulnerabilities. DO NOT use in production! ⚠️

Installation

  1. Clone the repository
  2. Install dependencies:
pip install -r requirements.txt

Running the Application

  1. Start the server:
uvicorn main:app --reload
  1. Access the application:

API Documentation

Full API documentation is available at:

  • Swagger UI: http://localhost:8000/docs
  • ReDoc: http://localhost:8000/redoc

Legal Disclaimer

This application is for educational purposes only. The vulnerabilities demonstrated here are dangerous in real environments. Always follow security best practices in production applications.

About

A Simple Web App with some vulnerabilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 52.8%
  • Python 18.5%
  • CSS 15.5%
  • JavaScript 12.6%
  • Other 0.6%