Reuse of rejected passwords by optimized kernel -O
#2
(12-14-2021, 01:16 AM)Linda Wrote: If you run -O (optimized Kernel), passwords over 31 letters will be rejected, which is very handy. Is there any savvy way/flag to re-run from command line the rejected passwords on non optimized kernel (no -O)? Like ignore/reject passwords below 31letters.

there is a rule for rejecting plains 

Reject greater
>N
Reject plains if their length is less than N
>8
* Indicates that N starts at 0. For character positions other than 0-9 use A-Z (A=10)

https://hashcat.net/wiki/doku.php?id=rule_based_attack
Reply


Messages In This Thread
RE: Reuse of rejected passwords by optimized kernel -O - by Snoopy - 12-14-2021, 04:08 PM