Skip to content

Pipeline Configuration Exposure

ID: pipeline-configuration

Severity: info

Author: DhiyaneshDK

Tags: devops,exposure,cicd,files

id: pipeline-configuration
info:
name: Pipeline Configuration Exposure
author: DhiyaneshDK
severity: info
classification:
cpe: cpe:2.3:a:jenkins:pipeline\\:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: jenkins
product: pipeline\\
shodan-query: html:"pipeline.yaml"
tags: devops,exposure,cicd,files
http:
- method: GET
path:
- "{{BaseURL}}/pipeline.yaml"
matchers-condition: and
matchers:
- type: word
words:
- 'system:'
- 'project_name:'
condition: and
- type: status
status:
- 200
# digest: 4a0a0047304502206b8a22e1b12371fac5c17559d0af81338283a009d2c2b4db2eb3274ab7a14a910221009493657bb893eb19fe4f69c50efb8815d489cbfb16105efadd31ec793ebd72fc: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/exposures/files/pipeline-configuration.yaml"

View on Github