Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow custom wordlists to be used #1

Closed
majjoha opened this issue Jan 28, 2021 · 2 comments
Closed

Allow custom wordlists to be used #1

majjoha opened this issue Jan 28, 2021 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@majjoha
Copy link
Owner

majjoha commented Jan 28, 2021

Apart from the wordlist already in the repository, EFF also lists additional wordlists here and here. There is, currently, no functionality for handling custom wordlists, but it would be a useful feature to add.

For instance, in the following manner:

% stack exec -- passphrase short-wordlist.txt

By default, it should use the wordlist already shipped with the app, but if a path to a file is provided, it should read this file instead and, of course, fail gracefully in case the file does not exist or follow the expected format.

@majjoha majjoha added enhancement New feature or request help wanted Extra attention is needed labels Jan 28, 2021
@sshine
Copy link
Contributor

sshine commented Jan 29, 2021

Hi :) Can I grab this? (My git repository spilled the beans.)

@majjoha
Copy link
Owner Author

majjoha commented Jan 31, 2021

Absolutely. Thanks! I'll let you know when I've had a chance to look at your pull request.

majjoha added a commit that referenced this issue Feb 13, 2021
Allow custom wordlists to be used (fixes #1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants