Token Length Exception
#1
Hi members, Happy New Year.
When I try to use 
Code:
hashcat -m 26620
, below error was occupied.

"Token length exception" in hashcat terminal.

How to resolve this issue?
Reply
#2
use the correct mode
Code:
./hashcat/hashcat --help -h | grep -i metamask
  31900 | MetaMask Mobile Wallet                                    | Cryptocurrency Wallet
  26600 | MetaMask Wallet (needs all data, checks AES-GCM tag)      | Cryptocurrency Wallet
  26610 | MetaMask Wallet (short hash, plaintext check)              | Cryptocurrency Wallet
Reply