4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / pyproject.toml TOML
[project]
name = "zitadel-ssrf-exploit"
version = "1.0.0"
description = "Exploit for CVE-2025-67494 - ZITADEL SSRF with automatic Bearer token retrieval"
requires-python = ">=3.8"
dependencies = [
    "requests>=2.31.0",
    "pwntools>=4.9.0",
]

[project.scripts]
zitadel-exploit = "exploit:main"