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 [desc] Replies Views Posted
    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: 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: Multiple wordlist with brute force
Post: RE: Multiple wordlist with brute force

it's always clever to step back a little bit and first try to understand and analyse the feasibility of this attack and the total keyspace. My guess is that this is for WPA "hashes", so it's alread...
philsmd hashcat 7 1,442 06-17-2020, 07:17 PM
    Thread: Rules doesn't work.
Post: RE: Rules doesn't work.

I can't give any advice about the other tools, but my recommendation is that you just should learn how hashcat works and the hashcat rules etc (see wiki, https://hashcat.net/wiki/) and just focus on h...
philsmd hashcat 1 479 06-19-2020, 05:23 PM
    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: Veracrypt algorithm identification
Post: RE: Veracrypt algorithm identification

for very few hash types only one "hash" can be loaded at the same time. This is also true for VeraCrypt since (in theory, but normally you extract it anyway or work with a backup) you can directly loa...
philsmd hashcat 5 970 06-26-2020, 01:20 PM
    Thread: Blockchain Wallet
Post: RE: Blockchain Wallet

oh, this is actually interesting that the support team is offering you to kind of spam them with login requests. My guess is that there will still be a limit, it might just be a little bit larger (for...
philsmd hashcat 6 1,279 06-19-2020, 09:12 AM
    Thread: Multiple wordlist with brute force
Post: RE: Multiple wordlist with brute force

it's negligible. the more words, the less likely is that a word occurs multiple times. As said, you could develop a fast password candidate generator that does all that fancy stuff: combining, conc...
philsmd hashcat 7 1,442 06-19-2020, 05:31 PM
    Thread: NTLMv2 separator unmatched
Post: RE: NTLMv2 separator unmatched

no, -m 5600 is a diffrent format. the pwdump is supported with -m 1000 = NTLM and -m 3000 = LM (also see https://openwall.info/wiki/john/hash-formats and https://ftp.samba.org/pub/samba/pwdump/READ...
philsmd hashcat 2 607 06-27-2020, 10:28 AM
    Thread: Question about --force option and CUDA Toolkit SDK
Post: RE: Question about --force option and CUDA Toolkit...

did you try to follow these steps: https://hashcat.net/faq/wrongdriver ? You are also wrong about the NVIDIA version numbers, just have a look at the nvidia.com page e.g. here https://www.nvidia.it...
philsmd hashcat 5 1,214 06-28-2020, 09:04 AM
    Thread: Multiple wordlist with brute force
Post: RE: Multiple wordlist with brute force

it's a very special situation, which requires either a special password generator or a compromise to allow some duplicates for better speed. The candidate generator could be as simple as this: Co...
philsmd hashcat 7 1,442 06-19-2020, 06:06 PM
    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: 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: 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: 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 721 06-24-2020, 08:36 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: 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: 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: 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: 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