ignoring 00-suffixed plains when using --keep-guessing?
#1
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?
~
#2
Specifically, the feature request would be something along the lines of "ignore 00-suffixed plains as duplicates even when using --keep-guessing".
~
#3
Best way for this special case I think is not to use -i
#4
I guess I'd also need to combine that with a hex mask that leaves out 00 for the last char(s).
~
#5
Not sure what to do here