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: Hashcat won't start ''insufficient memory available''
Post: RE: Hashcat won't start ''insufficient memory avai...

hashcat: "All hashes found already, won't crack them again" Vidramon: "it will work for Nvidia, but not for Amd, resulting not find a pass" this makes absoultely no sense to me. Did you even re...
philsmd hashcat 13 4,419 09-21-2019, 05:19 PM
    Thread: Hashcat wont open.
Post: RE: Hashcat wont open.

Hey welcome to the forum. hashcat is a command line interface (CLI) program, please read the wiki (https://hashcat.net/wiki/ ) and especially ( https://hashcat.net/wiki/doku.php?id=ubernoobs ) to ...
philsmd Old hashcat Support 1 4,332 03-04-2014, 04:31 PM
    Thread: hashcat-3.00
Post: RE: hashcat-3.00

Wow, actually this looks like a perfect temperature handling for me. At the beginning for both safety reasons and maybe because your card was already a little bit warm/hot, the fan speed was set to a...
philsmd hashcat 6 8,320 06-25-2016, 01:23 PM
    Thread: hashcat-3.00 - potfile behavior / ignored ?
Post: RE: hashcat-3.00 - potfile behavior / ignored ?

Well, guess it is already too late to create an issue. But good news, it seems we already fixed the problem: see https://github.com/hashcat/hashcat/pull/419 Thanks for reporting (and please test to m...
philsmd hashcat 8 11,437 07-06-2016, 10:11 AM
    Thread: hashcat-3.00 - potfile behavior / ignored ?
Post: RE: hashcat-3.00 - potfile behavior / ignored ?

I'm not able to reproduce this new problem, regardless of what I try (potfile full of hashes, crap etc). Seems that we now really need a github issue with full steps and examples that guide us to r...
philsmd hashcat 8 11,437 07-07-2016, 12:38 PM
    Thread: hashcat-3.00 Toggle attack produces duplicates
Post: RE: hashcat-3.00 Toggle attack produces duplicates

Well, in this specific case some rules are applied, since hashcat was instructed to apply all these rules, but they/some didn't change the password candidate because the toggles should take place at p...
philsmd hashcat 4 4,634 08-10-2016, 08:18 AM
    Thread: hashcat-3.40
Post: RE: hashcat-3.40

Hello and welcome, Firstly, it shouldn't be too difficult to choose a more suitable forum thread topic: "hashcat-3.40" is kinda the worst title of the thread you could come up with (the content of th...
philsmd hashcat 1 3,933 03-07-2017, 08:51 AM
    Thread: hashcat-lite segfault when done
Post: RE: hashcat-lite segfault when done

Please check again if this was resolved when atom releases version 0.16. This problem is known and was fixed (https://hashcat.net/trac/ticket/155 ). Please also always check if Trac already has a tic...
philsmd Very old oclHashcat-lite Support 1 7,003 07-16-2013, 11:28 AM
    Thread: Hashcat.net binaries 7-zip compression ratio
Post: RE: Hashcat.net binaries 7-zip compression ratio

Just have a look at the file tools/package_bin.sh: https://github.com/hashcat/hashcat/blob/58d1dedd1e27aa3be5e0c6148b21099601253cf6/tools/package_bin.sh#L75
philsmd General Talk 1 2,848 08-20-2017, 08:05 AM
    Thread: Hashcat64 cannot detect GPU @ driver Nvidia 417.22 Cuda 10
Post: RE: Hashcat64 cannot detect GPU @ driver Nvidia 41...

please follow this guide: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do You have a broken driver installation. Furthermore,...
philsmd hashcat 1 1,628 12-12-2018, 12:31 PM
    Thread: Hashcat64 Insufficient memory available
Post: RE: Hashcat64 Insufficient memory available

you need to specify the hash file first (as mentioned within the first lines of --help) hashcat -m 16800 -a 0 -w 4 hash.txt dict.txt
philsmd hashcat 4 2,085 07-30-2019, 07:01 PM
    Thread: hashcat64 not working versus hashcat32
Post: RE: hashcat64 not working versus hashcat32

You can troubleshoot this in different ways: 1. use strace to see what is going on 2. look at the exit code (echo $? after you run the command) 3. try with the beta version under https://hashcat.net/b...
philsmd hashcat 2 4,336 08-12-2016, 08:52 AM
    Thread: hashcat64.bin
Post: RE: hashcat64.bin

The file: Code: -- hashcat.exe -- is the new 64-bit binary. The release versions do not ship with 32 bit binaries anymore (but users can still compile them themself if needed). So every bina...
philsmd hashcat 3 652 07-02-2020, 08:39 PM
    Thread: hashcat64.exe doesn't work
Post: RE: hashcat64.exe doesn't work

Beta: https://hashcat.net/beta/
philsmd hashcat 16 18,208 02-27-2017, 09:17 AM
    Thread: Hashcat64.exe not valid win32 app
Post: RE: Hashcat64.exe not valid win32 app

Yeah, that's actually a very common mistake of new command line users. I also saw these 2 a lot (Warning: do NOT use these command, they destroy your binaries!!!): 1. use file redirect instead of ...
philsmd hashcat 3 5,797 02-21-2017, 03:32 PM
    Thread: Hashcating 7z passw
Post: RE: Hashcating 7z passw

-o is wrong in your command line. --outfile (or short -o) is only used for redirecting the output to a file (the results). you need to specify the hash like this: Code: -- hashcat -m 11600 -a 3...
philsmd hashcat 4 1,058 04-27-2020, 11:47 AM
    Thread: Hashcating 7z passw
Post: RE: Hashcating 7z passw

7z2hashcat from https://github.com/philsmd/7z2hashcat (you would need to either have perl installed or use the windows binary from https://github.com/philsmd/7z2hashcat/releases). The .7z file must...
philsmd hashcat 4 1,058 04-27-2020, 07:08 PM
    Thread: Hashchat GUI?
Post: RE: Hashchat GUI?

ofc there may be other reasons too to use the GUI and you should not be upset by the "too lazy" comment of mastercracker (of course it was just a joke) ... e.g. you could say that the GUI is: - easier...
philsmd General Help 8 41,067 01-06-2014, 08:54 PM
    Thread: Hashes getting skipped
Post: RE: Hashes getting skipped

Maybe it depends on the mask you use in step #1 ? It's difficult to say without a more detailed example for each step. As you might have already noticed, hashcat prefers a mask attack (see https://h...
philsmd hashcat 6 5,792 03-01-2017, 04:12 PM
    Thread: Hashes getting skipped
Post: RE: Hashes getting skipped

This: Code: -- hashcat64.exe -m 1000 -a 3 test.txt -- means that hashcat should use the default mask: https://hashcat.net/wiki/hashcat#default_values which is not a "full-bruteforce" (but currentl...
philsmd hashcat 6 5,792 03-01-2017, 04:22 PM