nuclei-templates/file/android/deep-link-detect.yaml

27 lines
618 B
YAML
Raw Normal View History

2023-01-20 09:53:33 +00:00
id: deep-link-detect
2022-12-23 23:29:37 +00:00
info:
2022-12-24 19:53:12 +00:00
name: Deep Link Detection
2022-12-23 23:29:37 +00:00
author: Hardik-Solanki
2022-12-24 19:53:12 +00:00
severity: info
2022-12-23 23:29:37 +00:00
reference:
2023-01-20 09:55:41 +00:00
- 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
2023-01-20 09:53:33 +00:00
metadata:
verified: "true"
2022-12-24 19:53:12 +00:00
tags: android,file,deeplink
2023-01-20 09:53:33 +00:00
2022-12-23 23:29:37 +00:00
file:
- extensions:
2023-01-20 10:25:37 +00:00
- xml
matchers-condition: and
2022-12-23 23:29:37 +00:00
matchers:
- type: word
words:
2023-01-20 10:25:37 +00:00
- "android:scheme"
- "android:host"
- "android:name"
condition: and