Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Android Debug Manager" module is designed to detect misconfigurations in Android Debug Database. It targets Android applications and helps identify potential vulnerabilities. The severity of this module is classified as low. The original author of this module is dhiyaneshDK.
This module scans for misconfigurations in the Android Debug Database, which could potentially expose sensitive information or allow unauthorized access to the database. If left unaddressed, these vulnerabilities could lead to data breaches or unauthorized manipulation of data.
The "Android Debug Manager" module uses HTTP request templates and matching conditions to detect misconfigurations in the Android Debug Database. It sends an HTTP request to the target application and checks for specific conditions to determine if a misconfiguration exists.
One example of an HTTP request template used by this module is:
GET / HTTP/1.1
Host: [target_host]
User-Agent: Vidoc-Scanner
The module uses the following matching conditions:
- The response must contain the HTML title tag with the content "Android Debug Database". - The HTTP status code of the response must be 200 (OK).If both conditions are met, the module identifies a potential misconfiguration in the Android Debug Database.