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