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 [desc] Replies Views Posted
    Thread: Just a little issue, hoping for some support
Post: RE: Just a little issue, hoping for some support

I'm pretty sure that this "problem" has to do with this (still open) problem: https://github.com/hashcat/hashcat/issues/1479 (also see https://github.com/hashcat/hashcat/pull/1480) I'm not sure wh...
philsmd hashcat 3 2,825 01-02-2018, 01:09 PM
    Thread: Help with 7Z Hash
Post: RE: Help with 7Z Hash

Do you use powershell? or just cmd (without powershell)? I noticed that for some reasons the default output format for powershell is utf16le (not ascii). Even if 7z2hashcat only outputs ascii the o...
philsmd hashcat 6 7,526 12-17-2017, 10:24 AM
    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,603 12-17-2017, 11:27 PM
    Thread: correct command line
Post: RE: correct command line

Do not use "-p". use --veracrypt-pim. Code: -- hashcat64.exe -m 13721 -a 0 -w 4 --veracrypt-pim 2406 -o hit.txt MyEncryptionP.hc dict.txt -- I do not understand what you mean by "running against ...
philsmd hashcat 24 22,564 12-23-2017, 02:32 PM
    Thread: Proper Dictionary Usage
Post: RE: Proper Dictionary Usage

Litecoin wallets (wallet.dat) use a very specific algorithm which hashcat covers with hash mode: -m 11300 = Bitcoin/Litecoin wallet.dat use bitcoin2john.py to extract the "hash" (remove all file n...
philsmd hashcat 13 9,891 01-02-2018, 11:59 PM
    Thread: brut password for etherwallet, I forgot it!
Post: RE: brut password for etherwallet, I forgot it!

No, the parameters N, r, p are only used with scrypt. Therefore it can't be -m 15600 Did you even do what I told you ? Did you run the python interpreter with the ethereum2john.py file and the json...
philsmd hashcat 9 7,903 01-03-2018, 12:58 PM
    Thread: Proper Dictionary Usage
Post: RE: Proper Dictionary Usage

no. the command should look something like this: Code: -- hashcat64 -m 11600 -a 0 -w 3 -o Done.txt Hash.txt realuniq.lst -- -a 0 is for wordlist attack mode (see --help)
philsmd hashcat 13 9,891 01-03-2018, 03:31 PM
    Thread: minimum password length with mask
Post: RE: minimum password length with mask

This problem was fixed very quickly with these changes: https://github.com/hashcat/hashcat/pull/1485 You can already download a fixed (beta) version of hashcat from: https://hashcat.net/beta/ Th...
philsmd hashcat 6 8,088 01-03-2018, 05:57 PM
    Thread: New to forum and hashcat, and in a hurry to crack a file.
Post: RE: New to forum and hashcat, and in a hurry to cr...

I think I read somewhere (a while ago) that the new file where the data is stored is just called profile.js Are you able to locate a file file called profile.js ? Update: I think this is just th...
philsmd hashcat 6 8,077 12-28-2017, 10:25 AM
    Thread: Empty hash? "Disk error"
Post: RE: Empty hash? "Disk error"

I think the problem is that you are trying to extract the data from a specific partition (e.g. /dev/sda1) while the guide here https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_...
philsmd hashcat 2 2,384 12-29-2017, 08:51 AM
    Thread: help with LUKS data recovery
Post: RE: help with LUKS data recovery

Did you try to crack the example files from https://hashcat.net/wiki/doku.php?id=example_hashes ? (search for 14600 or LUKS)
philsmd hashcat 13 9,832 01-04-2018, 08:06 PM
    Thread: 1080ti wrong driver??
Post: RE: 1080ti wrong driver??

As far as I remember there was a problem with self-test for -m 15700. I would suggest to use the beta in this particular case for which the self-test error should not happen anymore (https://hashcat.n...
philsmd hashcat 1 2,394 01-05-2018, 10:12 AM
    Thread: Proper Dictionary Usage
Post: RE: Proper Dictionary Usage

If hashcat says Status...........: Cracked and the hash is outputted together with an appended number of chars/digits, it means that this appended string is the password. I think that when you ...
philsmd hashcat 13 9,891 01-03-2018, 09:12 AM
    Thread: brut password for etherwallet, I forgot it!
Post: RE: brut password for etherwallet, I forgot it!

You need to download this file: https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleeding-jumbo/run/ethereum2john.py (Save as "ethereum2john.py" without quotes). then run it with python...
philsmd hashcat 9 7,903 01-03-2018, 11:48 AM
    Thread: minimum password length with mask
Post: RE: minimum password length with mask

Yes this seems to be a bug: see Code: -- Skipping mask '?u?l?l' because it is smaller than the minimum password length. [s]tatus [p]ause [r]esume [b]ypass [c]heckpoint [q]uit => Session.........
philsmd hashcat 6 8,088 01-03-2018, 03:04 PM
    Thread: Recover password file .7z partially known
Post: RE: Recover password file .7z partially known

That's a 3 MB file compressed (uncompressed maybe even much larger if not totally random data). Are there several files within the .7z file ? You could also try to increase the limit that hashcat ac...
philsmd hashcat 4 4,899 01-05-2018, 10:35 AM
    Thread: Hashcat cannot find my own password (password kwown) on TrueCrypt 7.1a file volume
Post: RE: Hashcat cannot find my own password (password ...

This question even made it into the MOST frequently asked questions (that means it is very easy to find the answer to this question because there are dozens of forum posts etc discussing the same ques...
philsmd hashcat 5 4,060 01-05-2018, 12:20 PM
    Thread: help with LUKS data recovery
Post: RE: help with LUKS data recovery

Did you try to crack the volume that you created as an example on your vm ? Can you perform the same test (creating a new luks "file") on the actual machine. I'm not sure if the raid setup reall...
philsmd hashcat 13 9,832 01-05-2018, 01:49 PM
    Thread: help with LUKS data recovery
Post: RE: help with LUKS data recovery

This payload data should be (look like) random data. In your case it doesn't seem to be random data. Is this also the case for your other examples?
philsmd hashcat 13 9,832 01-05-2018, 02:31 PM
    Thread: help with LUKS data recovery
Post: RE: help with LUKS data recovery

I'm not sure if this observation you made about 90% NUL characters reveals some problems. Instead, I think that also the examples have several NUL chars within the "header". I would not conclude that ...
philsmd hashcat 13 9,832 01-05-2018, 10:56 AM