Skip to content

[Feature Request] Wordlists with > 65536 words #6

@ProjectCleverWeb

Description

@ProjectCleverWeb

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions