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: 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...

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...

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...

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: 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: 8 GPU GTX1080
Post: RE: 8 GPU GTX1080

this should work: https://github.com/s3inlc/hashtopolis / https://hashtopolis.org
philsmd Hardware 2 2,000 12-18-2019, 01:05 PM
    Thread: 8 x AMD HD7970 @ 1050MHz
Post: RE: 8 x AMD HD7970 @ 1050MHz

As of the oclHashcat requirements you need at least Catalyst 13.1 (https://hashcat.net/oclhashcat-plus/ ). Also if you haven't done yet you should download latest oclHashcat suite (see previous link). ...
philsmd Hardware 36 91,860 08-19-2013, 09:50 AM
    Thread: 8gb wordlist for cracking a Rar3
Post: RE: 8gb wordlist for cracking a Rar3

the command should look something like: Code: -- hashcat -m 12500 -a 0 hash.txt dict.txt -- that means that you also need to specify the hash file, not just the word list BTW: the hash form...
philsmd hashcat 2 4,686 07-25-2018, 07:15 AM
    Thread: 980Ti and 780Ti run together
Post: RE: 980Ti and 780Ti run together

yes
philsmd Hardware 6 5,453 07-23-2017, 09:16 AM
    Thread: 980Ti and 780Ti run together
Post: RE: 980Ti and 780Ti run together

as far as I know this is just a warning, not an error. Of course it would be better to use more modern/newer GPUs, but as far as I know it is still possible to use these 2 different models together. ...
philsmd Hardware 6 5,453 07-27-2017, 10:48 AM
    Thread: A couple of noob questions about the GUI version.
Post: RE: A couple of noob questions about the GUI versi...

1. the GUI is a 3rd party tool not developed by us. if you need help read the documentation provided by the GUI's author or contact them directly 2. what are the drivers you have installed ? you pr...
philsmd hashcat 1 1,241 04-05-2019, 08:15 PM
    Thread: A couple of Qs
Post: RE: A couple of Qs

1. same speed if you configure the system/fan/power usage correctly, why should the operating system matter ? we are talking about dedicated/separate OpenCL devices after all 2. hashcat is able to us...
philsmd hashcat 1 1,224 04-03-2019, 01:06 PM
    Thread: A good hash ???
Post: RE: A good hash ???

We already explained this to you here: https://hashcat.net/forum/thread-6609-post-36090.html#pid36090 axcrypt2john.py includes the file name and hashcat doesn't need that. either use --username o...
philsmd hashcat 1 2,126 08-25-2017, 08:52 PM
    Thread: A question about constant Exhausted
Post: RE: A question about constant Exhausted

this command line parameter is wrong Code: -- --force -- just remove the --force flag
philsmd hashcat 8 2,281 03-10-2020, 06:41 PM
    Thread: A question about constant Exhausted
Post: RE: A question about constant Exhausted

I'm pretty confident that you just discovered the root of the problem. Wrong driver could very easily give wrong results. The use of --force doesn't help. it's a no-go to use a debugging/developer ...
philsmd hashcat 8 2,281 03-10-2020, 07:14 PM
    Thread: A question about constant Exhausted
Post: RE: A question about constant Exhausted

you could try the beta version of hashcat: https://hashcat.net/beta/ and install the Intel OpenCL Runtime for your CPU to use -D 1 while testing with your CPU: https://software.intel.com/en-us/arti...
philsmd hashcat 8 2,281 03-10-2020, 07:58 PM
    Thread: A question about constant Exhausted
Post: RE: A question about constant Exhausted

Try this: https://hashcat.net/faq/wrongdriver
philsmd hashcat 8 2,281 03-11-2020, 01:31 PM
    Thread: A Rule For not more then 2 consecutive number or letter
Post: RE: A Rule For not more then 2 consecutive number ...

fonzy35 Wrote: (02-06-2015, 09:46 AM) -- I looked in to maskprocessor rule, but i didn't find any. -- The answer of atom was for maskprocessor ( https://hashcat.net/wiki/doku.php?id=maskprocessor , ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 12,856 02-06-2015, 05:50 PM
    Thread: A-F 0-9 8 digit mask Help
Post: RE: A-F 0-9 8 digit mask Help

btw, as an alternative to a custom charset (-1 etc), there is also the built-in charset ?H that does the same thing. See --help: Code: -- - [ Built-in Charsets ] - ... H | 0123456789ABCDEF -- ...
philsmd hashcat 9 4,753 02-21-2019, 09:01 AM
    Thread: About exclude symbol
Post: RE: About exclude symbol

If I understood this correctly, I think there is a way to remove the already checked keyspace. I think mathematically one would say there is an intersection between ?l?u?d and ?l?d and the new set of...
philsmd Old oclHashcat Support 4 8,152 01-20-2014, 02:51 PM