nuclei-templates/exposed-panels/concourse-ci-panel.yaml

32 lines
697 B
YAML

id: concourse-ci-panel
info:
name: Concourse CI Login Panel - Detect
author: praetorian-thendrickson
severity: info
description: Concourse CI login panel was detected.
reference:
- https://github.com/concourse/concourse
- https://concourse-ci.org
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:
shodan-query: title:"Concourse"
tags: panel,concourse,oss
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- '<title>Concourse</title>'
- 'login to Concourse'
condition: or
# Enhanced by md on 2022/11/10