{
    "name": "VulnLab API",
    "version": "1.0.0",
    "description": "Intentionally Vulnerable API for Security Testing",
    "documentation": "\/openapi.json",
    "endpoints": [
        "setup",
        "auth",
        "users",
        "search",
        "comments",
        "files",
        "include",
        "exec",
        "ping",
        "xml",
        "profile",
        "fetch",
        "deserialize",
        "upload",
        "redirect",
        "debug",
        "backup",
        "admin",
        "jwt",
        "crypto",
        "template",
        "logs",
        "headers"
    ],
    "warning": "This API is intentionally vulnerable. Do not use in production!"
}