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 Posted [asc]
    Thread: Viivo to hashcat
Post: RE: Viivo to hashcat

I'm not aware of any such tool. I didn't even hear about .viivo files before. There are for sure multiple pages that talk about PBKDF2-HMAC-SHA1 for the key derivation, see https://fileinfo.com/ext...
philsmd hashcat 3 717 06-25-2020, 10:23 PM
    Thread: Viivo to hashcat
Post: RE: Viivo to hashcat

AES is not a hashing algorithm. it's an encryption algorithm, a cipher. Completely different things. encryption is reversible... you still need to know a key normally, you do not directly use ...
philsmd hashcat 3 717 06-25-2020, 08:35 PM
    Thread: Is hccap Support Intentionally Dropped in V6?
Post: RE: Is hccap Support Intentionally Dropped in V6?

I'm also confused here. Well, we need to distinguish 2 different cases: 1. you are really refering to hccap (without the x at the end) 2. you mean the new -m 22000 = WPA-PBKDF2-PMKID+EAPOL compared ...
philsmd hashcat 2 577 06-25-2020, 06:59 PM
    Thread: Veracrypt algorithm identification
Post: RE: Veracrypt algorithm identification

no, in general it's not possible. The architecture choice / design of VeraCrypt itself does not allow seeing what algos are being used. That said, it's very easy to see a bootloader... i.e. if the ...
philsmd hashcat 5 970 06-25-2020, 11:35 AM
    Thread: Bruteforce not finding simple 4 letter hash?
Post: RE: Bruteforce not finding simple 4 letter hash?

the -D 1 parameter does whitelist your CPU device (the Intel i7) cpu (see --help for all the command line parameters that hashcat supports and what they mean). that means that with -D 1 you are testi...
philsmd hashcat 8 1,281 06-25-2020, 12:49 AM
    Thread: Bruteforce not finding simple 4 letter hash?
Post: RE: Bruteforce not finding simple 4 letter hash?

does it work with -D 1 added to the command line: Code: -- hashcat -m 1000 -a 3 -O -D 1 easyntlm.txt ?l?l?l?l -- To me this really seems like a (very dangerous) driver bug. since the self-test...
philsmd hashcat 8 1,281 06-25-2020, 12:20 AM
    Thread: Hashcat 6 / Cuda toolkit
Post: RE: Hashcat 6 / Cuda toolkit

no, not that I'm aware of. It's true that it contains a lot of data/documentation and even the drivers that are often not needed. The SDK contains several example code, documentations, the drive...
philsmd hashcat 1 493 06-24-2020, 10:56 AM
    Thread: Hashcat table of hashes
Post: RE: Hashcat table of hashes

Code: -- hashcat --help -- or: Code: -- hashcat --example-hashes -- or: https://hashcat.net/wiki/doku.php?id=example_hashes
philsmd hashcat 2 583 06-24-2020, 09:19 AM
    Thread: Hitting my wits end.
Post: RE: Hitting my wits end.

Code: -- hashcat.exe -m 12500 -a 3 -w 3 -O --increment --increment-min 4 --increment-max 20 --custom-charset2 abcKLM13579,-: "InputHashHere" ?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2 -- for all ...
philsmd hashcat 3 720 06-24-2020, 08:36 AM
    Thread: Hitting my wits end.
Post: RE: Hitting my wits end.

what hardware/GPU do you have ? This is important information. (from your cmd output, I assume you are using windows operating system... but it's also always good to mention this info) Try followin...
philsmd hashcat 3 720 06-24-2020, 08:09 AM
    Thread: SHA-256
Post: RE: SHA-256

There is no "wrong" algorithm implemented in hashcat. All the hashing algorithms are correct. They are just different like night and day. (maybe you could say some are more similar, but the result is ...
philsmd hashcat 4 801 06-23-2020, 08:20 AM
    Thread: AMD Radeon R9 M370X not being used, Mac
Post: RE: AMD Radeon R9 M370X not being used, Mac

To tell the truth, this is actually quite a new problem (discovered after the recent 6.0.0. release) and the development team unfortunately has no such devices to debug with... The github issue tri...
philsmd hashcat 5 810 06-22-2020, 08:41 AM
    Thread: AMD Radeon R9 M370X not being used, Mac
Post: RE: AMD Radeon R9 M370X not being used, Mac

try Code: -- hashcat -d 3 -m 500 -b -- for clinfo (install homebrew first): Code: -- brew install clinfo -- BTW: I think the alias problem is related to https://github.com/hashcat/hash...
philsmd hashcat 5 810 06-22-2020, 08:08 AM
    Thread: AMD Radeon R9 M370X not being used, Mac
Post: RE: AMD Radeon R9 M370X not being used, Mac

the numbers always depend on the type of hashes. for instance 218 kH/s for a bcrypt hash with cost factor $09$ would be quite impressive ;) 218 kH/s doesn't mean anything without any info about the h...
philsmd hashcat 5 810 06-22-2020, 07:52 AM
    Thread: Hashcat 6 - PTX JIT compilation failed
Post: RE: Hashcat 6 - PTX JIT compilation failed

try this https://hashcat.net/faq/wrongdriver and remove the cached kernels: kernels\
philsmd hashcat 3 765 06-21-2020, 06:02 PM
    Thread: Hashcat 6 - PTX JIT compilation failed
Post: RE: Hashcat 6 - PTX JIT compilation failed

are you sure you didn't just override your old files ? did you create a new hashcat folder and extracted everything cleanly within that new hashcat folder ?
philsmd hashcat 3 765 06-21-2020, 04:07 PM
    Thread: Threadripper not found
Post: RE: Threadripper not found

intall the Intel OpenCL Runtime for Core and Xeon Processors from https://software.intel.com/content/www/us/en/develop/articles/opencl-drivers.html#cpu-section
philsmd hashcat 2 596 06-20-2020, 05:35 PM
    Thread: help
Post: RE: help

english only: https://hashcat.net/forum/announcement-2.html (non-english post deleted because of the forum rules)
philsmd hashcat 4 771 06-20-2020, 08:33 AM
    Thread: TOTP brute-force search incomplete?
Post: RE: TOTP brute-force search incomplete?

Code: -- -n 1 -- ?
philsmd hashcat 4 851 06-19-2020, 10:18 PM
    Thread: help
Post: RE: help

do you mean that the format is Code: -- email:hash -- ? you could just use --username if you want that hashcat ignores the first part (email or username normally)
philsmd hashcat 4 771 06-19-2020, 06:40 PM