Skip to content

Concourse CI Login Panel - Detect

ID: concourse-ci-panel

Severity: info

Author: praetorian-thendrickson

Tags: panel,concourse,oss

Concourse CI login panel was detected.

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
cwe-id: CWE-200
cpe: cpe:2.3:a:pivotal_software:concourse:*:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: title:"Concourse"
product: concourse
vendor: pivotal_software
tags: panel,concourse,oss
http:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- '<title>Concourse</title>'
- 'login to Concourse'
condition: or
# digest: 4b0a00483046022100cc40b2b793ac15a4beadb4086a608494f8dcc7a111f9e13db3162cec2fa28d90022100f757bf6855c6514c5e9065160e8211c84b39928ded3738c1310fa700faac2c9d:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/concourse-ci-panel.yaml"

View on Github