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

21 lines
389 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"
matchers:
- type: word
part: body
words:
- "Phalcon Framework"
- "AnythingHereController"
condition: and