41 lines
1020 B
YAML
41 lines
1020 B
YAML
id: codeigniter-errorpage
|
|
|
|
info:
|
|
name: CodeIgniter - Error Page
|
|
author: j4vaovo
|
|
severity: low
|
|
description: CodeIgniter error debug are enabled.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Error" html:"CodeIgniter"
|
|
fofa-query: title="ErrorException"
|
|
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
|
|
# digest: 4a0a00473045022100e319bcb75ac516a3b64842cee0c3a3a33f986ea077cfe62f49c0696041a6108202203874da1c083c996fb5fce8ab458fee421bf5b1d2c9dbe7646e06cd167c873c99:922c64590222798bb761d5b6d8e72950 |