Posts: 16
Threads: 1
Joined: Jan 2018
Right got it working ...... notice the first part of my has was
$ethereum$s*262144*8*1*
but the example has was
$ethereum$s*262144*1*8*
so I swapped the 1 and 8 around ....... also etc part of the hash needs to be 64 long my middle section was 62 so i prefaced it with 00
Posts: 16
Threads: 1
Joined: Jan 2018
OK, so now I can get it to run (sort of) it just hangs at this screen and crases my amd driver.
I'm guessing that's because my max password length seems to be set at 256!
How do I change that? with a mask?
Attached Files
Capture.JPG (Size: 81.54 KB / Downloads: 3)
Posts: 8
Threads: 0
Joined: Jan 2018
(01-21-2018, 01:45 PM) onis_uk Wrote: OK, so now I can get it to run (sort of) it just hangs at this screen and crases my amd driver.
I'm guessing that's because my max password length seems to be set at 256!
How do I change that? with a mask?
Add -D 1 (not -d 1) to command line to use CPU
More info here
https://stealthsploit.com/2018/01/04/eth...pu-vs-cpu/
Why CPU ? Read in the article
Yet I hope that I am wrong and there is a way to run cracking on GPU
Posts: 8
Threads: 0
Joined: Jan 2018
(01-21-2018, 11:02 AM) onis_uk Wrote: Right got it working ...... notice the first part of my has was
$ethereum$s*262144*8*1*
but the example has was
$ethereum$s*262144*1*8*
so I swapped the 1 and 8 around ....... also etc part of the hash needs to be 64 long my middle section was 62 so i prefaced it with 00
about 62 char salt (or
ciphertext ? ) i wrote here
https://hashcat.net/forum/thread-7202-po...l#pid38734
sometime salt has 63 or 62 char salt. I think Hashcat chk if salt not 64 char - and show error (
Posts: 16
Threads: 1
Joined: Jan 2018
Ah yes I remember reading about this kind of has being "gpu proof" lol
my cpu says this.......
Attached Files
Capture.JPG (Size: 35.62 KB / Downloads: 3)
Posts: 16
Threads: 1
Joined: Jan 2018
used the --force to make it work............
finally hashing...... at 5H/s lol ..........
Posts: 8
Threads: 0
Joined: Jan 2018
(01-21-2018, 02:19 PM) onis_uk Wrote: Ah yes I remember reading about this kind of has being "gpu proof" lol
my cpu says this.......
-D 1 is not same -d 1 (and not even the same -D 2)
just use
-D 1
hashcat_1.png (Size: 6.24 KB / Downloads: 2)
hashcat_2.png (Size: 2.62 KB / Downloads: 1)
Posts: 8
Threads: 0
Joined: Jan 2018
(01-21-2018, 02:25 PM) onis_uk Wrote: used the --force to make it work............
finally hashing...... at 5H/s lol ..........
lol, yes
same sh#t bro
Posts: 16
Threads: 1
Joined: Jan 2018
(01-21-2018, 02:31 PM) cqdx Wrote: (01-21-2018, 02:25 PM) onis_uk Wrote: used the --force to make it work............
finally hashing...... at 5H/s lol ..........
lol, yes
same sh#t bro
Time.Estimated...: Next Big Bang (> 10 years) at least its honest lol and that was using a mask of what I think it is....
so no current work around for v3 hashes??
Posts: 2,301
Threads: 11
Joined: Jul 2010
01-21-2018, 06:17 PM
(This post was last modified: 01-21-2018, 06:18 PM by undeath .)
(01-21-2018, 11:02 AM) onis_uk Wrote: $ethereum$s*262144*8*1*
but the example has was
$ethereum$s*262144*1*8*
so I swapped the 1 and 8 around
that will make your hash uncrackable. those are the scrypt settings and they are present in the "hash" string for a reason.