From 95642af34b7f6e8c3194858d2847fa50ae00c0bc Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 27 Feb 2023 15:34:05 +0100 Subject: [PATCH] remove print-statement, not needed as 26600 and 26610 have different hash signatures --- tools/metamask2hashcat.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/metamask2hashcat.py b/tools/metamask2hashcat.py index 93b9636e2..cc631b444 100755 --- a/tools/metamask2hashcat.py +++ b/tools/metamask2hashcat.py @@ -25,7 +25,6 @@ def metamask_parser(file, shortdata): exit(1) if((len(j['data']) > 3000) or shortdata): - print("! Data too long, we limit it to 64 bytes, this hash can only be used with m26610!") data_bin = base64.b64decode(j['data']) # TODO limit data to 16 bytes, we only check the first block of data, so we don't need more data. # The use of smaller buffers should speedup the attack.