nuclei-templates/http/exposures/files/apdisk-disclosure.yaml

34 lines
612 B
YAML
Raw Normal View History

2023-11-12 16:40:51 +00:00
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"