Skip to content

pentestcopilot/wordlist-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Philosophy

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.

Getting started

Helper Description
camelcase Convert a string to camelCase
capitalize Capitalize the first letter of a string

Combo with other helpers:

{{capitalize (camelcase "hello world")}}

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

Stay in touch

License

Distributed under the MIT License. See LICENSE for more information.

About

Lightweight mustache-compatible for generating smart wordlists.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors