screetsec/BruteSploit — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Linux command line tool for CTF practice and authorized security testing that helps create and edit wordlists. I want it to open into an interactive shell where I can type simple commands, see a help menu, load a text file, generate word variations, combine words, change casing, transform text, make permutations, remove duplicates, and save the results to an output folder.
Keep it friendly for someone who is not a developer. The commands should be easy to remember, and errors should explain what went wrong instead of crashing. Include a few sample wordlists and a clear README that shows how to install it, make the main script executable, and run it on Kali or another Linux system.
Please keep the tool focused on local wordlist generation and lab use only. Add a short disclaimer that it’s for CTFs and systems where the user has permission. Look up current docs online if you need to.
Want more depth? Deep Reverse