-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Right now, if you supply a wordlists with more than 65536 words, it errors our with:
$poolSize must be between 2 and 65536
If you change Random::MAX_ALLOWED_POOL_SIZE to 16,777,216 (2^24) and Random::MAX_ALLOWED_POWER_OF_TWO to 2,147,483,648 (2^31) you could start supporting wordlists with up to 16,777,216 words.
Right now, in order to get my current wordlist to work (125,000 words), I have had to change these values manually. But there's no reason I can think of why this shouldn't be supported out of the box?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels