Skip to content

ExpressionEngine Exception - Page

ID: expression-engine-exception

Severity: info

Author: DhiyaneshDk

Tags: error,expressionengine,log

id: expression-engine-exception
info:
name: ExpressionEngine Exception - Page
author: DhiyaneshDk
severity: info
metadata:
max-request: 1
fofa-query: body="Exception - ExpressionEngine"
tags: error,expressionengine,log
http:
- method: GET
path:
- '{{BaseURL}}'
host-redirects: true
max-redirects: 2
matchers:
- type: word
part: body
words:
- 'Exception - ExpressionEngine'
- 'Exception Caught'
condition: and
# digest: 4a0a0047304502207d610913f499a978859dd64fabb7c185e5c9d64729638ca56cf85dc156a49fdc022100dae34d99e257d3c3ae8455efb166dc7ac84e7099df63bd437a02ffc46bab3791: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/logs/expression-engine-exception.yaml"

View on Github