Gameye98/Lazymux — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python command line tool for Termux on Android that makes it easy to install and launch common ethical hacking and penetration testing tools. I want it to feel beginner friendly, with a menu of available tools, numbered choices, and commands like installing one tool, installing several tools at once, or installing everything.
It should work from one main Python file, keep the tool list in a small local database or config file, and remember a default install folder that the user can change. Include clear setup instructions for Termux, like installing Python and git, cloning the project, and running the script.
Please add basic safety messaging that it is for legal testing and learning only. Make the interface clean and simple, with helpful errors if something is missing. Use Bash commands where needed for installs, and look up current Termux docs online if you need to.
Want more depth? Deep Reverse