Question on Bitcoin/Litcoin - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: Question on Bitcoin/Litcoin (/thread-4419.html) Pages:
1
2
|
Question on Bitcoin/Litcoin - giveen - 06-08-2015 I have a question on -m 11300 Is the input file the actual wallet.dat? When I point it to my wallet.dat, hashcat goes crazy and makes my computer beep like a madman. if I point it to "encrypted_privkey" pulled using pywallet, it says line length which tells me its an improper hash. RE: Question on Bitcoin/Litcoin - Rolf - 06-08-2015 You need to use wallet2john.py to extract the hash. Find it in the latest mumbo jumbo JtR release. RE: Question on Bitcoin/Litcoin - giveen - 06-08-2015 (06-08-2015, 03:38 PM)Rolf Wrote: You need to use wallet2john.py to extract the hash. thanks, Rolf RE: Question on Bitcoin/Litcoin - giveen - 06-08-2015 So now I have a "$bitcoin$96$8........." hash , but still line length issues. RE: Question on Bitcoin/Litcoin - Rolf - 06-08-2015 Check it against the example hash for BTC/LTC wallet here. RE: Question on Bitcoin/Litcoin - giveen - 06-08-2015 (06-08-2015, 04:43 PM)Rolf Wrote: Check it against the example hash for BTC/LTC wallet here. I'll check again, pretty sure it looks like that. Technically its dogecoin wallet. RE: Question on Bitcoin/Litcoin - giveen - 06-08-2015 Okay, thank you Rolf, I had a line feed at the end for some reason. But other wallet is pulling a weird hash that appears to be a bit too many on the number digits in the hash. My good hash is 304 characters long, the one I'm now having issues with is pulling a 370 character hash. RE: Question on Bitcoin/Litcoin - atom - 06-09-2015 someone told me dogecoin uses a different wallet format. RE: Question on Bitcoin/Litcoin - giveen - 06-10-2015 (06-09-2015, 02:31 PM)atom Wrote: someone told me dogecoin uses a different wallet format.My understanding is that they use the bitcoin core as the basis of the wallet code. For example https://github.com/dogecoin/dogecoin/releases/tag/v1.8.1 What is weird is that one wallet, the hash comes out fine and the other, the hash does not come out correctly. Another quick question, is this the hash for the private key or the password to the wallet? Because I could always post the hash if its just the password, because the wallet is local with me. RE: Question on Bitcoin/Litcoin - epixoip - 06-10-2015 It's not a hash, but it is for the wallet itself, not your private key. |