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 [asc] Replies Views Posted
    Thread: combine rules without duplicates?
Post: RE: combine rules without duplicates?

well, that sounds like a very different problem compared to the problem we were discussing above to "just" have some alternatives/sets of replacement for a single character (like "try both sa4 and sa@...
philsmd hashcat 10 965 09-03-2020, 09:33 PM
    Thread: Hashcat save/restore
Post: RE: Hashcat save/restore

My suggestion still makes sense, hashcat has built-in support for masks: https://hashcat.net/wiki/doku.php?id=mask_attack you do not need to use crunch and you do not need to use any word list, ju...
philsmd hashcat 3 411 09-08-2020, 12:55 PM
    Thread: email: pass after dehashed
Post: RE: email: pass after dehashed

after you crack the hashes (it's twofold) : https://hashcat.net/faq#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
philsmd hashcat 4 510 09-11-2020, 08:02 AM
    Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...

this question has already been answered dozens of times: https://hashcat.net/forum/thread-8456.html https://github.com/hashcat/hashcat/blob/8207af471cee80012d370d551653d28516abf0c1/docs/limits.txt...
philsmd hashcat 13 988 09-12-2020, 06:24 PM
    Thread: Ruijie Networks (Router) Hashes Help!
Post: RE: Ruijie Networks (Router) Hashes Help!

what do you mean by reverse ? what is the password ? it's actually not allowed to post any hashes here, see forum rules did you try to use a much longer password to see if the ouput is always...
philsmd hashcat 2 333 09-13-2020, 11:50 AM
    Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...

if you modify the kernel code such that it's not doing the same thing as it is supposed to do (among others, convert the passwords to utf16le within the kernel), then and only then you need to use thi...
philsmd hashcat 13 988 09-13-2020, 02:32 PM
    Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...

encoding is difficult and without understanding it, you probably shouldn't make these source code changes and do such advanced attacks. We have several confirmations of users that moved the encodin...
philsmd hashcat 13 988 09-13-2020, 04:45 PM
    Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...

Code: -- --encoding-to utf16le -- and this of course only works in a dictionary attack (-a 0), if you want to use -a 3 you would need to use the correct bytes with --hex-charset if you want ...
philsmd hashcat 13 988 09-12-2020, 07:27 PM
    Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...

why don't you just explain what you did and how you run it. That might reveal the problem you are facing much faster: Code: -- hashcat.exe -a 3 -m 9600 --hex-charset --self-test-disable hash.txt 0...
philsmd hashcat 13 988 09-14-2020, 02:50 PM
    Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...

unfortunately, there is no way to fully get it without trying to learn about character encoding and what utf16le means etc. There is no shortcut. You need to understand the way characters are represe...
philsmd hashcat 13 988 09-14-2020, 05:19 PM
    Thread: potfile wpa format/derivation
Post: RE: potfile wpa format/derivation

an independent checksum that is used to identify/find the correct hash, see https://github.com/hashcat/hashcat/blob/8207af471cee80012d370d551653d28516abf0c1/src/modules/module_02500.c#L756-L823 you...
philsmd hashcat 6 414 09-15-2020, 07:50 AM
    Thread: potfile wpa format/derivation
Post: RE: potfile wpa format/derivation

To be honest, when I wrote that I believed that we had added a whole paragraph about the new -m 22000 format here: https://hashcat.net/forum/thread-9303.html (but we only mentioned that WPA-PBKDF2-PMK...
philsmd hashcat 6 414 09-15-2020, 10:49 AM
    Thread: New to hashcat and unknown issue
Post: RE: New to hashcat and unknown issue

you always need to check if you use the latest version of the tools you use before reporting any problems: https://hashcat.net/hashcat hint: version 4.1.0 is several years old, why do you even t...
philsmd hashcat 4 360 09-18-2020, 11:52 AM
    Thread: Cracked hashes during hashcat --restore not written to potfile
Post: RE: Cracked hashes during hashcat --restore not wr...

Code: -- ./hashcat -- is different from Code: -- hashcat -- if installed, the $HOME/.hashcat/ directory is used: https://github.com/hashcat/hashcat/commit/0c65bc6ba3fd5c9068f751346d0533c...
philsmd hashcat 10 657 09-19-2020, 10:56 PM
    Thread: Cracked hashes during hashcat --restore not written to potfile
Post: RE: Cracked hashes during hashcat --restore not wr...

did you copy the hashcat.restore file from another directory ? The .restore file contains a path from which hashcat was originally launched (cwd, see https://hashcat.net/wiki/doku.php?id=restore#sc...
philsmd hashcat 10 657 09-20-2020, 09:08 AM
    Thread: Continue cracking on success?
Post: RE: Continue cracking on success?

this makes no sense with your example, because -m 5100 checks for 16 hex characters (or 8 bytes). ... but the general answer would be to just use Code: -- --keep-guessing --
philsmd hashcat 2 290 09-20-2020, 05:06 PM
    Thread: lower performance with CUDA toolkit
Post: RE: lower performance with CUDA toolkit

probably depends on the driver not on the CUDA toolkit. hint: you can install CUDA without replacing the driver... that's also what most users/devs do... just install the CUDA toolkit and keep the ...
philsmd hashcat 2 238 09-22-2020, 10:33 AM
    Thread: cuMemAlloc(): out of memory
Post: RE: cuMemAlloc(): out of memory

.... (what chick3nman said) and it of course has nothing to do with 32-bit binaries... hashcat doesn't ship with 32-bit executables anymore (you could still compile them yourself if somebody really ne...
philsmd hashcat 3 239 09-23-2020, 05:53 PM
    Thread: cuCtxCreate(): unknown error
Post: RE: cuCtxCreate(): unknown error

try this: https://hashcat.net/faq/wrongdriver which version of hashcat do you use ? does it work with --backend-ignore-cuda or without CUDA installed ?
philsmd hashcat 3 302 09-23-2020, 05:56 PM
    Thread: Problems with the program after compilation
Post: RE: Problems with the program after compilation

try with -D 1 and https://hashcat.net/faq/wrongdriver
philsmd hashcat 2 294 09-23-2020, 10:38 PM