Create apple-app-site-association.yaml
parent
c355e326ec
commit
0ca3da9a28
|
@ -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
|
Loading…
Reference in New Issue