2021-06-06 14:06:34 +00:00
|
|
|
id: apple-app-site-association
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Apple app site association for harvesting end points
|
|
|
|
author: panch0r3d
|
|
|
|
severity: info
|
2022-01-28 10:24:49 +00:00
|
|
|
tags: misc,apple
|
2021-06-06 14:06:34 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/.well-known/apple-app-site-association"
|
|
|
|
- "{{BaseURL}}/well-known/apple-app-site-association"
|
|
|
|
- "{{BaseURL}}/apple-app-site-association"
|
2021-06-07 14:20:37 +00:00
|
|
|
|
2021-10-09 05:18:50 +00:00
|
|
|
stop-at-first-match: true
|
2021-06-06 14:06:34 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2021-06-07 14:20:37 +00:00
|
|
|
- type: word
|
2022-01-28 10:24:49 +00:00
|
|
|
part: body
|
2021-06-07 14:20:37 +00:00
|
|
|
words:
|
|
|
|
- 'applinks'
|
|
|
|
- 'appID'
|
|
|
|
- 'paths'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: word
|
2022-01-28 10:24:49 +00:00
|
|
|
part: header
|
2021-06-07 14:20:37 +00:00
|
|
|
words:
|
|
|
|
- 'application/json'
|
|
|
|
|
2021-06-06 14:06:34 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|