35 lines
858 B
YAML
35 lines
858 B
YAML
id: owncloud-status-page
|
|
|
|
info:
|
|
name: Owncloud StatusPage detection
|
|
author: myztique,invisiblethreat
|
|
severity: info
|
|
classification:
|
|
cpe: cpe:2.3:a:owncloud:owncloud:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: owncloud
|
|
product: owncloud
|
|
shodan-query: http.html:"owncloud"
|
|
tags: tech,owncloud,status
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/status.php"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"versionstring":'
|
|
- '"installed":'
|
|
- '"edition":'
|
|
condition: and
|
|
|
|
extractors:
|
|
- type: json
|
|
json:
|
|
- .version
|
|
# digest: 4a0a004730450221008e80015733dc3d137a5f919f3b410eeb46af66f4bd9cf6279286256d44d986bf022023639b7718e62179ae5da8f3a2805ee657df32d9c885ac0190ae3a8ea8da3dd4:922c64590222798bb761d5b6d8e72950 |