hexsecteam/DroidHunter — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python command line tool called DroidHunter for authorized Android security testing only. It should feel like a hacker style terminal app with an interactive menu, but also support simple command flags.

I want it to manage Android devices through ADB, list connected phones, show device info, capture screenshots, read logcat, transfer files, connect over ADB WiFi, and open remote screen viewing with scrcpy when available. It should analyze APK files for risky permissions, secrets, exported components, hashes, URLs, IPs, debug settings, backup settings, and other common mistakes.

Add device and app checks for Android CVEs, root, Frida, insecure storage, WebView issues, and task hijacking. Include network tools like port scan, WiFi info, subnet discovery, and a MitM setup guide. Add lab only exploit helpers like launching exported activities, sending broadcasts, dumping content providers, deep link fuzzing, and payload generation.

Please include clean HTML, JSON, and terminal reports with remediation advice, clear safety warnings, and setup instructions for Linux and macOS. Look up current docs online if needed.

Want more depth? Deep Reverse