AlexDev

Join the Gang Gang and have the latest AI and Tech content.

Home page View on GitHub

Munger

Posted on 9 October 2023.
rust linux

About

Munger is a CLI tool written in Rust that will apply common patterns on a list of passwords to generate more similar passwords.

The supported patterns are:

Usage

To run the tool you will want to give it the word list using the -w flag followed by the name of the file. And specify the output file. In case -w or -o are missing, stdin and stdout, respectively, will be used.

cargo run -- -w wordlist.txt -o passwords.txt

Conclusion