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

34 lines
837 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:
name: Android Deep Link - Detect
2022-12-23 23:29:37 +00:00
author: Hardik-Solanki
2022-12-24 19:53:12 +00:00
severity: info
description: Android deep link functionality was detected.
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
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2023-01-20 09:53:33 +00:00
metadata:
2023-06-04 08:13:42 +00:00
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
# Enhanced by md on 2023/05/02