Add files via upload
parent
10e92b1204
commit
3bb283ae56
|
@ -2,7 +2,7 @@ id: oracle-business-intelligence
|
|||
|
||||
info:
|
||||
name: Oracle Business Intelligence Login Panel - Detect
|
||||
author: DhiyaneshDk
|
||||
author: DhiyaneshDk,righettod
|
||||
severity: info
|
||||
description: Oracle Business Intelligence login panel was detected.
|
||||
classification:
|
||||
|
@ -15,12 +15,16 @@ info:
|
|||
shodan-query: http.title:"Oracle Business Intelligence Sign In"
|
||||
vendor: oracle
|
||||
verified: true
|
||||
tags: panel,oracle
|
||||
tags: panel,oracle,login,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/saw.dll?bieehome&startPage=1"
|
||||
- "{{BaseURL}}/analytics/saw.dll?bieehome&startPage=1"
|
||||
- "{{BaseURL}}/analytics/saw.dll?Dashboard"
|
||||
|
||||
stop-at-first-match: true
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
@ -28,8 +32,11 @@ http:
|
|||
part: body
|
||||
words:
|
||||
- "<title>Oracle Business Intelligence Sign In</title>"
|
||||
- "<title>Oracle Business Intelligence</title>"
|
||||
- "Oracle BI Presentation Services"
|
||||
- "use Oracle BIEE"
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
# digest: 490a0046304402202d0f0872dc31339928d9204b365b95146aa2b96c875d64296ccd38a80719532f0220779348cd01ae70306abf69124771b2cc0699688635ed4fb3e1e8b292483cf211:922c64590222798bb761d5b6d8e72950
|
||||
- 200
|
Loading…
Reference in New Issue