nuclei-templates/misconfiguration/android-debug-database-expo...

25 lines
441 B
YAML
Raw Normal View History

id: android-debug-database-exposed
info:
name: Android Debug Manager
author: dhiyaneshDK
severity: low
2022-07-04 08:46:15 +00:00
metadata:
shodan-query: http.title:"Android Debug Database"
tags: unauth,android
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Android Debug Database</title>'
- type: status
status:
- 200