45 lines
1.0 KiB
YAML
45 lines
1.0 KiB
YAML
id: apple-app-site-association
|
|
|
|
info:
|
|
name: Apple app site association for harvesting end points
|
|
author: panch0r3d
|
|
severity: info
|
|
metadata:
|
|
max-request: 3
|
|
tags: misc,apple
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/.well-known/apple-app-site-association"
|
|
- "{{BaseURL}}/well-known/apple-app-site-association"
|
|
- "{{BaseURL}}/apple-app-site-association"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'applinks'
|
|
- 'appID'
|
|
- 'paths'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'application/json'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: json
|
|
json:
|
|
- .applinks.details[].appID
|
|
|
|
# digest: 4a0a00473045022013ee0f55882cfaaa76ec35c9c1bf9b35f78b3526180d1daa7a6e89ed4854ee7c022100fbbb4df0000d662dcd74b3c6f1abcc4267fce21425fd3c8f25582621eb12b0b2:922c64590222798bb761d5b6d8e72950
|