Can you make hashcat NOT try previous passwords tried with a different attack ? - 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: Can you make hashcat NOT try previous passwords tried with a different attack ? (/thread-11227.html) |
Can you make hashcat NOT try previous passwords tried with a different attack ? - lionbladerunner - 01-02-2023 So I see that you can save sessions with hashcat, but it seems it only works with the specific attack that you are using at the moment, and that it is not possible to transfer the "non find" password ranges to another attack. Or is it ? So what if you try different attacks, like :
Is there a way to tell hashcat to NOT try a password that was already tried in the attacks previously done ? If yes, how ? RE: Can you make hashcat NOT try previous passwords tried with a different attack ? - Snoopy - 01-02-2023 take a look at hashcat the brain https://github.com/hashcat/hashcat/blob/master/docs/hashcat-brain.md RE: Can you make hashcat NOT try previous passwords tried with a different attack ? - lionbladerunner - 01-02-2023 (01-02-2023, 02:10 PM)Snoopy Wrote: take a look at hashcat the brain It seems to be exactly what I'm looking for, thanks ! |