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 [desc] Forum Replies Views Posted
    Thread: 2080 ti 2500 50kh's
Post: RE: 2080 ti 2500 50kh's

add -w 4 you could also try the beta version: https://hashcat.net/beta/
philsmd General Talk 5 1,477 03-21-2020, 12:45 PM
    Thread: No hashes loaded.
Post: RE: No hashes loaded.

Do NOT post hashes https://hashcat.net/forum/announcement-2.html example hashes can be seen here: https://hashcat.net/wiki/example_hashes Hashes do NOT contain any file names (see example hashes...
philsmd hashcat 1 745 03-21-2020, 07:11 PM
    Thread: Ryzen 2400G and errors/wrong driver warnings/slow performance
Post: RE: Ryzen 2400G and errors/wrong driver warnings/s...

try with your CPU Only (for testing purposes) with hashcat -m 2500 -D 1 -b what hash type are you talking about ? WPA or -m 15900 (DPAPI v2)
philsmd hashcat 5 1,397 03-21-2020, 08:10 PM
    Thread: How hashcat work?
Post: RE: How hashcat work?

It's listed here: https://rocm.github.io/hardware.html I would recommend that you try ROCm: https://rocm.github.io/ROCmInstall.html you could also first to try if beta fixes the problem : https:...
philsmd hashcat 17 3,930 03-22-2020, 03:17 PM
    Thread: PTX error when launching hashcat
Post: RE: PTX error when launching hashcat

You could try with beta from https://hashcat.net/forum You could test this guide: https://hashcat.net/faq/wrongdriver You should give more information about hardware etc Only newer versions of ...
philsmd hashcat 2 1,212 03-23-2020, 08:28 PM
    Thread: Combinator attack missing correct candidate on large wordlist
Post: RE: Combinator attack missing correct candidate on...

I don't think the grep test is a good/valid test. There could be any other (even non-printable) character within that line and therefore the combined (concatenated) result is different. You coul...
philsmd hashcat 10 2,085 03-26-2020, 06:31 PM
    Thread: Combinator attack missing correct candidate on large wordlist
Post: RE: Combinator attack missing correct candidate on...

This command: Code: -- xxd -p -- ... unfortunately adds newlines within the hexadecimal output if a certain line line was reached. Try it yourself Code: -- echo -n aaaaaaaaaaaaaaaaaaaaaa...
philsmd hashcat 10 2,085 03-27-2020, 09:53 AM
    Thread: Combinator attack missing correct candidate on large wordlist
Post: RE: Combinator attack missing correct candidate on...

Can you try cracking your hccapx file with -m 2500 (for testing purposes) ?
philsmd hashcat 10 2,085 03-27-2020, 09:56 AM
    Thread: CPU advantage
Post: RE: CPU advantage

I would say in mostly all of the cases even slow hashes are faster on GPU.\ so the statement about slow hashes being faster on CPU is (in general) completey incorrect. There are only few excepti...
philsmd hashcat 3 818 03-29-2020, 08:54 AM
    Thread: Hashfile 'hash100.txt' on line 1 Token length exception : No Hashes Loaded
Post: RE: Hashfile 'hash100.txt' on line 1 Token length ...

Do not use --force Do not use --show (makes no sense while trying to *crack* hashes) Example hashes can be found here: https://hashcat.net/wiki/example_hashes or use the command: hashcat -m 1000 ...
philsmd hashcat 2 850 03-29-2020, 12:34 PM
    Thread: There is no results for cracking password
Post: RE: There is no results for cracking password

The cracked hashes are stored in the file hashcat.potfile you can use the command: hashcat -m 16800 --show galleria.16800 to show all the cracked hashes and the corresponding passwords The...
philsmd hashcat 5 1,230 03-29-2020, 12:35 PM
    Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi

Please do not misquote me, I got a PM from you and I replied by saying that hashcat doesn't currently support Wasabi Wallet recovery. I'm not sure about the algorithm details, I/somebody would need to...
philsmd hashcat 16 3,272 03-29-2020, 12:50 PM
    Thread: Hashcat freezes
Post: RE: Hashcat freezes

try to pinpoint the problem by testing only the second half of the file... then again the half (subset) of the file that leads to the freeze etc until you find when and why it freezes. Did you try ...
philsmd Beta Tester 18 4,196 03-29-2020, 01:18 PM
    Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi

Every serious attempt to crack a hash should be accompanied with testing a real-world example. That means in very easy terms: please first verify if you are able to crack an example for which you h...
philsmd hashcat 16 3,272 03-29-2020, 01:19 PM
    Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi

unfortunately, I am not interested in trying to crack your wallet/hash. If you really have don't want to investigate the time to test with the tool above or research the algorithm and create a github ...
philsmd hashcat 16 3,272 03-29-2020, 01:35 PM
    Thread: Struggling with hashcat iTunes
Post: RE: Struggling with hashcat iTunes

if you only have an Intel CPU (no GPU), you should install the OpenCL Runtime for Intel CPUs from https://software.intel.com/en-us/articles/opencl-drivers#cpu-section (https://registrationcenter-downlo...
philsmd hashcat 1 571 03-29-2020, 08:28 PM
    Thread: resume hashcat from known progress
Post: RE: resume hashcat from known progress

It's not safe in general to restore from some arbitrary progress value. If you know the restore file that would be much safer: Code: -- Restore.Point....: x/y -- You can use the x value wit...
philsmd hashcat 1 559 03-29-2020, 09:49 PM
    Thread: Hashcat freezes
Post: RE: Hashcat freezes

Can you please test if this also happens with the example hash from: https://hashcat.net/wiki/example_hashes I think that it could easily be that if there is some problem it has to do with the comb...
philsmd Beta Tester 18 4,196 03-30-2020, 07:34 PM
    Thread: Is This Make A Problem for Cracking?
Post: RE: Is This Make A Problem for Cracking?

It's not a problem (unless you use --force to hide some other "Warnings/errors"). The reason is just that in one case (left) you have a single network/essid and on the other hand (right) you have s...
philsmd hashcat 2 681 03-30-2020, 07:38 PM
    Thread: Hashcat freezes
Post: RE: Hashcat freezes

interesting. good to know how to reproduce this. I think I'm now also able to reproduce this (and therefore also this: https://github.com/hashcat/hashcat/issues/2341) problem... I'm currently testi...
philsmd Beta Tester 18 4,196 03-30-2020, 09:07 PM