Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Build advice
Post: RE: Build advice
Using the graphics output of your GPU while running hashcat will likely cause a laggy picture but that is independent of the cable used and will hardly slow down hashcat. |
|
undeath |
Hardware
|
27 |
20,565 |
12-11-2017, 11:31 AM |
|
|
Thread: how can i crack hexmd5 hash ?
Post: RE: how can i crack hexmd5 hash ?
Look in what order those messages were received. |
|
undeath |
General Talk
|
27 |
14,938 |
02-24-2019, 03:50 PM |
|
|
Thread: Ryzen OpenCL benchmarks?
Post: RE: Ryzen OpenCL benchmarks?
You do realize this is the hashcat forum and epixoip is talking about hashcat kernels, right? Nobody here cares about audio/video performance. |
|
undeath |
Hardware
|
26 |
31,251 |
05-14-2017, 12:31 AM |
|
|
Thread: +55 minutes in Generating Dictionary for 194GB
Post: RE: +55 minutes in Generating Dictionary for 194GB
unless there is a different way to check if the seed has been successfully decrypted other than the keccak hashing mentioned by philsmd above it's impossible to retrieve the password using the first 8... |
|
undeath |
hashcat
|
26 |
24,597 |
02-11-2018, 02:12 PM |
|
|
Thread: +55 minutes in Generating Dictionary for 194GB
Post: RE: +55 minutes in Generating Dictionary for 194GB
philsmd Wrote: (02-11-2018, 02:24 PM)
--
I'm almost 100% sure, that such a technique where somebody can recover a very long random seed by just having 80-bytes of the encrypted seed is currently infe... |
|
undeath |
hashcat
|
26 |
24,597 |
02-11-2018, 02:36 PM |
|
|
Thread: So I'm dumb and lost my ETH password
Post: RE: So I'm dumb and lost my ETH password
Yes, you want to do a mask attack https://hashcat.net/wiki/doku.php?id=mask_attack |
|
undeath |
hashcat
|
25 |
21,249 |
08-08-2017, 11:43 AM |
|
|
Thread: So I'm dumb and lost my ETH password
Post: RE: So I'm dumb and lost my ETH password
slayerdiangelo Wrote: (08-08-2017, 03:21 PM)
--
You should use the mask processor and pipe the output to Hashcat.
--
Hashcat supports mask attacks in attack mode 3. No need to use external tools.
... |
|
undeath |
hashcat
|
25 |
21,249 |
08-08-2017, 04:20 PM |
|
|
Thread: So I'm dumb and lost my ETH password
Post: RE: So I'm dumb and lost my ETH password
depends, if your wallet is mode 15600 [$ethereum$p] use your GPU (mining rig) if your wallet is mode 15700 [$ethereum$s] use your CPU (gaming machine) still use your mining rig
(well, actually it mig... |
|
undeath |
hashcat
|
25 |
21,249 |
08-08-2017, 06:42 PM |
|
|
Thread: So I'm dumb and lost my ETH password
Post: RE: So I'm dumb and lost my ETH password
use https://github.com/magnumripper/JohnTheRipper/blob/bleeding-jumbo/run/ethereum2john.py to extract the necessary info from your wallet
you're on the right track. To set the hash type consult --h... |
|
undeath |
hashcat
|
25 |
21,249 |
08-09-2017, 12:00 AM |
|
|
Thread: So I'm dumb and lost my ETH password
Post: RE: So I'm dumb and lost my ETH password
4 H/s is really slow. Something seems off. As written before, my old 2600k manages to get 13 H/s. But why not using your GPU? It's probably still at least as fast as your CPU. Note that it may take ~2... |
|
undeath |
hashcat
|
25 |
21,249 |
08-09-2017, 10:18 AM |
|
|
Thread: So I'm dumb and lost my ETH password
Post: RE: So I'm dumb and lost my ETH password
Did you try --scrypt-tmto=0? At least the example hash works for me with every tmto setting (though 0 is the fastest option on cpu and gpu in my scenario).
--force is only if you use an unsupported... |
|
undeath |
hashcat
|
25 |
21,249 |
08-09-2017, 05:38 PM |
|
|
Thread: So I'm dumb and lost my ETH password
Post: RE: So I'm dumb and lost my ETH password
I just learnt script-tmto=0 means auto-configuration, not disable tmto trade-offs alltogether. And furthermore, the higher the value the less RAM is used.
However, there might be an incompatibility w... |
|
undeath |
hashcat
|
25 |
21,249 |
08-10-2017, 04:55 PM |
|
|
Thread: So I'm dumb and lost my ETH password
Post: RE: So I'm dumb and lost my ETH password
take home message: the scrypt settings ethereum uses by default make GPU cracking mostly impossible. Just use your CPU. |
|
undeath |
hashcat
|
25 |
21,249 |
08-10-2017, 05:35 PM |
|
|
Thread: So I'm dumb and lost my ETH password
Post: RE: So I'm dumb and lost my ETH password
scrypt has three parameters. Depending on how those parameters are chosen it may or may not work on GPU. The parameters of your ethereum wallet don't. |
|
undeath |
hashcat
|
25 |
21,249 |
08-11-2017, 10:12 AM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
You can pipe in the output of combinator3. That's only useful for slow hashes though. You will notice speed decrease with hmac-sha256.
Depending on how big your wordlists are you can pre-generate a n... |
|
undeath |
hashcat
|
25 |
19,826 |
06-15-2018, 11:41 AM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
vigilantbag Wrote: (06-15-2018, 07:01 PM)
--
And for your second option on pre-generating a new wordlist, I need to use three separate wordlists, giving me three different word sets per candidate, bu... |
|
undeath |
hashcat
|
25 |
19,826 |
06-15-2018, 11:51 PM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
ok, saving the result of combining such a big wordlist is infeasible. But running that in combinator3 would probably take several years to complete anyway. |
|
undeath |
hashcat
|
25 |
19,826 |
06-16-2018, 12:15 AM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
you're not talking about the 1Password competition, are you? https://hashcat.net/forum/thread-7480.html
That's not "hmac-sha256" but pbkdf2 (with hmac-sha256) with 100k iterations. That's a whole d... |
|
undeath |
hashcat
|
25 |
19,826 |
06-16-2018, 12:36 AM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
I'm pretty sure they were using the "AgileWords.txt" wordlist you can find on the competition's github repo. That's a whole lot smaller than your wordlist. And still, even with a decent hardware clust... |
|
undeath |
hashcat
|
25 |
19,826 |
06-16-2018, 12:47 AM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
There is no hashcat-native way of doing combinator3 with rules. A simple solution would be creating an intermediate wordlist with a space appended to each line, then creating a second intermediate wor... |
|
undeath |
hashcat
|
25 |
19,826 |
06-16-2018, 12:58 AM |