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: Issues with Tesla K20m
Post: RE: Issues with Tesla K20m

are you sure that you extracted the oclHashcat archive (7z) correctly? Please double-check that the files: kernels/4318/m00000_a1.sm_35.64.ptx kernels/4318/markov_le_v4.64.ptx (main kernel fol...
philsmd Old oclHashcat Support 5 8,089 03-26-2015, 06:05 PM
    Thread: Issues with p106-090 pg410 driver and hashcat 6.1.1
Post: RE: Issues with p106-090 pg410 driver and hashcat ...

is this some kind of cloud provider ? what is the output of hashcat -I ? what is the output of clinfo ?
philsmd Hardware 6 722 08-26-2020, 06:23 PM
    Thread: Issues with p106-090 pg410 driver and hashcat 6.1.1
Post: RE: Issues with p106-090 pg410 driver and hashcat ...

There are even clinfo.exe binary releases here for users that are not able to compile it themself: https://github.com/Oblomov/clinfo#windows-support
philsmd Hardware 6 722 08-27-2020, 09:13 AM
    Thread: Issues with p106-090 pg410 driver and hashcat 6.1.1
Post: RE: Issues with p106-090 pg410 driver and hashcat ...

I think this is not really an error, you are just not aware (misunderstanding) that hashcat 6.0.0 and above recommend using CUDA. I'm not sure if your "professional" GPU supports it (I pretty much ...
philsmd Hardware 6 722 08-27-2020, 09:19 AM
    Thread: Issues in cracking WPA2 with wordlist+mask
Post: RE: Issues in cracking WPA2 with wordlist+mask

The minimum password length for WPA/WPA2 is 8 bytes/characters. Hashcat will immediately reject (see the Rejected.........: line within your status) all passwords which do not adhere to this limita...
philsmd hashcat 1 3,201 09-04-2017, 10:45 AM
    Thread: Issue with RAR3-hp hash type
Post: RE: Issue with RAR3-hp hash type

This type of rar archives are currently not supported (see https://hashcat.net/wiki/doku.php?id=example_hashes , the supported type is RAR-hp aka rar files with header encryption). $RAR3$*1* means ...
philsmd hashcat 2 4,309 02-03-2017, 02:08 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: 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: Issue with large hcmask file
Post: RE: Issue with large hcmask file

walterlacka do you also run it without --restore? can you provide the full details (number of masks) and the .restore file? does it always stop at the same mask? If you upload the .restore file we w...
philsmd hashcat 15 9,382 03-16-2018, 07:34 PM
    Thread: Issue with ChaCha20
Post: RE: Issue with ChaCha20

hmm, I see the problem here. it's not very clear what is going on (at least for the general hashcat user ! ) The key in theory is always 32 bytes, but it's neither mentioned within the example wiki...
philsmd hashcat 2 1,144 10-12-2019, 02:44 PM
    Thread: Issue with --show and colon character
Post: RE: Issue with --show and colon character

hmm, this is an interesting case and the reason why it's behaving like this is that hashcat only checks for the last "separator" in the potfile, see: https://github.com/hashcat/hashcat/blob/067ffa9d64...
philsmd hashcat 5 3,731 08-19-2018, 11:47 AM
    Thread: Issue with --show and colon character
Post: RE: Issue with --show and colon character

I think you are mixing up the outfile (--outfile or short -o) with the hashcat.potfile. The former will change whenever you use --outfile-autohex-disable, but for the latter the --outfile-autohex-disa...
philsmd hashcat 5 3,731 08-19-2018, 06:12 PM
    Thread: Issue with --show and colon character
Post: RE: Issue with --show and colon character

I think you indeed found the main root of the problem. The potfile read/write functions should ignore the --outfile-autohex setting. See https://github.com/hashcat/hashcat/blob/fe04ccc1fd61b040ebee5...
philsmd hashcat 5 3,731 08-22-2018, 02:57 PM
    Thread: Isn't there anyone who could have tested an RX 5700 XT with myROCm on linux
Post: RE: Isn't there anyone who could have tested an RX...

I don't really understand this at all... is this your repository ? I don't see any code within this repository, what does it do ? just a manual ?
philsmd Hardware 7 4,315 12-27-2019, 10:42 AM
    Thread: Is this WPA password cracked?
Post: RE: Is this WPA password cracked?

that's not 100% correct, Mem5 Exhausted could happen if only some of the handshakes are cracked and not all of them. but if all "hashes" are cracked, the status will be "Cracked". The problem w...
philsmd hashcat 8 4,181 01-05-2019, 02:30 PM
    Thread: Is This Make A Problem for Cracking?
Post: RE: Is This Make A Problem for Cracking?

It's not a problem (unless you use --force to hide some other "Warnings/errors"). The reason is just that in one case (left) you have a single network/essid and on the other hand (right) you have s...
philsmd hashcat 2 681 03-30-2020, 07:38 PM
    Thread: Is there any pass length workaround?
Post: RE: Is there any pass length workaround?

These questions were already answered in your previous thread https://hashcat.net/forum/thread-5318.html (and you still continue to post the same things, e.g. maskprocessor + hcmask which I told you i...
philsmd General Help 1 4,098 03-14-2016, 09:10 AM
    Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...

it seems that the algorithm is quite simple and there are a lot of alternative implementations. as a test I tried to find out if I'm able to recover/find the password of the example file from here:...
philsmd General Talk 20 5,128 01-09-2020, 01:52 AM
    Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...

update: we've now implemented this new algorithm: see https://github.com/hashcat/hashcat/issues/2267 and https://github.com/hashcat/hashcat/pull/2285 The hash format is also explained in the github p...
philsmd General Talk 20 5,128 01-17-2020, 11:59 AM
    Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...

just run it and see if it works for you (betas of hashcat are over https://hashcat.net/beta/). The extraction script can be found here: https://raw.githubusercontent.com/hashcat/hashcat/master/tool...
philsmd General Talk 20 5,128 04-08-2020, 04:11 PM