Line-length exception....
#5
Exactly. As undeath already pointed out there is a problem with the format or encoding of your hash file, it could be one of these:
1. wrong path to the actual "hash" (you point to the original wallet file instead of the extracted hash?)
2. you extracted the "hash" with powershell or manually set the default character encoding of your shell to something different than ascii/utf8 (maybe utf16 is used)
3. for some reason extra BOM characters were added to the file
etc

It's very clear from your output above:
Code:
Hashfile '.\hashes\music.txt' on line 1 ( ■$): Line-length exception
Hashfile '.\hashes\music.txt' on line 2 (): Line-length exception
Hashfile '.\hashes\music.txt' on line 3 (): Line-length exception
Hashfile '.\hashes\music.txt' on line 4 (): Line-length exception
that hashcat discovered 4 lines within the file .\hashes\music.txt . This shouldn't be the case with a correctly formatted "hash" file extracted by ethereum2john.py by using python 2.7 on the cmd (not powershell with special character encoding).

I would suggest that you open the file .\hashes\music.txt in a text editor.
Copy-paste everything starting from the $ethereum$ signature to the end of the line.
Insert it into a new file and make sure that you safe it with ASCII character encoding.


Messages In This Thread
Line-length exception.... - by onis_uk - 01-15-2018, 09:25 PM
RE: Line-length exception.... - by philsmd - 01-15-2018, 11:57 PM
RE: Line-length exception.... - by onis_uk - 01-16-2018, 12:18 AM
RE: Line-length exception.... - by undeath - 01-16-2018, 12:54 AM
RE: Line-length exception.... - by philsmd - 01-16-2018, 09:32 AM
RE: Line-length exception.... - by onis_uk - 01-16-2018, 06:25 PM
RE: Line-length exception.... - by cqdx - 01-16-2018, 08:08 PM
RE: Line-length exception.... - by onis_uk - 01-16-2018, 08:24 PM
RE: Line-length exception.... - by cqdx - 01-16-2018, 08:35 PM
RE: Line-length exception.... - by onis_uk - 01-16-2018, 09:50 PM
RE: Line-length exception.... - by cqdx - 01-16-2018, 10:23 PM
RE: Line-length exception.... - by philsmd - 01-16-2018, 11:07 PM
RE: Line-length exception.... - by onis_uk - 01-17-2018, 12:11 AM
RE: Line-length exception.... - by undeath - 01-17-2018, 01:14 AM
RE: Line-length exception.... - by onis_uk - 01-17-2018, 08:39 AM
RE: Line-length exception.... - by onis_uk - 01-20-2018, 02:44 PM
RE: Line-length exception.... - by cqdx - 01-20-2018, 02:52 PM
RE: Line-length exception.... - by undeath - 01-20-2018, 02:57 PM
RE: Line-length exception.... - by onis_uk - 01-20-2018, 03:45 PM
RE: Line-length exception.... - by onis_uk - 01-21-2018, 10:37 AM
RE: Line-length exception.... - by onis_uk - 01-21-2018, 11:02 AM
RE: Line-length exception.... - by cqdx - 01-21-2018, 02:12 PM
RE: Line-length exception.... - by onis_uk - 01-21-2018, 01:45 PM
RE: Line-length exception.... - by cqdx - 01-21-2018, 02:06 PM
RE: Line-length exception.... - by onis_uk - 01-21-2018, 02:19 PM
RE: Line-length exception.... - by cqdx - 01-21-2018, 02:28 PM
RE: Line-length exception.... - by onis_uk - 01-21-2018, 02:25 PM
RE: Line-length exception.... - by cqdx - 01-21-2018, 02:31 PM
RE: Line-length exception.... - by onis_uk - 01-21-2018, 02:45 PM
RE: Line-length exception.... - by undeath - 01-21-2018, 06:17 PM
RE: Line-length exception.... - by onis_uk - 01-21-2018, 06:36 PM