Skip to content

WebView loadUrl - Detect

ID: webview-load-url

Severity: info

Author: gaurang

Tags: android,file,webview

WebView loadUrl usage was detected.

id: webview-load-url
info:
name: WebView loadUrl - Detect
author: gaurang
severity: info
description: WebView loadUrl usage was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0
cwe-id: CWE-200
tags: android,file,webview
file:
- extensions:
- all
matchers:
- type: word
words:
- "Landroid/webkit/WebView;->loadUrl(Ljava/lang/String;)V"
# Enhanced by md on 2023/05/02
# digest: 4b0a00483046022100e3779688907481189130cb619148c83e83e9c434a07931b0fc8effd8c9005554022100bcb80c66499dc4974548b33a925e07a272d02575a42f98e8069e429dd7093e40:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "file/android/webview-load-url.yaml"

View on Github