31 lines
550 B
YAML
31 lines
550 B
YAML
id: sap-cloud-analytics
|
|
|
|
info:
|
|
name: SAP Analytics Cloud
|
|
author: righettod
|
|
severity: info
|
|
metadata:
|
|
verified: "true"
|
|
shodan-query: http.html:"SAP Analytics Cloud"
|
|
tags: panel,sap,cloudanalytics
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'SAP Analytics Cloud'
|
|
- '/approuter/'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|