nuclei-templates/exposed-panels/teamcity-login-panel.yaml

35 lines
638 B
YAML

id: teamcity-login-panel
info:
name: TeamCity Login Panel
author: princechaddha
severity: info
metadata:
verified: true
shodan-query: http.component:"TeamCity"
tags: panel,teamcity,jetbrains
requests:
- method: GET
path:
- "{{BaseURL}}/login.html"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Log in to TeamCity &mdash; TeamCity</title>"
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'Version<\/span> ([0-9. (a-z)]+)<\/span>'