mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
29 lines
1.0 KiB
YAML
29 lines
1.0 KiB
YAML
id: assetlinks-detect
|
|
|
|
info:
|
|
name: Android Asset Links Configuration - Detect
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
The .well-known/assetlinks.json file was found on the target server. This file is used by Android applications to establish verified app-to-web domain associations through the Digital Asset Links protocol.
|
|
reference:
|
|
- https://developer.android.com/training/app-links/verify-android-applinks
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"assetlinks.json"
|
|
tags: misc,assetlinks,compliance,assetlinks,vuln
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/.well-known/assetlinks.json"
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- "status_code == 200"
|
|
- "contains(body, 'android_app')"
|
|
- "contains(content_type, 'application/json')"
|
|
condition: and
|
|
# digest: 4a0a00473045022029dd912bf91513fad2317c81eab3ee36e64e8106d6c6e9a10f751244b8666e23022100e30a8570686bef948bc6de3e12d8cf5de8a324dca2670f40ee5141aaa62d4510:922c64590222798bb761d5b6d8e72950 |