lakiw / pcfg_cracker

Probabilistic Context Free Grammar (PCFG) password guess generator
318 stars 71 forks source link

Halt OMEN keyspace calculation after a keyspace of 1 billion #27

Closed lakiw closed 2 years ago

lakiw commented 2 years ago

If the keyspace grows to large this can take a long time to train, and can cause memory issues in extreme cases. Therefore put guardrails on the keyspace calculation since after a billion guesses it's unlikely that OMEN level will ever be used in a pcfg based attack.

lakiw commented 2 years ago

This was added in v4.3. Closing this issue.