overview.md
A targeted wordlist generator built around realistic password-pattern heuristics.
The project is built as a .NET 8 command-line application in C#. It parses arguments from the terminal, generates candidate passwords through a dedicated pattern engine, removes duplicates, and writes the final list into a text file under a generated wordlists folder. What makes it interesting is the cybersecurity angle: it applies social-engineering style assumptions to create more context-aware password candidates than a random brute-force list would.
