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 [desc] Views Posted
    Thread: Problems with the encodings of dictionaries ...
Post: RE: Problems with the encodings of dictionaries .....

russian passwords could also be encoded with CP1251 or KOI8-R etc. Pro tip: there are some charsets shipped with hashcat (see for instance the charsets/standard/Russian folder under your extracted ha...
philsmd hashcat 5 4,523 11-16-2017, 09:34 PM
    Thread: Cracking pdf file with arabic password using hashcat
Post: RE: Cracking pdf file with arabic password using h...

You do not need --hex-salt. This has nothing to do with salts. If anything you would need --hex-charset, but that is not necessariy and only needed if you define a custom charset (-1, -2, -3 or -4)...
philsmd General Talk 5 16,216 11-21-2017, 05:58 PM
    Thread: Cracking pdf file with arabic password using hashcat
Post: RE: Cracking pdf file with arabic password using h...

this of course depends on what the tool that you use to encrypt the pdf (acrobat reader etc) does with the input. It could use utf-8 by default. it could use utf16-le etc... The linux echo tool wont ...
philsmd General Talk 5 16,216 11-21-2017, 07:27 PM
    Thread: Hashcat cannot find my own password (password kwown) on TrueCrypt 7.1a file volume
Post: RE: Hashcat cannot find my own password (password ...

This question even made it into the MOST frequently asked questions (that means it is very easy to find the answer to this question because there are dozens of forum posts etc discussing the same ques...
philsmd hashcat 5 4,060 01-05-2018, 12:20 PM
    Thread: Making sure my hash is right
Post: RE: Making sure my hash is right

Why don't you just test it by generating a new wallet (with the old dogecoin software that you used) and trying to crack that specific "hash" (for which you know the password) ? of course you should ...
philsmd hashcat 5 3,988 01-05-2018, 09:49 PM
    Thread: Making sure my hash is right
Post: RE: Making sure my hash is right

again, you do not need to guess. The only way to be 100% sure if the hash is formatted/converted correctly is to use the exact same version of the software you used some years ago (the old wallet sof...
philsmd hashcat 5 3,988 01-06-2018, 10:50 AM
    Thread: ssha help
Post: RE: ssha help

Example hashes can be found here: https://hashcat.net/wiki/doku.php?id=example_hashes ... and yes only -m 111 = nsldaps, SSHA-1(Base64), Netscape LDAP SSHA looks similar (has the, what we call, same ...
philsmd General Talk 5 4,092 01-10-2018, 02:00 PM
    Thread: [Solved] Invalid LUKS filesize
Post: RE: Invalid LUKS filesize

How large is the file called 4G-header ? as you can see here https://hashcat.net/forum/thread-6225-post-33187.html#pid33187 it should be 4097 sectors large (each sector is 512 bytes, therefore a total...
philsmd hashcat 5 5,086 01-14-2018, 10:17 PM
    Thread: [Solved] Invalid LUKS filesize
Post: RE: Invalid LUKS filesize

That's not how you can extract the data. You need to provide to hashcat not only the header/metadata but also some part of the encrypted data. If you reduce it to only the first bytes (metadata), hash...
philsmd hashcat 5 5,086 01-15-2018, 09:15 AM
    Thread: OpenCL ERROR
Post: RE: OpenCL ERROR

The intel core I5 is your CPU not your GPU. You literally posted a spec sheet that says that your graphics cards does not support OpenCL: OpenCL: No It it is not supported by the hardware vendo...
philsmd hashcat 5 4,947 03-02-2018, 10:19 AM
    Thread: Potfile entries and output file
Post: RE: Potfile entries and output file

yeah, it's exactly how it was designed. If the hashes are already present within the pot file it means that they were also already outputted somehow, therefore there is no need to do it again and aga...
philsmd hashcat 5 9,401 03-12-2018, 10:44 PM
    Thread: Potfile entries and output file
Post: RE: Potfile entries and output file

In some cases you could just extract some lines from the potfile itself (like "cat hashcat.potfile"), but this is not a good idea in general. It's always advisable to keep all the original files
philsmd hashcat 5 9,401 03-12-2018, 10:50 PM
    Thread: Integer overflow error
Post: RE: Integer overflow error

No, this is correct. The number of password candidates is way too huge. Just do the math ?a has 95 characters. If we have a length of 15, we have 95^15. The result of 95*95*95*95*....*95 (15 times) ...
philsmd hashcat 5 3,907 02-14-2018, 08:37 AM
    Thread: Integer overflow error
Post: RE: Integer overflow error

I think it is the other way around. If we look at the file docs/changes.txt it mentions that the integer overflow check was first introduced with version 3.40 of hashcat. This is why you don't see t...
philsmd hashcat 5 3,907 02-14-2018, 09:20 AM
    Thread: OpenCL ERROR
Post: RE: OpenCL ERROR

Your specific Intel GPU model doesn't support OpenCL. Hashcat requires that the hardware supports OpenCL. You can just look at the support page of intel. For instance here: https://software.intel.co...
philsmd hashcat 5 4,947 03-04-2018, 10:01 AM
    Thread: How to restore haschat after reboot and please help with GETH wallet decrypted
Post: RE: How to restore haschat after reboot and please...

you can restore a session by moving into the correct directory and running just this command: Code: -- hashcat --restore -- you do not need (and are not allowed) to add many further arguments ...
philsmd hashcat 5 4,143 03-20-2018, 01:38 PM
    Thread: how can I set the mask to a md5 hash result of itself?
Post: RE: how can I set the mask to a md5 hash result of...

You are using the wrong hash mode. You need to use this one: -m 3710 = md5($salt.md5($pass)) (Note: if you know the original password and are looking for the salt, you need to switch the role of t...
philsmd hashcat 5 3,576 04-01-2018, 10:12 AM
    Thread: Speed issue with WPA2
Post: RE: Speed issue with WPA2

it could also be that you are cracking multiple networks. For instance if the status line doesn't say: Code: -- Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts -- ... if there isn...
philsmd hashcat 5 3,642 07-06-2018, 06:31 PM
    Thread: hashcat deletes restore on CL_OUT_OF_RESOURCES
Post: RE: hashcat deletes restore on CL_OUT_OF_RESOURCES

what is the final status you get? Code: -- Status...........: Exhausted -- It would also make sense to know the exit code of the process/application
philsmd hashcat 5 3,578 07-09-2018, 01:01 PM
    Thread: hashcat deletes restore on CL_OUT_OF_RESOURCES
Post: RE: hashcat deletes restore on CL_OUT_OF_RESOURCES

my current guess is that the problem is that the status is set to exhausted incorrectly (in this particular case because of the previous error) here: https://github.com/hashcat/hashcat/blob/1b30a1d6c...
philsmd hashcat 5 3,578 07-09-2018, 10:07 PM