36 lines
807 B
YAML
36 lines
807 B
YAML
id: apdisk-disclosure
|
|
|
|
info:
|
|
name: Apdisk - File Disclosure
|
|
author: DhiyaneshDk
|
|
severity: low
|
|
reference:
|
|
- https://discussions.apple.com/thread/250354761
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"Apdisk"
|
|
tags: exposure,files,apdisk
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/.apdisk"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<plist version="
|
|
- "<key>"
|
|
- "<string>"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/xml"
|
|
|
|
# digest: 4a0a0047304502203c433e233f175fbb028579eea7f7c6a6e2ebb21d40a15da47b79fb051f704422022100c044da0afa9f1168132de6724299268525aaa4878271b95169b07a3fb5c8d59e:922c64590222798bb761d5b6d8e72950
|