ignoring 00-suffixed plains when using --keep-guessing? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: ignoring 00-suffixed plains when using --keep-guessing? (/thread-6039.html) |
ignoring 00-suffixed plains when using --keep-guessing? - royce - 11-13-2016 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? RE: ignoring 00-suffixed plains when using --keep-guessing? - royce - 11-13-2016 Specifically, the feature request would be something along the lines of "ignore 00-suffixed plains as duplicates even when using --keep-guessing". RE: ignoring 00-suffixed plains when using --keep-guessing? - atom - 11-13-2016 Best way for this special case I think is not to use -i RE: ignoring 00-suffixed plains when using --keep-guessing? - royce - 11-15-2016 I guess I'd also need to combine that with a hex mask that leaves out 00 for the last char(s). RE: ignoring 00-suffixed plains when using --keep-guessing? - atom - 11-15-2016 Not sure what to do here |