40 lines
775 B
YAML
40 lines
775 B
YAML
|
id: codeigniter-errorpage
|
||
|
|
||
|
info:
|
||
|
name: CodeIgniter - Error Page
|
||
|
author: j4vaovo
|
||
|
severity: low
|
||
|
metadata:
|
||
|
verified: true
|
||
|
max-request: 1
|
||
|
fofa-query: title="ErrorException"
|
||
|
shodan-query: title:"Error" html:"CodeIgniter"
|
||
|
tags: codeigniter,misconfig,error
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "<title>Error</title>"
|
||
|
- "<title>ErrorException</title>"
|
||
|
- "<title>Database Error</title>"
|
||
|
condition: or
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "CodeIgniter"
|
||
|
case-insensitive: true
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
- 500
|
||
|
condition: or
|