someshsrichandan/RavanRAT — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a consent based Android remote admin app for my own test phones. I want the phone to run a small local web panel on port 8080, detect its public IPv6 address, and post a clickable link with the device name, IP, port, and time to a Google Sheet using an Apps Script URL.

From the web panel, I want to view basic device info, browse files, see contacts and call logs, and test camera, live video, and microphone features only after normal Android permissions are granted. Make it clear on the phone that remote access is running.

Also make a simple builder script that asks for the app name, package name, min SDK, logo, and Google Sheet web app URL, then outputs signed and unsigned APKs. It should work on Windows and Linux or Mac if possible.

Keep the setup simple, no separate server needed. Look up current Android and Google Apps Script docs online if you need to.

Want more depth? Deep Reverse