trfahim/advanced-bruteforce-password-generator — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python command line tool for ethical cybersecurity labs that generates password wordlists for brute force testing.
I want the user to be able to choose what characters to include, like lowercase letters, uppercase letters, numbers, symbols, or a custom set. They should be able to set the minimum and maximum password length, then choose whether to print the results in the terminal or save them to a text file. Show live progress while it runs so it doesn’t feel frozen, and make it efficient for large lists by generating combinations one at a time instead of storing everything in memory.
Keep it beginner friendly, with clear prompts and helpful messages. Add a strong warning that it’s only for legal, ethical, educational use and not for attacking accounts or systems. Include a requirements file if needed and simple run instructions.
Want more depth? Deep Reverse