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
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 3
|
2024-01-14 09:21:50 +00:00
|
|
|
tags: miscellaneous,misc,apple
|
2021-06-06 14:06:34 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-06-06 14:06:34 +00:00
|
|
|
- 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
|
2023-10-14 11:27:55 +00:00
|
|
|
|
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
|
2023-09-01 08:56:38 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: json
|
|
|
|
json:
|
2023-10-14 11:27:55 +00:00
|
|
|
- .applinks.details[].appID
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022013ee0f55882cfaaa76ec35c9c1bf9b35f78b3526180d1daa7a6e89ed4854ee7c022100fbbb4df0000d662dcd74b3c6f1abcc4267fce21425fd3c8f25582621eb12b0b2:922c64590222798bb761d5b6d8e72950
|