mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-01 00:03:39 +08:00
16 lines
281 B
YAML
16 lines
281 B
YAML
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" |