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: 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 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 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: 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: 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,687 07-25-2018, 07:15 AM
    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: 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: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...

What is the command you run ? Are you able to crack the example hash from https://hashcat.net/wiki/example_hashes ?
philsmd hashcat 14 10,239 03-19-2018, 08:03 AM
    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
    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: 7Zip hash woes
Post: RE: 7Zip hash woes

you need to use -m 11600 for 7-zip If you see the message "No hashes loaded" it is not the actual message we are interested in here. The error message that is responsible for letting you know what...
philsmd hashcat 15 12,598 11-13-2017, 09:29 PM
    Thread: 7Zip hash woes
Post: RE: 7Zip hash woes

somehow you managed to again not post the actual error message. The error message should be shown/explained after the hash within the line: Hashfile '../john.hash' on line 1 (hash): ERROR_MESSAGE ...
philsmd hashcat 15 12,598 11-13-2017, 10:34 PM
    Thread: 7Zip hash woes
Post: RE: 7Zip hash woes

are you sure that you are using the latest version of 7z2hashcat from https://github.com/philsmd/7z2hashcat/ ?
philsmd hashcat 15 12,598 11-13-2017, 11:36 PM
    Thread: 7Zip hash woes
Post: RE: 7Zip hash woes

I think to understand this problem we might first need to get rid of that long hash within the error message. A patch like this might help for the time being: Code: -- diff --git a/src/hashes.c b...
philsmd hashcat 15 12,598 11-14-2017, 12:19 AM
    Thread: 7Zip hash woes
Post: RE: 7Zip hash woes

damn. salt-value exception could happen in several situations. It seems there is either something wrong with your hash or the hashcat parser for some strange reason (mistakenly?) rejects it. If you...
philsmd hashcat 15 12,598 11-14-2017, 10:40 AM