12-07-2016, 01:27 PM
a) in
https://hashcat.net/wiki/doku.php?id=rule_based_attack
i read
* Indicates that N starts at 0. For character positions other than 0-9 use A-Z (A=11)
should probably be:
* Indicates that N starts at 0. For character positions other than 0-9 use A-Z (A=10)
b) the example
Reject less <N Reject plains of length greater than N <16
is probably wrong. At least the code of hashcat-legacy accepts only one character as N, not two. So i think the
line should be changed to:
Reject less <N Reject plains of length greater than N <G
https://hashcat.net/wiki/doku.php?id=rule_based_attack
i read
* Indicates that N starts at 0. For character positions other than 0-9 use A-Z (A=11)
should probably be:
* Indicates that N starts at 0. For character positions other than 0-9 use A-Z (A=10)
b) the example
Reject less <N Reject plains of length greater than N <16
is probably wrong. At least the code of hashcat-legacy accepts only one character as N, not two. So i think the
line should be changed to:
Reject less <N Reject plains of length greater than N <G