Create codeigniter-errorpage.yaml
parent
83830e3823
commit
f8185c0c63
|
@ -0,0 +1,39 @@
|
||||||
|
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
|
Loading…
Reference in New Issue