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 Posted [asc]
    Thread: VTC Vertcoin wallet passphrase lost need help
Post: RE: VTC Vertcoin wallet passphrase lost need help

That's actually really fast for such a huge keyspace. For instance, if you have 10 GPUs, it would only take you a single year (if we assume the worst case. 6 month on average)! Again, brute-force ...
philsmd General Talk 8 7,223 01-05-2018, 10:28 AM
    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: VTC Vertcoin wallet passphrase lost need help
Post: RE: VTC Vertcoin wallet passphrase lost need help

no, I don't think that a mask attack with a charset of ?a in each position is a good strategy. Since -m 11300 is a slow hashing algorithm I would recommend to remember as much as possible from the ...
philsmd General Talk 8 7,223 01-05-2018, 09:37 AM
    Thread: VTC Vertcoin wallet passphrase lost need help
Post: RE: VTC Vertcoin wallet passphrase lost need help

no. You can't use the wallet.dat file directly. You need to download bitcoin2john.py (from https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleeding-jumbo/run/bitcoin2john.py) and run it w...
philsmd General Talk 8 7,223 01-04-2018, 09:05 PM
    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: VTC Vertcoin wallet passphrase lost need help
Post: RE: VTC Vertcoin wallet passphrase lost need help

If you have an encrypted wallet.dat file, you should run bitcoin2john.py with it. The resulting hash (without file names, remove the file names and colons from the output of bitcoin2john.py if any ...
philsmd General Talk 8 7,223 01-04-2018, 01:27 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: 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

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: 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: 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: 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: 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: 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: Restore Fails
Post: RE: Restore Fails

the full command is: Code: -- hashcat64 --restore --session save --
philsmd hashcat 12 8,646 12-29-2017, 09:23 PM
    Thread: MD5($salt.$pass) hashcat syntax, help?
Post: RE: MD5($salt.$pass) hashcat syntax, help?

the hash must be formatted like this: Code: -- hash:salt -- e.g. 531e89....:eWVzX3... see https://hashcat.net/wiki/example_hashes
philsmd General Talk 4 22,428 12-29-2017, 09:20 PM
    Thread: Restore Fails
Post: RE: Restore Fails

No, that's also not 100% correct. The FAQ (https://hashcat.net/wiki/doku.php?id=frequently_asked_questions) already says that "The only parameters allowed when restoring a session are --restore and...
philsmd hashcat 12 8,646 12-29-2017, 09:17 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: Line-length exception?
Post: RE: Line-length exception?

you need to use -m 500 (or the long version of it: --hash-type 500): Code: -- hashcat64.exe -m 500 -a 0 -w 3 -o rs.txt rs.hash example.dict --
philsmd General Talk 3 4,749 12-29-2017, 08:38 AM
    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