In recent years, many companies rely on predictable password patterns and predefined text formats to streamline access and file generation processes. While this practice can simplify management, it also poses security risks.
Under the hood, wordlist-maker makes use of Handlebars templating engine, which allows it to dynamically generate text files based on customizable templates and structured data. This means that users can create complex, rule-based password lists or text files in various formats by simply defining mustaches and data inputs.
| Helper | Description |
|---|---|
| camelcase | Convert a string to camelCase |
| capitalize | Capitalize the first letter of a string |
Combo with other helpers:
Tip
Good to know: you can combine with other files to create a more complex and smart wordlist.
cat leaked_password.txt top_100_passwords.txt > wordlist.txt- Author - Natan Rodrigues
- Website - https://natanz.in
- E-mail - natanrce@proton.me
Distributed under the MIT License. See LICENSE for more information.