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

42 lines
850 B
YAML

id: teamcity-login-panel
info:
name: TeamCity Login Panel - Detect
author: princechaddha
severity: info
description: TeamCity login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
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>'
# Enhanced by md on 2023/01/18