Skip to content

Phalcon Framework - Source Code Leakage

ID: phalcon-framework-source

Severity: high

Author: philippedelteil

Tags: exposure,debug,phalcon

Phalcon Framework source code was discovered.

id: phalcon-framework-source
info:
name: Phalcon Framework - Source Code Leakage
author: philippedelteil
severity: high
description: Phalcon Framework source code was discovered.
metadata:
max-request: 1
tags: exposure,debug,phalcon
http:
- method: GET
path:
- "{{BaseURL}}/anything_here"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Phalcon Framework"
- "AnythingHereController"
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022100d9252b1a3816dd855de94c105951327054d8a3e13a6d6aa714a8e32107c4d2cb02203f11b14489df7169b0cb5d9b5ec3b185b915d4ee294b737a4c9b7a55f7116b0c:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/configs/phalcon-framework-source.yaml"

View on Github