LazyBee is a lightweight Python utility for generating randomized wordlists from an Android Termux environment. Users specify parameters for the generated entries, and the program creates combinations suitable for password-testing datasets or other text-generation tasks. Generated results can be written directly to a text file in the current directory. The program also estimates how long the requested wordlist generation process may take. It is designed to work on both rooted and non-rooted Android devices and uses a simple interactive interface. Because wordlists are commonly used in credential testing, responsible use should remain limited to authorized security assessments, research, and legitimate data-generation tasks.
Features
- Randomized wordlist generation
- Configurable generated entry length
- Generation-time estimation
- Direct text-file output
- Interactive Python interface
- Termux support on rooted and non-rooted Android devices