hashcat
hashcat copied to clipboard
Add --increment-inverse
See: https://github.com/hashcat/hashcat/issues/3959
~~(Submitted as a draft as it could do with a small clean-up and will likely need to be changed with future Atom's large commit anyway)~~
This is awesome, I have been wanting this as a hashcat feature for ages.
One thing I'd suggest though is to not have it require the -i
flag. In fact, I'd actually rather see it be mutually exclusive with -i
so when running attacks you would choose between --increment
and --increment-inverse
.
I'd love a -ii
shorthand (for increment inverse) or something too, but I guess hashcat doesn't have any other flags like that so maybe it would be weird... and -I
is already taken unfortunately.
I'd love a
-ii
shorthand (for increment inverse) or something too, but I guess hashcat doesn't have any other flags like that so maybe it would be weird... and-I
is already taken unfortunately.
There are -II
and -hh
, at least - but so far, they seem to mean "do it more".
There are
-II
and-hh
, at least - but so far, they seem to mean "do it more".
What's your opinion on -ii
? Do you think it'd be out of place? I'm happy to implement it and I think it might be cool
There are
-II
and-hh
, at least - but so far, they seem to mean "do it more".What's your opinion on
-ii
? Do you think it'd be out of place? I'm happy to implement it and I think it might be cool
personally, I love the -ii idea
@virodoran, --increment
and --increment-inverse
are no longer required together (https://github.com/hashcat/hashcat/pull/3960/commits/0fb6e68c7604d4f9c78b6c20251301a7af61f7d2)
@virodoran / @Shooter3k, -ii
is now an alias for --increment-inverse
(https://github.com/hashcat/hashcat/pull/3960/commits/18a35bdffdffcc8a7f06ebdfe2c2ddca18f941a4)