27 lines
618 B
YAML
27 lines
618 B
YAML
id: deep-link-detect
|
|
|
|
info:
|
|
name: Deep Link Detection
|
|
author: Hardik-Solanki
|
|
severity: info
|
|
reference:
|
|
- https://developer.android.com/training/app-links/deep-linking
|
|
- https://www.geeksforgeeks.org/deep-linking-in-android-with-example/
|
|
- https://medium.com/@muratcanbur/intro-to-deep-linking-on-android-1b9fe9e38abd
|
|
metadata:
|
|
verified: "true"
|
|
tags: android,file,deeplink
|
|
|
|
file:
|
|
- extensions:
|
|
- xml
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "android:scheme"
|
|
- "android:host"
|
|
- "android:name"
|
|
condition: and
|