DouglasFreshHabian/OsintDroid ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Bash tool for Linux that connects to an Android phone over ADB and gives me a menu to pull basic device info for authorized forensic or privacy checks.
I want it to be easy to run from the terminal, show a clean banner, then let me choose things like reboot count, registered emails, account apps, contacts, call logs, SMS, installed apps, third party apps, and secret codes. Keep it read only, and make sure it works only when USB debugging is enabled and the phone has authorized the computer.
Please make the script feel polished and beginner friendly, with clear output and simple prompts. If anything depends on device model or Android version, handle that gracefully instead of crashing. If you need current ADB command details, look up the latest docs online.
Are you gonna build this?
make sure you review the code using coderabbit