Create pipeline-configuration.yaml
parent
fa01f55a73
commit
c7406555dd
|
@ -0,0 +1,27 @@
|
|||
id: pipeline-configuration
|
||||
|
||||
info:
|
||||
name: Pipleline Configuration Exposure
|
||||
author: DhiyaneshDK
|
||||
severity: low
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: html:"pipeline.yaml"
|
||||
tags: devops,exposure,cicd
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/pipeline.yaml"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- 'system'
|
||||
- 'project_name'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue