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 [asc] Replies Views Posted
    Thread: I get CL_OUT_OF_RESOURCES with -m 15700/ethereum
Post: RE: I get CL_OUT_OF_RESOURCES with -m 15700/ethere...

please also apply the timeout patch (https://hashcat.net/wiki/doku.php?id=timeout_patch) like the warning says. For intel CPUs you need to install the OpenCL driver (not the SDK).
philsmd hashcat 9 8,109 10-29-2017, 07:37 PM
    Thread: I get CL_OUT_OF_RESOURCES with -m 15700/ethereum
Post: RE: I get CL_OUT_OF_RESOURCES with -m 15700/ethere...

do not install the cuda sdk. For the intel OpenCL driver, follow this link: https://software.intel.com/en-us/articles/opencl-drivers#latest_CPU_runtime (and as already said, you do not need the SDK...
philsmd hashcat 9 8,109 10-29-2017, 07:49 PM
    Thread: Sanity check: "Must include chars" ruleset
Post: RE: Sanity check: "Must include chars" ruleset

If you are sure that the password length is just 10 and only 4 "random" chars, you could also use this approach. First, generate a dict (yes, this is normally not advicable, but for very small random ...
philsmd hashcat 1 2,055 10-26-2017, 07:28 AM
    Thread: MSCHAPv2 load fail
Post: RE: MSCHAPv2 load fail

The correct hash mode is -m 5500 = NetNTLMv1 and the password for this hash is "password". bob::::63xxx03415162exxxxx263799f8e8axxx5a6bc4d0exxxx72:axxxx01cd59xxx32:password BTW: you are not allo...
philsmd hashcat 2 2,363 11-03-2017, 02:16 PM
    Thread: Hashcat rule help.
Post: RE: Hashcat rule help.

Code: -- hashcat --stdout -o usernames_with_digits.txt -a 6 usernames.txt ?d?d?d -- and Code: -- hashcat -m 0 -a 1 -w 3 hashes.txt usernames_with_digits.txt domain_names.txt --
philsmd hashcat 6 5,416 11-06-2017, 01:19 PM
    Thread: My Bitcoin’s locked into Veracrypt container- 2 BTC to solve
Post: RE: My Bitcoin’s locked into Veracrypt container...

Are you sure that you read the guide? see https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_hashes_from_veracrypt_volumes It basically follows the same steps that...
philsmd hashcat 7 6,792 11-03-2017, 01:27 PM
    Thread: My Bitcoin’s locked into Veracrypt container- 2 BTC to solve
Post: RE: My Bitcoin’s locked into Veracrypt container...

I think that you are looking at the whole disk instead of just the VeraCrypt boot volume. Anyways, in your specific case, from offset 0xd000 (where the bytes ea 1e 7c 00 00 20 56 65 72 61 43 72 79 ...
philsmd hashcat 7 6,792 11-03-2017, 09:27 PM
    Thread: My Bitcoin’s locked into Veracrypt container- 2 BTC to solve
Post: RE: My Bitcoin’s locked into Veracrypt container...

No, that is not true. Your math is flawed: 0x14DFF-0x14C00 = 511 but remember between 0x14DFF (included) and 0x14C00 (included) their are 512 bytes. The same principle holds that is between 1 an...
philsmd hashcat 7 6,792 11-07-2017, 08:50 AM
    Thread: Getting a weird hash from PDF?
Post: RE: Getting a weird hash from PDF?

As far as I know the current up-to-date script to extract the info from .pdf files is pdf2john.pl (a perl file not a python file): https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleedin...
philsmd hashcat 2 3,265 11-10-2017, 10:17 PM
    Thread: Problems with the encodings of dictionaries ...
Post: RE: Problems with the encodings of dictionaries .....

You are not allowed to post hashes here, you get banned for breaking the forum rules. For what regards the problem with encoding: you need to use the correct encoding, in this case it is ISO-8859-9...
philsmd hashcat 5 4,523 11-12-2017, 02:22 PM
    Thread: m 14800 (itunes Ver >10), hashcat has a strange behaviour
Post: RE: m 14800 (itunes Ver >10), hashcat has a strang...

I don't understand what the problem is. This is perfectly expected behaviour. -m 14800 is a hard/slow hash type. Everything that you just described seems to be expected. The only way to fix it ...
philsmd hashcat 6 4,996 11-10-2017, 12:08 PM
    Thread: 7Zip hash woes
Post: RE: 7Zip hash woes

you need to use -m 11600 for 7-zip If you see the message "No hashes loaded" it is not the actual message we are interested in here. The error message that is responsible for letting you know what...
philsmd hashcat 15 12,598 11-13-2017, 09:29 PM
    Thread: 7Zip hash woes
Post: RE: 7Zip hash woes

somehow you managed to again not post the actual error message. The error message should be shown/explained after the hash within the line: Hashfile '../john.hash' on line 1 (hash): ERROR_MESSAGE ...
philsmd hashcat 15 12,598 11-13-2017, 10:34 PM
    Thread: 7Zip hash woes
Post: RE: 7Zip hash woes

are you sure that you are using the latest version of 7z2hashcat from https://github.com/philsmd/7z2hashcat/ ?
philsmd hashcat 15 12,598 11-13-2017, 11:36 PM
    Thread: 7Zip hash woes
Post: RE: 7Zip hash woes

I think to understand this problem we might first need to get rid of that long hash within the error message. A patch like this might help for the time being: Code: -- diff --git a/src/hashes.c b...
philsmd hashcat 15 12,598 11-14-2017, 12:19 AM
    Thread: 7Zip hash woes
Post: RE: 7Zip hash woes

damn. salt-value exception could happen in several situations. It seems there is either something wrong with your hash or the hashcat parser for some strange reason (mistakenly?) rejects it. If you...
philsmd hashcat 15 12,598 11-14-2017, 10:40 AM
    Thread: RC4 attack for 40bit Word 97-2003
Post: RE: RC4 attack for 40bit Word 97-2003

My guess is that there might be a lot of tools around or you just slightly modify a popular tool like libreoffice. We only need to replace the actual key that was generated from a "fake" password with...
philsmd hashcat 6 6,545 11-16-2017, 12:23 PM
    Thread: How to say that the password starts with "abc"
Post: RE: How to say that the password starts with "abc"

What type of hashes do you use (there are salted hashes, where you can use abc as salt)? What type of attack mode are you planning to use? for word list/dictionary attack you can just add a rule that...
philsmd hashcat 3 4,527 11-16-2017, 12:35 PM
    Thread: correct command line
Post: RE: correct command line

You do not need to repeately hit the r key. it makes absolutely no sense. You only need to hit r (for resume) when you hit p (for pause) beforehand. This means that resuming (r) only makes sense if ...
philsmd hashcat 24 22,564 11-16-2017, 09:28 PM
    Thread: Very Specific Cracking Method
Post: RE: Very Specific Cracking Method

one approach could be to create multiple rules (see https://hashcat.net/wiki/?id=rule_based_attack) each one of those rules prepends one single/different character (and does the other manipilation to ...
philsmd hashcat 3 4,054 11-16-2017, 10:09 AM