33 lines
856 B
YAML
33 lines
856 B
YAML
id: owncloud-status-page
|
|
|
|
info:
|
|
name: Owncloud StatusPage detection
|
|
author: myztique
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.html:"owncloud"
|
|
tags: tech,owncloud,status
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/status.php"
|
|
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- '{"installed":(?:true|false),"maintenance":(?:true|false),"version":"[0-9\.]*","versionstring":"[a-z-A-Z0-9\.]*","edition":"[\d\D]*"}'
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
name: version
|
|
group: 1
|
|
regex:
|
|
- '{[\d\D]*"version":"([0-9\.]+)"'
|
|
|
|
# digest: 4a0a00473045022100f3414071ecfd36084121e102dde43f6816d4f5bf9af4653cab8e3f50914aa7d4022002503f4e4f126a0581b1d1731362eaf5b67e9aace6301b608d4a2f24f89d4609:922c64590222798bb761d5b6d8e72950
|