hashcat / princeprocessor

Standalone password candidate generator using the PRINCE algorithm
Other
425 stars 98 forks source link

-l, --limit description is wrong #6

Closed Sc00bz closed 9 years ago

Sc00bz commented 9 years ago

Limit is described as stop at a specific position. https://github.com/jsteube/princeprocessor/blob/1b46d1d335e953a764fccaa8812dc9ed50d79a30/src/pp.c#L158

But it is used to output a specific number of passwords. https://github.com/jsteube/princeprocessor/blob/1b46d1d335e953a764fccaa8812dc9ed50d79a30/src/pp.c#L815

"pp -s 20 -l 10" skips the first 20 then outputs the next 10, but according to the description it shouldn't output anything.

jsteube commented 9 years ago

Thanks for report! Should be fixed