diff --git a/technologies/apple-app-site-association.yaml b/technologies/apple-app-site-association.yaml new file mode 100644 index 0000000000..5e3aa3c443 --- /dev/null +++ b/technologies/apple-app-site-association.yaml @@ -0,0 +1,26 @@ +id: apple-app-site-association + +info: + name: Apple app site association for harvesting end points + author: panch0r3d + severity: info + +requests: + - method: GET + path: + - "{{BaseURL}}/.well-known/apple-app-site-association" + - "{{BaseURL}}/well-known/apple-app-site-association" + - "{{BaseURL}}/apple-app-site-association" + redirects: true + max-redirects: 2 + headers: + User-Agent: "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0" + matchers-condition: and + matchers: + - type: regex + regex: + - '(a|A)(p|P)(p|P)(l|L)(i|I)(n|N)(k|K)(s|S)' + part: body + - type: status + status: + - 200