Skip to content

Android Content Scheme - Detect

ID: content-scheme

Severity: info

Author: gaurang

Tags: android,file

Android content scheme enabling was detected.

id: content-scheme
info:
name: Android Content Scheme - Detect
author: gaurang
severity: info
description: Android content scheme enabling 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
file:
- extensions:
- xml
matchers:
- type: word
words:
- "android:scheme=\"content\""
# digest: 490a004630440220024969d745e24011a0317f218f188bb52dd98791fee366406c8b32120306c44502201a5594ea0237b46b7d8008814bdb9f8a62d234feb7b734edaec05bc7cad3ec7f: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/content-scheme.yaml"

View on Github