lakiw / pcfg_cracker

Probabilistic Context Free Grammar (PCFG) password guess generator
314 stars 68 forks source link

Wrongly placed kwarg as arg causing honeyword to be actived when using limit #42

Closed zyronix closed 8 months ago

zyronix commented 8 months ago

Wrongly placed kwarg as arg causing honeyword to be actived when using limit. This can also be noted as 'performance problems' when using --limit.

Fixes #41

lakiw commented 8 months ago

Oh wow, that was actually a real bad bug. Thanks for chasing that down and fixing that!