Create codeigniter-errorpage.yaml

patch-1
Dhiyaneshwaran 2023-06-29 14:12:32 +05:30 committed by GitHub
parent 83830e3823
commit f8185c0c63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 39 additions and 0 deletions

View File

@ -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