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: Hashcat 0.43 not successfully decrypting SHA512 unix hash
Post: RE: Hashcat 0.43 not successfully decrypting SHA51...

It is on trac now ( https://hashcat.net/trac/ticket/92/ ). Thx
philsmd Old hashcat Support 12 33,265 03-15-2013, 11:49 AM
    Thread: Hashcat 0.15 clGetdeviceIDS error -1
Post: RE: Hashcat 0.15 clGetdeviceIDS error -1

use forum/google search: https://www.google.com/search?q=site:hashcat.net "clGetdeviceIDs+-1" (https://www.google.com/search?q=site%3Ahashcat.net+%22clGetdeviceIDs+-1%22)
philsmd Very old oclHashcat-plus Support 3 7,370 11-14-2013, 02:06 PM
    Thread: Hashcat 0.15 clGetdeviceIDS error -1
Post: RE: Hashcat 0.15 clGetdeviceIDS error -1

If you were willing to read, then you should be able to understand what the error means and that it doesn't really depend which version of ubuntu you use. For example, take the first forum thread in ...
philsmd Very old oclHashcat-plus Support 3 7,370 11-14-2013, 03:37 PM
    Thread: Hashcat / rig troubleshooting
Post: RE: Hashcat / rig troubleshooting

I would rather try testing with only a few cards to troubleshoot it. could be power problem and/or temperature problem. Is the system motherboard (using risers ?) etc even compatible with that powe...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 6 1,118 07-11-2020, 12:32 PM
    Thread: hashcat -b is not seeing my grahpic card
Post: RE: hashcat -b is not seeing my grahpic card

follow this: https://hashcat.net/faq/wrongdriver and install the driver directly from https://nvidia.com
philsmd hashcat 4 892 06-15-2020, 11:33 AM
    Thread: Hashcat + LUKS + RTX 2080 (laptop)
Post: RE: Hashcat + LUKS + RTX 2080 (laptop)

maybe you use a notebook or a GPU without fan ? luks/cryptosetup etc use a cost factor (think of iterations), it depends on how powerful the CPU on the system the disk was first encrypted (or passw...
philsmd hashcat 2 1,389 11-14-2019, 10:45 PM
    Thread: Hash-encoding exception ?
Post: RE: Hash-encoding exception ?

These hashes are md5crypt hashes. See https://hashcat.net/wiki/doku.php?id=example_hashes and the help (it's the hash mode -m 500 = md5crypt, MD5(Unix), FreeBSD MD5, Cisco-IOS MD5 ). You sohuldn't...
philsmd hashcat 2 5,756 01-25-2017, 10:55 PM
    Thread: Hash type sorting
Post: RE: Hash type sorting

best advice would be to do it manually. There are some software that try to detect hashes, but they are all crap and not reliable. You sometimes can't say what the hash type is if you do not know whic...
philsmd hashcat 2 1,590 05-11-2019, 01:31 PM
    Thread: Hash Type Question!
Post: RE: Hash Type Question!

It seems that this is -m 10 = md5 ($pass . $salt) The "$user" here is only used because the salt depends on the user. See here https://hashcat.net/wiki/doku.php?id=example_hashes to find the correct ...
philsmd Old hashcat Support 2 6,784 12-27-2013, 08:37 AM
    Thread: Hash speed
Post: RE: Hash speed

try to add -w 3 or even -w 4 you could get even more speed with rules (but of course the overall runtime could increase too). so the correct answer is: 1. more dedicated/clever attacks (specifi...
philsmd hashcat 3 1,781 05-31-2019, 07:08 PM
    Thread: Hash Prestashop
Post: RE: Hash Prestashop

Seems interesting. Devs need to add a special hash format for this one, since the salt+password is too long for a single md5 transform. Could you please add a trac ticket ( https://hashcat.net/trac/ ...
philsmd Old hashcat Support 8 18,704 02-23-2015, 12:28 AM
    Thread: Hash Prestashop
Post: RE: Hash Prestashop

There is some good news here, the new hash type -m 11000 = PrestaShop made it to cpu hashcat already (beta!), oclHashcat support will follow. But let me use this opportunity for a big Warning for for...
philsmd Old hashcat Support 8 18,704 02-26-2015, 12:43 PM
    Thread: hash of a hash
Post: RE: hash of a hash

It is not working like that, instead you need a cracker that supports the algorithm: RipeMD160 (SHA256 (pass)) where SHA256 output is in hex I suppose Currently hashcat does not support this...
philsmd Old oclHashcat Support 2 4,936 03-02-2014, 01:07 PM
    Thread: Hash not found
Post: RE: Hash not found

I guess you are confusing something and did (maybe accidentially) put the content of the .hccapx file into that found file. see https://hashcat.net/wiki/doku.php?id=hccapx the "HCPX" is clearly ...
philsmd hashcat 1 1,299 12-15-2018, 06:12 PM
    Thread: Hash Mode request MS SQL 2016 with salt
Post: RE: Hash Mode request MS SQL 2016 with salt

Could be anything. Do you know the software / CMS / code that generates these hashes ? I assume it's not the MSSQL software itself ? is it some custom software / webpage ? You need to be more sp...
philsmd hashcat 4 1,108 03-19-2020, 04:09 PM
    Thread: Hash Mode 7100 Hashes
Post: RE: Hash Mode 7100 Hashes

sorry to hear about your loss. I think something like this explains the format pretty well: https://apple.stackexchange.com/questions/220729/what-type-of-hash-are-a-macs-password-stored-in/220863#2...
philsmd General Talk 8 3,915 05-22-2019, 08:11 AM
    Thread: Hash Mode 7100 Hashes
Post: RE: Hash Mode 7100 Hashes

yeah, it's very likely that you messed something up in converting (base64 to hex) or truncating the entropy part. I would suggest that you also try with the example hash from https://hashcat.net/wi...
philsmd General Talk 8 3,915 05-29-2019, 09:38 AM
    Thread: Hash Mode 7100 Hashes
Post: RE: Hash Mode 7100 Hashes

yeah, never ignore self-test errors. They are warning you that there is something wrong. You could also test beta from https://hashcat.net/beta/ or release versions (even try with older ones) from ...
philsmd General Talk 8 3,915 05-31-2019, 07:35 PM
    Thread: hash issues
Post: RE: hash issues

You need to specify the correct path to the file "root.hash". On linux for instance you can use tab-completion or use "ls" to check if the file really exists at the location you think it exists. ...
philsmd General Help 7 12,202 05-12-2015, 09:04 AM
    Thread: Hash Help
Post: RE: Hash Help

Normally in such cases you can just replace the hash by a hash of which you know the password, for instance generate a new hash with a chosen password. Therefore, cracking it may not be necessary n...
philsmd Old hashcat Support 3 5,474 01-30-2015, 11:08 PM