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: Doing nothing when trying to output potfile
Post: RE: Doing nothing when trying to output potfile

Thanks. Could you test also with the latest hashcat version but with much fewer hashes ? Is is still not responding (doing anything) then ? How slow is it with for instance just 10000 hashes ?
philsmd hashcat 3 1,855 03-07-2019, 12:21 PM
    Thread: Doesn't find plain SHA-256 hashes in dictionary
Post: RE: Doesn't find plain SHA-256 hashes in dictionar...

You need to create the hashes correctly, see https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_created_a_hash_with_echo_test_md5sum_but_hashcat_fails_to_crack_it if you create a has...
philsmd hashcat 3 2,290 10-13-2018, 01:18 PM
    Thread: Doesn't create output file
Post: RE: Doesn't create output file

The answer is: this happens because you already did crack this specific hash and it was already in your .pot file (see the warning "INFO: removed 1 hash found in pot file"), hence oclHashcat does not ...
philsmd Old oclHashcat Support 1 4,278 03-27-2015, 05:19 PM
    Thread: Does the file extension matter?
Post: RE: Does the file extension matter?

no, it doesn't matter. hashcat will still crack the hash independent from the file extension. but let's be honest, it always makes sense to use something meaningful and clever to avoid confusion la...
philsmd hashcat 1 384 07-18-2020, 05:45 PM
    Thread: does not see the second processor 48 cores/ see only 24 cores
Post: RE: does not see the second processor 48 cores/ se...

hmm, interesting. is there something like clinfo or even another common OpenCL-based benchmarking tool for windows that we can compare with ? note: here (bottom of that page) I see 64 bit binaries fo...
philsmd hashcat 10 3,347 10-08-2019, 10:47 AM
    Thread: does not see the second processor 48 cores/ see only 24 cores
Post: RE: does not see the second processor 48 cores/ se...

please be more specific: which OpenCL program are you talking about ? (you can't really compare it with a program that doesn't use OpenCL) also, did you try clinfo ?
philsmd hashcat 10 3,347 10-17-2019, 07:35 PM
    Thread: Do not try to write --keyspace yourself
Post: RE: Do not try to write --keyspace yourself

The output of --keyspace can be used to distribute cracking, i.e. you can use the value from --keyspace and divide it into x chunks (best would be if the chunk size depends on the performance of your ...
philsmd hashcat 15 20,288 11-24-2017, 09:40 AM
    Thread: Diskcryptor password
Post: RE: Diskcryptor password

well, we had a similar request from here: https://hashcat.net/forum/thread-8012.html and I tried to patch hashcat v5.1.0 (with commit: 1493bc01cfbf3fe0b7f4f639e43813f590439a4d) a little bit to sup...
philsmd hashcat 8 4,266 03-24-2019, 07:42 PM
    Thread: Diskcryptor password
Post: RE: Diskcryptor password

The first step, i.e. implementing the basic DiskCryptor AES module + kernel + test was successfully done: see https://github.com/hashcat/hashcat/commit/60c255a69dd007c02c6514496fe99fce891dae22 and htt...
philsmd hashcat 8 4,266 04-07-2019, 08:37 PM
    Thread: Diskcryptor password
Post: RE: Diskcryptor password

with our latest commit https://github.com/hashcat/hashcat/commit/8f62085ea49d19a2f0e0bebf1ee5ad27f4e51210 we added the support for all the 7 combinations of aes/twofish/serpent (3 pure, 3 with 2 algos...
philsmd hashcat 8 4,266 04-08-2019, 07:49 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: 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...

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

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

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: Discord
Post: RE: Discord

I think the idea in general is not bad, but it would be much more clever to contact the administrator (atom) or at least some moderators over here or IRC to discuss these types of ideas before announc...
philsmd hashcat 1 900 05-02-2020, 06:46 PM
    Thread: DIfficulties running mass attack
Post: RE: DIfficulties running mass attack

you need to add: -m 2500 (see https://hashcat.net/wiki/doku.php?id=example_hashes ), otherwise hashcat does not know what type of hash you want to crack Code: -- oclHashcat-plus64.exe -m 2500 -a 3 -1...
philsmd Very old oclHashcat-plus Support 4 9,529 11-03-2013, 12:55 AM
    Thread: Ryzen 5 2400G: Difference between Linux and Windows wrt -m 1800: Factor 3.5
Post: RE: Difference between Linux and Windows wrt -m 18...

the operating system ideally makes no difference (except if you did some specific tuning with one benchmark and didn't with another). I would suggest to test at least the same versions to make a 1:1 c...
philsmd hashcat 8 3,117 05-31-2019, 02:40 PM