mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-11 21:23:34 +08:00
Added file based templates 🎉
This commit is contained in:
16
file/android/webview-javascript.yaml
Normal file
16
file/android/webview-javascript.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
id: webview-javascript-enabled
|
||||
|
||||
info:
|
||||
name: Webview JavaScript enabled
|
||||
author: gaurang
|
||||
severity: info
|
||||
tags: android,file
|
||||
|
||||
file:
|
||||
- extensions:
|
||||
- all
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Landroid/webkit/WebSettings;->setJavaScriptEnabled(Z)V"
|
||||
Reference in New Issue
Block a user