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 [asc]
    Thread: 7z password recovery
Post: RE: 7z password recovery

Do you see the list of files or was the file list also encrypted? I think the "Out of memory!" message comes because the 7z2hashcat requires a little bit of RAM to fit the whole encrypted data with...
philsmd hashcat 7 8,537 04-19-2018, 07:30 PM
    Thread: Hi guys
Post: RE: Hi guys

It's probably a usergroup-based permission setting. My guess is that new or users with very few threads/posts will probably not be allowed to change their avatar. Something like mentioned here: https...
philsmd hashcat 18 12,096 04-17-2018, 04:48 PM
    Thread: 7z password recovery
Post: RE: 7z password recovery

yeah, you can get the hash by increasing the limit to about 4 GB hex data !!! https://github.com/philsmd/7z2hashcat/blob/3e82bb8ef0e7e045bcb32bf8936eb75e611f13fc/7z2hashcat.pl#L102 ... but the pro...
philsmd hashcat 7 8,537 04-16-2018, 06:32 PM
    Thread: 7z password recovery
Post: RE: 7z password recovery

What are the sizes of the hashes we are talking about here? How large is the resulting hash size given/displayed by 7z2hashcat ? Furthermore, if the password is completely random you will really ha...
philsmd hashcat 7 8,537 04-15-2018, 08:34 AM
    Thread: appending numbers to combo attack
Post: RE: appending numbers to combo attack

I agree with undeath (like always ?) ... and would like to suggest that depending on how small your word lists are etc, you could also think of an alternative like this: 1. first precompute and store...
philsmd hashcat 3 6,267 04-14-2018, 03:24 PM
    Thread: need help ( paid )
Post: RE: need help ( paid )

yeah, I agree. It's also against the spirit of this forum. we are willing to explain and teach you how to use hashcat if you are willing to invest some time and brain power into it... you need to be o...
philsmd hashcat 4 3,523 04-14-2018, 11:40 AM
    Thread: "If you specify a custom charset, you must also specify a mask."
Post: RE: "If you specify a custom charset, you must als...

It's important to understand how your command line interpreter/shell works and what characters are special. You can use a charset file and put your custom charset within the .hcchr file. Alternative...
philsmd hashcat 3 6,214 04-12-2018, 04:24 PM
    Thread: Which corresponding global settings file do you need to modify?
Post: RE: Which corresponding global settings file do yo...

You could store your custom set of characters into a hcchr file, see https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_charset_files and use the file as a custom charset (e.g. -4 file4.hcchr or...
philsmd Hardware 4 3,506 04-08-2018, 05:43 PM
    Thread: My Itunes hash
Post: RE: My Itunes hash

I must admit that I didn't understand at all what you mean by this x+1 and x+2, y etc... but I would recommend that you just read the documentation on how to use hashcat mask files (.hcmask): 1. http...
philsmd hashcat 3 3,719 04-02-2018, 10:13 AM
    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: Help on hashcat syntax
Post: RE: Help on hashcat syntax

Are you sure you are using the latest version of hashcat? What do you mean by too long? How long is your salt ?
philsmd hashcat 10 6,738 03-29-2018, 04:29 PM
    Thread: Help on hashcat syntax
Post: RE: Help on hashcat syntax

please make sure that the file hash.txt is located in the correct directory and is really named like this. It happens all the time that users save the file within a different folder or with a sligh...
philsmd hashcat 10 6,738 03-29-2018, 04:06 PM
    Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...

for your interest, the problem was identified: https://github.com/hashcat/hashcat/pull/1549
philsmd hashcat 14 10,239 03-22-2018, 10:57 AM
    Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...

I don't think we are able to understand this problem like this, we have 2 ways to better troubleshoot this: 1. you try to understand the parser function seven_zip_parse_hash () within src/interface.c...
philsmd hashcat 14 10,239 03-21-2018, 09:58 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: Can anyone help me with a NTLM? I didn't solve it for three days.
Post: RE: Can anyone help me with a NTLM? I didn't solve...

It seems that you didn't stick to the forum rules: https://hashcat.net/forum/announcement-2.html Please review them again during your 1 week ban. The reason for your ban is: posting hashes Hope yo...
philsmd Hardware 1 2,172 03-20-2018, 08:17 AM
    Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...

yeah, change it back to 1 and change 09, 10 and 11 to the values that are for instance used by the example hash: $112$98$f3bc2a88062c419a25acd40c0c2d75421cf23263f69c51b13f9b1aada41a8a09f9adeae45d6...
philsmd hashcat 14 10,239 03-19-2018, 11:07 PM
    Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...

hmm, that doesn't seem to be the solution (but it is still interesting). What happens if you change both the data length and the encrypted data to a shorter strings (the encrypted data is in hex an...
philsmd hashcat 14 10,239 03-19-2018, 10:33 PM
    Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...

Well, it's difficult for us/me to guess what is wrong with your hash. You probably have 3 options: 1. try to modify your hash in a way that it looks like the example hash and see where the problem...
philsmd hashcat 14 10,239 03-19-2018, 07:49 PM
    Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...

If you use the straight word list attack mode (-a 0) you also need to specify a dictionary file. hashcat -a 0 -m 11600 hash_file.txt dict_file.txt you could also add rules like this: hashcat -a...
philsmd hashcat 14 10,239 03-19-2018, 06:34 PM