nuclei-templates/exposures/configs/phalcon-framework-source.yaml

25 lines
470 B
YAML
Raw Normal View History

2021-06-11 10:46:05 +00:00
id: phalcon-framework-source
info:
name: Phalcon Framework Source Code leakage
author: philippedelteil
severity: high
tags: exposure,debug,phalcon
requests:
- method: GET
path:
- "{{BaseURL}}/anything_here"
2021-06-11 10:50:34 +00:00
matchers-condition: and
2021-06-11 10:46:05 +00:00
matchers:
- type: word
part: body
words:
- "Phalcon Framework"
- "AnythingHereController"
condition: and
2021-06-11 10:50:34 +00:00
- type: status
status:
- 200