move files around

patch-1
sandeep 2021-06-07 19:50:37 +05:30
parent 5eb6af15bd
commit bac42743a9
1 changed files with 16 additions and 6 deletions

View File

@ -4,6 +4,7 @@ info:
name: Apple app site association for harvesting end points
author: panch0r3d
severity: info
tags: misc
requests:
- method: GET
@ -11,16 +12,25 @@ requests:
- "{{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"
max-redirects: 1
matchers-condition: and
matchers:
- type: regex
regex:
- '(a|A)(p|P)(p|P)(l|L)(i|I)(n|N)(k|K)(s|S)'
- type: word
words:
- 'applinks'
- 'appID'
- 'paths'
part: body
condition: and
- type: word
words:
- 'application/json'
part: header
- type: status
status:
- 200