Create apple-app-site-association.yaml

patch-1
Dhiyaneshwaran 2021-06-06 19:36:34 +05:30 committed by GitHub
parent c355e326ec
commit 0ca3da9a28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -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