digininja / CeWL

CeWL is a Custom Word List Generator
1.96k stars 258 forks source link

max length #105

Closed ZeroChaos- closed 1 year ago

ZeroChaos- commented 1 year ago

There is already a flag for min length -m, --min_word_length: Minimum word length, default 3 A matching max length flag would be great. Probably not used much, but it might be nice.

digininja commented 1 year ago

Give this a try - https://github.com/digininja/CeWL/tree/max_length

    -x, --max_word_length: Maximum word length, default unset.
ZeroChaos- commented 1 year ago

tested and functional, thanks!

ZeroChaos- commented 1 year ago

https://github.com/digininja/CeWL/pull/106