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 [desc]
    Thread: 13 gpu issue
Post: RE: 13 gpu issue

you also need to use the option -d (or the long form of it --opencl-devices) to select a specific device. The upper case short option -D (or long --opencl-device-types) does something completely diffe...
philsmd Hardware 12 9,747 01-18-2018, 07:20 PM
    Thread: 13 gpu issue
Post: RE: 13 gpu issue

There are a lot of warnings in your output. Starting from the timeout patch problem to the "Not a native Intel OpenCL runtime" error. It's not a good idea to ignore all warnings and don't try to fix...
philsmd Hardware 12 9,747 01-18-2018, 11:18 PM
    Thread: Issue with large hcmask file
Post: RE: Issue with large hcmask file

Please try with https://hashcat.net/beta/
philsmd hashcat 15 9,382 01-19-2018, 05:13 PM
    Thread: "Getting Help from Friends" -- Reverse my hash?
Post: RE: "Getting Help from Friends" -- Reverse my hash...

In general (if we do not look at ethereum pre-sale) it's not always the case that only by having found the password corresponding to a certain hash you can access data of the owner of the hash (if no ...
philsmd hashcat 4 3,766 01-20-2018, 10:58 PM
    Thread: Issue with large hcmask file
Post: RE: Issue with large hcmask file

Can you please give clear instruction on how to reproduce this? Do you just run "./hashcat64.bin --restore" and it immediately gives you the "Restore value is greater than keyspace." error ? Does i...
philsmd hashcat 15 9,382 01-22-2018, 03:46 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,767 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,767 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,767 01-27-2018, 08:59 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: Hash craked with John the ripper but failed with Hashcat
Post: RE: Hash craked with John the ripper but failed wi...

if you use -a 0 you should specify at least one word list (dictionary file). Otherwise, hashcat will assume that you sent the password candidates via standard input (stdin) and therefore use a pipe...
philsmd hashcat 4 9,494 02-02-2018, 05:22 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: Haschat cracked a password but how can I print out it?
Post: RE: Haschat cracked a password but how can I print...

It is explained for instance here: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword ...
philsmd hashcat 2 2,634 02-03-2018, 03:47 PM
    Thread: Hashtopussy Mask Attack
Post: RE: Hashtopussy Mask Attack

The problem is that this is not the hashtopussy forum. Hashtopussy is a 3rd party software. You are asking your question at the wrong place You should try to find the answers to your questions by ...
philsmd General Talk 2 2,468 02-03-2018, 09:10 PM
    Thread: [mp64] Output Results with Max/Exact Number of Chars of Specified Charsets
Post: RE: [mp64] Output Results with Max/Exact Number of...

I think this is similar to what we do with policygen of PACK, i.e. using hashcat mask files (.hcmask) directly with hashcat.
philsmd hashcat 2 2,650 02-06-2018, 08:38 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,767 02-06-2018, 05:31 PM
    Thread: Already an instance running on pid 5
Post: RE: Already an instance running on pid 5

I'm not sure exactly what the problem is and why a second instance is still running. Anyways, to solve it you just need to stop the second instance (either via job control - or "task manager"-like ...
philsmd hashcat 7 10,362 02-06-2018, 05:50 PM
    Thread: Already an instance running on pid 5
Post: RE: Already an instance running on pid 5

Please do one of the following actions: 1. after stopping your current running hashcat instance (the one with --session etc), delete the file "hashcat.pid" from the main hashcat folder 2. copy all y...
philsmd hashcat 7 10,362 02-06-2018, 08:41 PM
    Thread: Already an instance running on pid 5
Post: RE: Already an instance running on pid 5

It does. It looks if that specific process id found within the hashcat.pid file is still running. Since tea-er's pid is strangely pid 5 (wtf ?) it might be the case that it always finds a pid with pi...
philsmd hashcat 7 10,362 02-06-2018, 08:53 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,767 02-07-2018, 09:48 AM
    Thread: Hashcat is showing wrong password
Post: RE: Hashcat is showing wrong password

maybe the document can be opened without problem and without password but there are other protections in place like copy/print protection etc.
philsmd hashcat 10 8,001 02-08-2018, 06:49 PM