mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
29 lines
1.1 KiB
YAML
29 lines
1.1 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
|
|
|
|
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: 4a0a0047304502204aff34f80e2d2261615e8d38d5728b6bea18acd665c63d2f0072d9cc34156080022100f65421f849aee7fc15cf7d3aefd7797e3d017d11704348fa2a0b508bccb10464:922c64590222798bb761d5b6d8e72950 |