Update deep-link.yaml
parent
04b97a6550
commit
bf8acb71fa
|
@ -1,5 +1,4 @@
|
|||
id: deep-link
|
||||
|
||||
info:
|
||||
name: Deep Link Detection
|
||||
author: Hardik-Solanki
|
||||
|
@ -9,15 +8,13 @@ info:
|
|||
- https://medium.com/mobis3c/deep-link-exploitation-introduction-open-unvalidated-redirection-b8344f00b17b
|
||||
- https://www.hackingarticles.in/android-pentest-deep-link-exploitation/
|
||||
tags: android,file,deeplink
|
||||
|
||||
file:
|
||||
- extensions:
|
||||
- all
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "android:scheme"
|
||||
- "android:host"
|
||||
- "android:name"
|
||||
- android:scheme
|
||||
- android:host
|
||||
- android:name
|
||||
condition: and
|
||||
|
|
Loading…
Reference in New Issue