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 [asc] Views Posted
    Thread: Trouble finding attacking hash format
Post: RE: Trouble finding attacking hash format

If base64 encoded : base64 decode it and hex encode it (whenever hashcat expects the hexadecimal hashes) BTW: it is not allowed to post hashes on this forum
philsmd hashcat 6 3,968 06-09-2018, 08:03 AM
    Thread: Trouble finding attacking hash format
Post: RE: Trouble finding attacking hash format

You can find example hashes here: https://hashcat.net/wiki/doku.php?id=example_hashes The salt doesn't need to be hex encoded, only the hashes are hexadecimal (but you can alternatively still use the...
philsmd hashcat 6 3,968 06-09-2018, 08:54 AM
    Thread: --show takes forever to finish
Post: RE: --show takes forever to finish

it depends mainly on the size of the hashcat.potfile and of course also to some extend on the hashes.txt file (note there can be cracks assigned to several users, especially if unsalted hashes are use...
philsmd hashcat 6 3,802 08-21-2018, 10:33 PM
    Thread: --show takes forever to finish
Post: RE: --show takes forever to finish

what's your memory usage and CPU usage during the --show --username run ? High memory, high CPU? We might need to troubleshoot this in detail but I guess we need to have the files (or similar files...
philsmd hashcat 6 3,802 08-22-2018, 05:07 PM
    Thread: --show takes forever to finish
Post: RE: --show takes forever to finish

I just tested with a hash file and potfile with 1000000 entries and it's very fast on my system. Maybe you can do the same and report back. This is how I generated the lists: Code: -- #!/usr/b...
philsmd hashcat 6 3,802 08-23-2018, 01:33 PM
    Thread: Trying to get formatting right
Post: RE: Trying to get formatting right

see https://github.com/hashcat/hashcat/issues/85 for innosetup you need to use --hex-salt (according to that old trac ticket conversation).
philsmd hashcat 6 3,629 01-20-2019, 09:52 PM
    Thread: Cannot Recall the Last 3 Characters of My VeraCrypt Password [HELP]
Post: RE: Cannot Recall last 4 Characters of My VeraCryp...

Well, there are a lot of tutorials on how to use "dd.exe" or something like this. of course with dd you need to use the command line (cmd). I would say that the hashcat FAQ that I linked above i...
philsmd hashcat 6 3,235 01-25-2019, 12:04 PM
    Thread: iTunes Backup, 8 errors: Separator unmatched+Signature unmatched
Post: RE: iTunes Backup, 8 errors: Separator unmatched+S...

you need to extract the "hash" first. i.e. you need to "convert" your plist into a hash file with something like itunes_backup2hashcat.pl (see: https://github.com/philsmd/itunes_backup2hashcat/)
philsmd hashcat 6 3,567 01-25-2019, 09:10 PM
    Thread: Cannot Recall the Last 3 Characters of My VeraCrypt Password [HELP]
Post: RE: Cannot Recall last 4 Characters of My VeraCryp...

It depends on how much and what you exactly remember about the missing characters. Do you know their position (missing chars at the end, at the beginning, can be everywhere, ...) ? Can you limit the...
philsmd hashcat 6 3,235 01-25-2019, 11:40 AM
    Thread: multiple users - custom session file location?
Post: RE: multiple users - custom session file location?

Well, you didn't really explain how you intend to install/use hashcat and also how you manage the access to GPU/CPU OpenCL resources. I think the main problem with multi-user system and hashcat is ...
philsmd hashcat 6 3,015 02-20-2019, 09:11 PM
    Thread: multiple users - custom session file location?
Post: RE: multiple users - custom session file location?

I don't think this is a good idea to share GPU/CPU devices like this. everyone will be experiencing reduced performance if somebody else has an attack running at the same time. I also do not unders...
philsmd hashcat 6 3,015 02-21-2019, 04:47 PM
    Thread: 7z2Hashcat + -m 11600 issues
Post: RE: 7z2Hashcat + -m 11600 issues

are you able to debug where/who crashed ? It could be the driver too and in this case maybe just a setup/driver installation problem, dunno. Did you try to test with the example hashes from http...
philsmd hashcat 6 2,591 03-22-2019, 03:49 PM
    Thread: 7z2Hashcat + -m 11600 issues
Post: RE: 7z2Hashcat + -m 11600 issues

without the hash it's very difficult (or impossible?) for me to say what's the problem. Maybe you can share the hash in a PM or try to generate a new hash with the 7-Zip tool that also crashes and ...
philsmd hashcat 6 2,591 03-22-2019, 03:59 PM
    Thread: 7z2Hashcat + -m 11600 issues
Post: RE: 7z2Hashcat + -m 11600 issues

as mentioned within my reply to your PM (I don't know if you saw it), I couldn't reproduce the problem with your hash. Neither with a windows system, nor with a linux system... normally the window...
philsmd hashcat 6 2,591 03-22-2019, 09:27 PM
    Thread: How does one crack Pbkdf2 w/hashcat?
Post: RE: How does one crack Pbkdf2 w/hashcat?

nope. but please do me a favor and do not ignore/disregard the forum rules next time (e.g. posting hashes), they can be read here: https://hashcat.net/forum/announcement-2.html masking the hash wou...
philsmd hashcat 6 2,658 06-01-2019, 07:20 PM
    Thread: Restore value is greater than keyspace
Post: RE: Restore value is greater than keyspace

no, that's the wrong value. the values should be from 580008 to the next keyspace (from the "large" 580008 value to something smaller, that is why it's a "greater than" problem, new mask is smaller...
philsmd hashcat 6 2,894 06-02-2019, 03:51 PM
    Thread: How does one crack Pbkdf2 w/hashcat?
Post: RE: How does one crack Pbkdf2 w/hashcat?

well, you should at least tell us the password, otherwise it's both against the forum rules and impossible for us to know how to test / verify it. I would say that looking at the code here https://...
philsmd hashcat 6 2,658 06-01-2019, 04:15 PM
    Thread: How does one crack Pbkdf2 w/hashcat?
Post: RE: How does one crack Pbkdf2 w/hashcat?

I just did clone the repository and checked out the version that you linked in your first post: Code: -- git clone https://github.com/rchouinard/phpass cd phpass/ git checkout 121233fb49db4d929d...
philsmd hashcat 6 2,658 06-01-2019, 07:09 PM
    Thread: Restore value is greater than keyspace
Post: RE: Restore value is greater than keyspace

This is indeed an interesting problem, but very difficult to reproduce. I *think* this is a glitch and hashcat while changing from one mask to another (in your case to or from mask number 1592 of 9...
philsmd hashcat 6 2,894 06-02-2019, 09:16 AM
    Thread: Restore value is greater than keyspace
Post: RE: Restore value is greater than keyspace

good news, I was able to reproduce this problem with a very dedicated mask file (masks with small keyspace after masks with large keyspace, repeated thousands of times). The problem seems to be loc...
philsmd hashcat 6 2,894 06-02-2019, 03:16 PM