r3nt0n/bopscrk — reverse-engineered prompt
Reverse engineered prompt
Build me a Python 3 command line tool for authorized password auditing that creates smart wordlists from information I enter about a person or organization.
I want an interactive mode that asks me for base words, and a regular command mode where I can pass comma separated words, artist names, minimum and maximum length, how many words to combine, an output file, and a config file. It should combine words, add common separators, numbers, and special characters, and optionally apply case changes and leet style replacements. Include a lyrics feature where I can give artist names and it adds song lyric phrases to the wordlist.
Please make the behavior customizable with a simple config file, especially the character sets and transform rules. Add clear help text, sensible defaults, progress feedback, and save the final wordlist to a file. Make it installable with pip and include a README with examples. Look up current docs online if you need to.
Want more depth? Deep Reverse