From bbc34b011babd92f682fb1203196ab1eaba16bfb Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Wed, 28 Jul 2021 17:46:31 +0530 Subject: [PATCH] Create android-debug-database-exposed.yaml --- .../android-debug-database-exposed.yaml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 misconfiguration/android-debug-database-exposed.yaml diff --git a/misconfiguration/android-debug-database-exposed.yaml b/misconfiguration/android-debug-database-exposed.yaml new file mode 100644 index 0000000000..669be2723a --- /dev/null +++ b/misconfiguration/android-debug-database-exposed.yaml @@ -0,0 +1,23 @@ +id: android-debug-database-exposed + +info: + name: Android Debug Manager + author: dhiyaneshDK + severity: low + reference: https://www.shodan.io/search?query=http.title%3A%22Android+Debug+Database%22 + tags: unauth,android + +requests: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + words: + - 'Android Debug Database' + + - type: status + status: + - 200