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

29 lines
566 B
YAML

id: phalcon-framework-source
info:
name: Phalcon Framework - Source Code Leakage
author: philippedelteil
severity: high
description: Phalcon Framework source code was discovered.
tags: exposure,debug,phalcon
requests:
- method: GET
path:
- "{{BaseURL}}/anything_here"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Phalcon Framework"
- "AnythingHereController"
condition: and
- type: status
status:
- 200
# Enhanced by mp on 2022/07/15