08-25-2022, 01:15 PM
(08-23-2022, 09:39 PM)disgust1n Wrote: Hashfile 'hash.txt' on line 1 ($metam...NShUesDQqBiWC6aMEeZAHeECfwPhMgc9): Token length exception
No hashes loaded.
how i can fix it? i heard that exists argument, which can ignore hash token length, or what i should to do?
Thanks you so much =)
token lenght exception tells you, that something is wrong with your hash, its a safety check for valid input
when taking a look into the source of module 26600 you will see, that after $metamask$ (numbers are lenght of the expected string between the $)
$metamask$ 44 $ 24 $ 64 to max lenght of CT_MAX_LEN_BASE64 (dont know exactly 3000-4000)
if your hash doesnt fit, then you will not be able to attack it with this module (at least not in this actual form)