Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views [asc] Posted
    Thread: +55 minutes in Generating Dictionary for 194GB
Post: RE: +55 minutes in Generating Dictionary for 194GB

by the way, it doesn't seem that ethereum uses "just sha3", see https://github.com/ethereum/cpp-ethereum/blob/develop/libdevcrypto/SecretStore.cpp#L378-L418 It seems that the SHA3 () step is just p...
philsmd hashcat 26 24,602 03-19-2017, 02:30 PM
    Thread: +55 minutes in Generating Dictionary for 194GB
Post: RE: +55 minutes in Generating Dictionary for 194GB

@dindolo1979 Attention: I would be very careful with this small set of information you provided/got here. As far as I understood the algorithm is much more simple/straight forward and doesn't need an...
philsmd hashcat 26 24,602 04-07-2017, 02:03 PM
    Thread: +55 minutes in Generating Dictionary for 194GB
Post: RE: +55 minutes in Generating Dictionary for 194GB

Yeah, in this very specific situation it might be best to have a fast (standalone) password generator (a c file, perl script etc which only generates passwords according to your "rules"). According t...
philsmd hashcat 26 24,602 04-08-2017, 09:32 AM
    Thread: +55 minutes in Generating Dictionary for 194GB
Post: RE: +55 minutes in Generating Dictionary for 194GB

@dindolo1979 This post is just to let you know that both ethereum algorithms are now available in the newest beta version of hashcat (beta 3.5.0+168 or newer, https://hashcat.net/beta/). See htt...
philsmd hashcat 26 24,602 06-05-2017, 03:34 PM
    Thread: +55 minutes in Generating Dictionary for 194GB
Post: RE: +55 minutes in Generating Dictionary for 194GB

update for ethereum modes supported by hashcat: we recently also added -m 16300 = Ethereum Pre-Sale Wallet, PBKDF2-HMAC-SHA256 (https://github.com/hashcat/hashcat/pull/1476) which is currently suppor...
philsmd hashcat 26 24,602 12-20-2017, 02:20 PM
    Thread: +55 minutes in Generating Dictionary for 194GB
Post: RE: +55 minutes in Generating Dictionary for 194GB

Hmm, you should be a little bit more specific about which "perl script" your are speaking about. I probably posted too many perl scripts on the hashcat forum already so it's not easy enough for me to...
philsmd hashcat 26 24,602 12-17-2017, 11:27 PM
    Thread: +55 minutes in Generating Dictionary for 194GB
Post: RE: +55 minutes in Generating Dictionary for 194GB

You basically already answered your own question by explaining the algorithm details and linking to the algorithm description. Furthermore, this question was already recently addressed within this fo...
philsmd hashcat 26 24,602 02-10-2018, 07:39 PM
    Thread: +55 minutes in Generating Dictionary for 194GB
Post: RE: +55 minutes in Generating Dictionary for 194GB

The algorithm doesn't allow to recover the whole seed (if it was really generated in a cryptographically secure random way) by just knowing some bytes (let's say 80) of the encrypted seed (furthermore...
philsmd hashcat 26 24,602 02-11-2018, 02:24 PM
    Thread: +55 minutes in Generating Dictionary for 194GB
Post: RE: +55 minutes in Generating Dictionary for 194GB

Yeah, thx undeath. When re-reading my post (after posting, hehe), I also discovered that this phrasing was not very clever and I should have added that whenever you reveal the whole seed, that the pri...
philsmd hashcat 26 24,602 02-11-2018, 02:49 PM
    Thread: +55 minutes in Generating Dictionary for 194GB
Post: RE: +55 minutes in Generating Dictionary for 194GB

Now, thinking about the padding attack... I think an alternative could work without revealing the whole encseed. The thing is that the pre-sale algorithm uses padding (as already mentioned a couple...
philsmd hashcat 26 24,602 02-11-2018, 04:01 PM
    Thread: Save/Restore "unnamed" Session
Post: RE: Save/Restore "unnamed" Session

jodler303 Wrote: (08-11-2016, 06:50 PM) -- and by multiplying the percentage with keyspace you can calculate the offset for --skip -- Sorry, but this statement is bullshit. There is a specific lin...
philsmd hashcat 12 24,560 08-12-2016, 08:42 AM
    Thread: Save/Restore "unnamed" Session
Post: RE: Save/Restore "unnamed" Session

jodler303 Wrote: (08-13-2016, 05:07 PM) -- So what you will do (or maybe just me ;-)) is, taking the percentage from the last mask hashcat was working on, letting it finish off that mask the way i h...
philsmd hashcat 12 24,560 08-13-2016, 05:57 PM
    Thread: Save/Restore "unnamed" Session
Post: RE: Save/Restore "unnamed" Session

I also think an error or at least a warning should be displayed whenever someone tries to use --skip with a mask file. Since warnings are often ignored by the users, I think hashcat should show an er...
philsmd hashcat 12 24,560 08-13-2016, 10:00 PM
    Thread: hccap to cap ? Possible ?
Post: RE: hccap to cap ? Possible ?

Hi, I quickly decided to accept this challenge and to try to build a *POC* code that is able to *pseudo*-convert the hccap back to a valid cap file. ATTENTION: cap2hccap (the "*other*"==reverse) c...
philsmd General Help 10 24,517 05-10-2013, 02:37 PM
    Thread: kernel security check failure
Post: RE: kernel security check failure

This doesn't seem have anything (not even the most remotely) to do with oclHashcat. The error message implies (according to my fast research) that your system has some serious problems, either with R...
philsmd Old hashcat Support 9 24,406 01-20-2016, 12:49 PM
    Thread: Problem with status , pause , resume ...
Post: RE: Problem with status , pause , resume ...

what type of terminal do you use (gnome terminal, xterm etc)? Did you try a different one? why do you run it with sudo ? If you really need to run it with priviledged permissions, did you try to run ...
philsmd hashcat 17 24,267 01-15-2017, 05:51 PM
    Thread: Token length exception
Post: RE: Token length exception

this syntax is wrong: Code: -- hashcat -m 1000 -a 3 ... ?1?1?1?1?1?1?1?1?1?1?1 ... hash.txt -- the correct syntax is Code: -- hashcat -m 1000 -a 3 .... hash.txt ?1?1?1?1?1?1?1?1?1?1?1 ...
philsmd hashcat 7 23,947 02-14-2019, 11:10 AM
    Thread: Breaking AIX hashes with hashcat
Post: RE: Breaking AIX hashes with hashcat

Hi guys, thx @atom, and here are the details, it is (partially) too easy to be true and not understandable why nobody else came up with this details b4 ;-): - smd5 uses md5_crypt basically - ssha* var...
philsmd User Contributions 7 23,945 04-20-2013, 10:34 PM
    Thread: Breaking AIX hashes with hashcat
Post: RE: Breaking AIX hashes with hashcat

Amazing speeds! Great, thx for the port and update here
philsmd User Contributions 7 23,945 04-22-2013, 01:03 PM
    Thread: oclHashcat 1.30 vs. Catalyst 14.10 on Linux
Post: RE: oclHashcat 1.30 vs. Catalyst 14.10 on Linux

It definitely works on both 32 bit and 64 bit with ubuntu 12.04 (as recommended in the guide, I am unsure why you say you followed the guide, but you used ubuntu 14.04). There are some things that ...
philsmd Old oclHashcat Support 11 23,607 09-22-2014, 02:02 PM