Merge pull request #10929 from projectdiscovery/expression-engine-exception
Create expression-engine-exception.yamlpatch-12
commit
ac822ab7c9
|
@ -0,0 +1,26 @@
|
|||
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
|
Loading…
Reference in New Issue