azeemidrisi/phonesploit-pro ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python tool for testing my own Android devices over ADB, with a simple menu driven interface that works over USB or Wi Fi. I want it to list connected devices, let me pick one, open a shell, send key presses, lock and unlock the phone, reboot into different modes, take screenshots, record the screen, and handle basic ADB connection and disconnection tasks.
It should also include the Metasploit integration described in the project, so it can automate creating and running a payload and help get a Meterpreter session when a device has ADB exposed on port 5555. Keep it easy to use, with clear prompts and status messages, and make it feel like an all in one Android testing toolkit rather than a bunch of separate scripts.
If anything depends on current ADB or Metasploit behavior, look up the latest docs online and make it work cleanly.
Are you gonna build this?
make sure you review the code using coderabbit