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

27 lines
428 B
YAML
Raw Normal View History

2022-08-07 00:21:45 +00:00
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:
2022-08-08 18:48:49 +00:00
- type: regex
regex:
- '^web:'
2022-08-07 00:21:45 +00:00
- type: status
status:
- 200