mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-05 02:03:35 +08:00
Added file based templates 🎉
This commit is contained in:
16
file/android/webview-addjavascript-interface.yaml
Normal file
16
file/android/webview-addjavascript-interface.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
id: webview-addjavascript-interface
|
||||
|
||||
info:
|
||||
name: Webview addJavascript Interface Usage
|
||||
author: gaurang
|
||||
severity: info
|
||||
tags: android,file
|
||||
|
||||
file:
|
||||
- extensions:
|
||||
- all
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- ";->addJavascriptInterface(Ljava/lang/Object;Ljava/lang/String;)V"
|
||||
Reference in New Issue
Block a user