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: oclhashcat-plus 0.13 doesn't find password even though it's provided in wordlist
Post: RE: oclhashcat-plus 0.13 doesn't find password eve...

As always, you should try the example hashes (https://hashcat.net/wiki/doku.php?id=example_hashes ): https://hashcat.net/misc/example_hashes/hashcat.hccap Password: 'hashcat!' (w/o quotes)
philsmd Very old oclHashcat-plus Support 11 26,432 08-06-2013, 12:13 PM
    Thread: Electrum support - aes_decrypt (sha256 (sha256 ($pass), $data)
Post: RE: Anyone interested in being paid to add support...

If I'm not totally mistaken and if the algorithm is really just aes_decrypt (sha256 (sha256 ($pass), $data) ... then your strategy to implement this kernel doesn't make much sense. The main questio...
philsmd hashcat 32 25,733 01-14-2018, 09:45 AM
    Thread: Electrum support - aes_decrypt (sha256 (sha256 ($pass), $data)
Post: RE: Electrum support - aes_decrypt (sha256 (sha25...

If you use electrum2john.py you need to make sure to remove the file name (and colon) from the start of the output line. The hash must look similar to the one that is mentioned here: https://hashcat....
philsmd hashcat 32 25,733 01-30-2018, 01:24 PM
    Thread: Electrum support - aes_decrypt (sha256 (sha256 ($pass), $data)
Post: RE: Electrum support - aes_decrypt (sha256 (sha25...

different salt type implies ("slightly") different algorithm (as far as I know) The output of electrum2john will be different for different salt types. I.e. $electrum$1 means that salt-type 1 is b...
philsmd hashcat 32 25,733 02-03-2018, 01:34 PM
    Thread: TeamSpeak Hash?
Post: RE: TeamSpeak Hash?

okay I investigated this a little bit and indeed there are 2+ hashing algorithms used for teamspeak, the one for the server query password was already mentioned above so I will skip that now (it is ju...
philsmd Old hashcat Support 13 25,726 06-27-2015, 11:17 PM
    Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?

Well, the best strategy depends on a couple of things like: 1. is it a slow or fast hashing algorithm (which hash type is used, -m ?) ? 2. how large is the number of constant strings. Is there only ...
philsmd General Talk 37 24,766 01-09-2018, 09:40 AM
    Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?

your syntax is not correct, --custom-charset2 (or short -2) is used to define a charset. You can't specify a dictionary file with -2, it only accepts a set of different chars at the first line of the ...
philsmd General Talk 37 24,766 01-09-2018, 06:43 PM
    Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?

Hashcat makes a strict distinction between rules (see https://hashcat.net/wiki/doku.php?id=rule_based_attack) and masks (https://hashcat.net/wiki/doku.php?id=mask_attack). solace is currently using...
philsmd General Talk 37 24,766 01-15-2018, 11:49 PM
    Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?

In general you do this mangling (like appending/prepending characters etc) with rule based attacks (with -a 0 and -r my.rule for instance), i.e. you run a wordlist and add those special characters and...
philsmd General Talk 37 24,766 01-26-2018, 09:00 PM
    Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?

It doesn't look too bad. but there are at least 2 things that I don't understand: 1. why do you define --custom-charset1 with EFBBBF and only use it at 1 position (this means that hashcat will test ...
philsmd General Talk 37 24,766 01-26-2018, 11:30 PM
    Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?

It doesn't look correct to me. As I already wrote above, the hex 12 (which is decimal 18) and hex 13 (which is decimal 19) do not look correct. You even write: Code: -- ?1 = 101213 = Carriage R...
philsmd General Talk 37 24,766 01-27-2018, 08:59 AM
    Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?

I don't think that this mask would help or even be correct. What -a 3 -1 charset --increment --increment-min 10 --increment-max 30 ?1?1?1?1?1?1?1?1?1?1?1?1PASSWORD?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1...
philsmd General Talk 37 24,766 02-06-2018, 05:31 PM
    Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?

This type of attack makes no sense to me. You are basically just trying some combinations of the characters "0", "5", "7", "!" and "@" (together with --increment right?). hashcat will generate passwo...
philsmd General Talk 37 24,766 02-07-2018, 09:48 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,726 01-26-2017, 09:34 AM
    Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR

Looks good. Good luck with the password recovery.
philsmd hashcat 20 24,726 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,726 01-27-2017, 10:55 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,726 01-27-2017, 09:36 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,726 01-28-2017, 01:50 PM
    Thread: any guide installing cuda/nvidia on linux?
Post: RE: any guide installing cuda/nvidia on linux?

The answer is just to *not* install anything "cuda"-related at all and do not install anything from you packet manager (because it will be outdated and probably not working). The only thing you need ...
philsmd General Help 8 24,644 03-08-2016, 10:17 AM
    Thread: any guide installing cuda/nvidia on linux?
Post: RE: any guide installing cuda/nvidia on linux?

it should be very clear what I meant, but I will try to rephrase it: the forum user @pay said he did install the debian package cuda-repo-ubuntu1404_7.5-18_amd64.deb, nvidia-kernel-dkms and nvidia-cud...
philsmd General Help 8 24,644 03-08-2016, 07:14 PM