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 [desc] Author Forum Replies Views Posted
    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: 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 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 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: 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: 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 with Tesla K20m
Post: RE: Issues with Tesla K20m

For cudaHashcat to work you need to match this requirement stated on the download page ( https://hashcat.net/oclhashcat/ ): 346.x or later Now, if you look at the nvidia documentations (for instance ...
philsmd Old oclHashcat Support 5 8,089 03-26-2015, 12:21 PM
    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: Itunes Backup
Post: RE: Itunes Backup

Well, it is pretty easy to see from the link posted by keen (https://stackoverflow.com/questions/1498342/how-to-decrypt-an-encrypted-apple-itunes-iphone-backup) that after the $key = pbkdf2_hmac_sha1 (...
philsmd General Talk 42 83,234 01-19-2017, 12:51 AM
    Thread: Itunes Backup
Post: RE: Itunes Backup

Yeah, looks good Tuxel (if you are sure about the hard-coded "48df8dx4" beginning). In theory you should be able to speed it up significantly e.g. with the "parallels" tool: Code: -- ./hashcat --s...
philsmd General Talk 42 83,234 01-19-2017, 11:43 PM
    Thread: Itunes Backup
Post: RE: Itunes Backup

Are you sure that the password of the first one (IOS 10.2.0) is "test123" (without quotes)? It doesn't seem to crack and also the stackoverflow code (our reference for the algorithm) isn't able to op...
philsmd General Talk 42 83,234 01-20-2017, 01:13 PM
    Thread: Itunes Backup
Post: RE: Itunes Backup

@Tuxel don't worry the language is not the problem... but there might be other things that need to be double-checked first (we need to gather more information such that we are almost perfectly sure ab...
philsmd General Talk 42 83,234 01-20-2017, 04:09 PM
    Thread: Itunes Backup
Post: RE: Itunes Backup

@keen, good to hear that it helped. There is also an update to hashcat! It now supports both -m 14700 = iTunes Backup < 10 and -m 14800 = iTunes Backup >= 10 (use beta 3.30+50 or newer: https://hashc...
philsmd General Talk 42 83,234 01-26-2017, 10:25 PM
    Thread: Itunes Backup
Post: RE: Itunes Backup

I need to close this thread for now. Too many unrelated posts.
philsmd General Talk 42 83,234 03-23-2017, 09:40 PM