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

27 lines
428 B
YAML

id: procfile-config
info:
name: Procfile Configuration File Exposure
author: DhiyaneshDK
severity: info
metadata:
verified: true
shodan-query: html:"Procfile"
tags: devops,exposure,config
requests:
- method: GET
path:
- "{{BaseURL}}/Procfile"
matchers-condition: and
matchers:
- type: regex
regex:
- '^web:'
- type: status
status:
- 200