hashcat Forum

Full Version: ignoring 00-suffixed plains when using --keep-guessing?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When using --keep-guessing, what's the best way to ignore 00-suffixed plains?

a61915a2d80ae6a1:Lü           <--------- this is the same as $HEX[4cc3bc]
a61915a2d80ae6a1:$HEX[4cc3bc00]
a61915a2d80ae6a1:$HEX[4cc3bc0000]
a61915a2d80ae6a1:$HEX[4cc3bc000000]
a61915a2d80ae6a1:$HEX[4cc3bc00000000]

I can script something, but it's a little unwieldy.

Is it worth opening a feature request for?
Specifically, the feature request would be something along the lines of "ignore 00-suffixed plains as duplicates even when using --keep-guessing".
Best way for this special case I think is not to use -i
I guess I'd also need to combine that with a hex mask that leaves out 00 for the last char(s).
Not sure what to do here