hashcat icon indicating copy to clipboard operation
hashcat copied to clipboard

Add --increment-inverse

Open PenguinKeeper7 opened this issue 1 year ago • 5 comments

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)~~

PenguinKeeper7 avatar Feb 29 '24 23:02 PenguinKeeper7

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.

virodoran avatar Mar 01 '24 01:03 virodoran

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".

roycewilliams avatar Mar 01 '24 01:03 roycewilliams

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

PenguinKeeper7 avatar Mar 01 '24 09:03 PenguinKeeper7

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

Shooter3k avatar Mar 03 '24 13:03 Shooter3k

@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)

PenguinKeeper7 avatar Mar 04 '24 23:03 PenguinKeeper7