Create deep link issue in android.yaml
parent
fb0b09d261
commit
18543974de
|
@ -0,0 +1,24 @@
|
|||
id: deep link issue in android
|
||||
|
||||
info:
|
||||
name: Deep Link Issue in android
|
||||
author: Hardik-Solanki
|
||||
severity: Medium
|
||||
reference:
|
||||
- https://www.nowsecure.com/blog/2019/04/05/how-to-guard-against-mobile-app-deep-link-abuse/
|
||||
- https://medium.com/mobis3c/deep-link-exploitation-introduction-open-unvalidated-redirection-b8344f00b17b
|
||||
- https://www.hackingarticles.in/android-pentest-deep-link-exploitation/
|
||||
tags: android, file, Intent-filter
|
||||
|
||||
file:
|
||||
- extensions:
|
||||
- all
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "android:scheme"
|
||||
- "android:host"
|
||||
- "android:name"
|
||||
condition: and
|
Loading…
Reference in New Issue