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

29 lines
566 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
2021-06-11 10:46:05 +00:00
author: philippedelteil
severity: high
description: Phalcon Framework source code was discovered.
2021-06-11 10:46:05 +00:00
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
# Enhanced by mp on 2022/07/15