Brain behavior - 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: Brain behavior (/thread-7995.html) |
Brain behavior - mahoganyduck - 12-08-2018 From what I read in the brain functionality announcement (https://hashcat.net/forum/thread-7903.html) it sounds like hashcat tracks attempts anchored around a particular hashlist. Does that mean the hashlist needs to stay identical (name and contents) to benefit from the brain entries? RE: Brain behavior - undeath - 12-08-2018 The name does not matter I believe but the contents definitely do. RE: Brain behavior - mahoganyduck - 12-08-2018 I'm trying to figure out what sort of latitude I might have. eg: if I consolodate a bunch of stubborn hashes into a new file, will it know whats been done against each hash, or (I'm thinknig this) a whole new record tree gets started. RE: Brain behavior - royce - 12-08-2018 The target hashlist does have to be file-checksum-level identical, IIRC. But I'm not positive. But it also shouldn't be very hard to create a very simple test case to verify it directly. RE: Brain behavior - undeath - 12-08-2018 Creating a new hash file with a different set of hashes will invalidate all previous status. |