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 [asc] Posted
    Thread: ATTENTION! OpenCL kernel self-test failed.
Post: RE: ATTENTION! OpenCL kernel self-test failed.

Thanks for the update. I'm still confused about the fact that it now seems to work for you with different beta versions (NOT just with the latest one) and that your original post says that even older ...
philsmd hashcat 31 12,819 12-23-2019, 07:05 PM
    Thread: Linux Shadow hashes
Post: RE: Linux Shadow hashes

Please do not forget that hashcat supports loading of different/special file types like pwdump, linux shadow, passwd, DCC, NetNTLM, nsldaps etc. Therefore you actually only need to specify that you...
philsmd hashcat 7 12,729 07-12-2017, 12:39 PM
    Thread: Length of my hash
Post: RE: Length of my hash

For those situations where you don't know how to feed *Hashcat w/ your hashes, there is a well-known wiki page that explains the formats: https://hashcat.net/wiki/doku.php?id=example_hashes Most impor...
philsmd Old oclHashcat Support 4 12,722 02-19-2014, 01:33 PM
    Thread: Length of my hash
Post: RE: Length of my hash

Furthermore... I don't know if this is the correct repository (or at least an up-to-date fork), but the code is here (https://github.com/berkus/usercake/blob/master/models/funcs.php#L81 ): $salt . sha...
philsmd Old oclHashcat Support 4 12,722 02-19-2014, 01:47 PM
    Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

furthermore, this mask is kind of pointing to a possible problem: ?1?1?1?1?1?1?1?1?1?1?1 if --custom-charset1 (or short -1) is defined with a very small number of chars (small charset), that might...
philsmd hashcat 43 12,656 08-28-2019, 10:42 AM
    Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

well, I would just try to compare it with the benchmark value. if you test the same input (single hash, -w 3 or even -w 4 and -O and mask ?b?b?b?b?b?b?b), the speed should be the same. if by cha...
philsmd hashcat 43 12,656 08-30-2019, 07:53 PM
    Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

well , this is now -m 0, not -m 1000. we should compare apples to apples, not apples to oranges. You didn't post the --benchmark value vs the real test with hash list for the same hash types. we w...
philsmd hashcat 43 12,656 08-30-2019, 09:30 PM
    Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

stdin/pipe only works with -a 0 therefore the command: Code: -- hashcat64.exe --stdout d:\wordlists\rockyou.txt -r rules\best64.rule| hashcat64.exe -m1000 -a3 d:\hashlists\Random\test.txt -O --...
philsmd hashcat 43 12,656 08-31-2019, 09:14 PM
    Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

what makes me wondering the most is the util percentage in your benchmark-like run for -m 0: Code: -- Time.Started.....: Fri Aug 30 12:52:59 2019 (2 secs) ... Guess.Mask.......: ?b?b?b?b?b?b?b...
philsmd hashcat 43 12,656 08-31-2019, 11:16 AM
    Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

why did you remove the -O now? it's so confusing to understand what you are testing and why you are changing the hash type and parameters without any reasons. we said that we want to compare it agains...
philsmd hashcat 43 12,656 08-31-2019, 11:37 PM
    Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

Resource Monitor and msinfo32 in windows: https://answers.microsoft.com/en-us/windows/forum/windows_10-performance/physical-and-virtual-memory-in-windows-10/e36fb5bc-9ac8-49af-951c-e7d39b979938 vir...
philsmd hashcat 43 12,656 09-03-2019, 10:55 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
    Thread: Hex ch and small problem
Post: RE: Hex ch and small problem

It seems that you are mixing up custom charsets (-1 xxx) with the mask itself. This makes no sense: -a 3 -1 ?b?b?b?b?b?b?b?b -1 is the same as --custom-charset1 and it is used to define a custom c...
philsmd hashcat 14 12,592 02-03-2017, 01:27 AM
    Thread: Hex ch and small problem
Post: RE: Hex ch and small problem

The problem here might be that the keyspace is way too huge and therefore a "integer overflow" is reached. 255^8 = 17878103347812890625 (yeah, a huge number!). Try with a smaller mask instead... BTW...
philsmd hashcat 14 12,592 02-03-2017, 10:53 AM
    Thread: How does -q and -r work with maskprocessor?
Post: RE: How does -q and -r work with maskprocessor?

The --help explains it very clearly: -q, --seq-max=NUM Maximum number of multiple sequential characters -r, --occurrence-max=NUM Maximum number of occurrence of a character Thi...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 12,578 08-13-2015, 01:02 PM
    Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary

This is not the correct way to generate hashes. echo always outputs a string with newlines. BTW: this question is even present in the MOST frequently asked questions https://hashcat.net/faq#i_cr...
philsmd hashcat 12 12,535 03-01-2017, 05:44 PM