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 [asc] Author Forum Replies Views Posted
    Thread: Noob question on command line cudahashcat64
Post: RE: Noob question on command line cudahashcat64

Why do you use -t 32 ? Do you know what that command line option means? Also, the generated hashes must correspond to plains of length 7 (exactly). the -i (or --increment*) doesn't hurt, but is usele...
philsmd Old hashcat Support 4 12,322 08-07-2014, 05:11 PM
    Thread: Noob question on command line cudahashcat64
Post: RE: Noob question on command line cudahashcat64

from help: -t, --markov-threshold=NUM Threshold when to stop accepting new markov-chains so if you set the threshold very low, it is clear that it won't be cracked (but this clearly depends o...
philsmd Old hashcat Support 4 12,322 08-07-2014, 06:16 PM
    Thread: noob question about cmds/password types
Post: RE: noob question about cmds/password types

example hashes are here: https://hashcat.net/wiki/example_hashes note: no file names and colons within the hash
philsmd hashcat 3 1,486 08-05-2019, 08:41 PM
    Thread: noob question
Post: RE: noob question

It's explained here: https://hashcat.net/faq#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword Code: -- hashcat -m 0 -a 0 -w 3 --username --separa...
philsmd hashcat 6 6,037 08-16-2017, 09:05 AM
    Thread: noob question
Post: RE: noob question

Hashcat only supports these formats: with --username user/name/email:hash or without --username hash all other formats need to be externally converted to one of these formats. you could fo...
philsmd hashcat 6 6,037 08-16-2017, 01:05 PM
    Thread: Noob issues with oclhashcat
Post: RE: Noob issues with oclhashcat

I think you didn't realize how large that keyspace is. Let us start with 26 characters which can be repeated. The charset would be: abcdefghijklmnopqrstuvwxyz The number of characters would be: 26 He...
philsmd Old oclHashcat Support 4 7,270 02-14-2015, 01:24 PM
    Thread: Noob help >.<
Post: RE: Noob help >.<

Maybe you should just read the documentation (--help, wiki/faq) to learn these basics: https://hashcat.net/wiki/frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_...
philsmd General Help 7 8,840 01-01-2016, 10:12 PM
    Thread: nOOb help
Post: RE: nOOb help

First of all, you are not allowed to post hashes here. It's against the forum rules: https://hashcat.net/forum/announcement-2.html It's even worse that you didn't mask them and not even mentioned wha...
philsmd hashcat 12 8,107 01-04-2019, 11:09 AM
    Thread: nOOb help
Post: RE: nOOb help

all values from the output of your command you run on macOS are base64 encoded and they need to be base64-decoded and hex-encoded on linux (and most likely also on macOS) you can do something like ...
philsmd hashcat 12 8,107 01-20-2019, 10:03 AM
    Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR

Where did you get the information from that it needs to have a "Veracrypt" string in it? This is not true as far as I can tell. You are basically searching for something (the "Veracrypt" thing) that s...
philsmd hashcat 20 24,729 01-26-2017, 09:34 AM
    Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR

Well, that's very different, both the size of the binary data and they don't even use an offset (the skip parameter). Of course if you skip 31744 from the start you won't find the "Truecrypt΅ header ...
philsmd hashcat 20 24,729 01-27-2017, 09:36 AM
    Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR

Looks good. Good luck with the password recovery.
philsmd hashcat 20 24,729 01-27-2017, 10:33 AM
    Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR

Why do you use mask processor? hashcat has inbuilt support for mask attack (--attack-mode 3 or short -a 3). Your disk and transfer speed to the GPUs is probably the bottleneck (if you do not use -a 3 ...
philsmd hashcat 20 24,729 01-27-2017, 10:55 AM
    Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR

atom was not speaking about the output length but about the details of the algorithm, i.e. whenever you have to apply the same hashing function thousand or even millions of times, the speed will be dr...
philsmd hashcat 20 24,729 01-28-2017, 01:50 PM
    Thread: Noob - Understanding hashcat input format
Post: RE: Noob - Understanding hashcat input format

-m 10900 = PBKDF2-HMAC-SHA256 has both hash and salt in base64. You can just look at the examples here: https://hashcat.net/wiki/doku.php?id=example_hashes or use a command like this: hashcat -m 10900...
philsmd hashcat 1 2,965 08-03-2018, 06:05 PM
    Thread: No output file... why?
Post: RE: No output file... why?

Please do not give bad/wrong advices. --help shows -o, --outfile=FILE Define outfile for recovered hash so it is --outfile or short -o
philsmd Old oclHashcat Support 6 9,283 12-03-2014, 11:54 PM
    Thread: No output file created
Post: RE: No output file created

oclHashcat 1.20 has some new features to remove hashes if they were already cracked. For instance, if the hash:plain line is (also) present in the pot file (cudaHashcat.pot in your case), then cuda...
philsmd Old oclHashcat Support 4 28,540 05-22-2014, 04:15 PM
    Thread: No NVidia compatible platform found
Post: RE: No NVidia compatible platform found

I don't think that lspci will be involved in any way, but you might check if libcuda.so and libnvidia*.so* are available. Also checking nvidia-settings on linux systems could be useful. See also: mod...
philsmd Very old oclHashcat-lite Support 9 26,686 03-08-2013, 06:50 PM
    Thread: No NVidia compatible platform found
Post: RE: No NVidia compatible platform found

The nvidia modules are not loaded correctly. They will create (automatically) the /dev/nvidia* devices, that are needed (by the libcuda and/or libnvidia, both? I am no expert). For sure the module is ...
philsmd Very old oclHashcat-lite Support 9 26,686 03-08-2013, 07:41 PM
    Thread: No keyspace for the distributed hashcat v3.00
Post: RE: No keyspace for the distributed hashcat v3.00

If you don't know the password length and want to use mask attack, you can just use mask with different lengths. e.g. 4 to 7: Code: -- -a 3 ?a?a?a?a -a 3 ?a?a?a?a?a -a 3 ?a?a?a?a?a?a -a 3 ?a?a?...
philsmd hashcat 3 6,010 07-12-2016, 04:20 PM