nuclei-templates/exposures/configs/behat-config.yaml

31 lines
604 B
YAML
Raw Normal View History

2022-08-15 09:21:29 +00:00
id: behat-config
info:
name: Behat Configuration File Exposure
author: DhiyaneshDK
severity: low
metadata:
verified: true
shodan-query: html:"behat.yml"
reference: https://docs.behat.org/en/v2.5/guides/7.config.html
tags: exposure,behat,devops,cicd
requests:
- method: GET
path:
- "{{BaseURL}}/behat.yml"
- "{{BaseURL}}/behat.yml.dist"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- 'default:'
- 'paths:'
condition: and
- type: status
status:
- 200