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

31 lines
612 B
YAML
Raw Normal View History

2022-08-15 07:35:26 +00:00
id: phpsec-config
info:
name: Phpspec Configuration File Exposure
author: DhiyaneshDK
severity: info
metadata:
verified: true
shodan-query: html:"phpspec.yml"
reference: https://phpspec.net/en/stable/cookbook/configuration.html
tags: exposure,php,devops,cicd
requests:
- method: GET
path:
- "{{BaseURL}}/.phpspec.yml"
- "{{BaseURL}}/phpspec.yml"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- 'suites:'
- 'main:'
condition: and
- type: status
status:
- 200