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 [asc] Author Forum Replies Views Posted
    Thread: TrueCrypt Boot 7.1a Hash Extraction
Post: RE: TrueCrypt Boot 7.1a Hash Extraction

I'm not sure if pre-boot authentication is even supported.
undeath Old oclHashcat Support 5 10,117 05-11-2015, 06:16 PM
    Thread: Truecrypt 4.3 Volume
Post: RE: Truecrypt 4.3 Volume

as far as I can tell only TC >= 5.0 is supported.
undeath hashcat 1 1,856 02-06-2018, 01:47 PM
    Thread: Truecrypt
Post: RE: Truecrypt

If your password is truely 18 chars and you don't remember anything useful about it, give up.
undeath General Talk 10 2,590 06-18-2020, 11:18 PM
    Thread: Trouble running oclHashcat-1.01 in Ubuntu 13.04 - Need Help
Post: RE: Trouble running oclHashcat-1.01 in Ubuntu 13.0...

Since you have not a 10 year old cpu I recommend reistalling a 64bit version of linux.
undeath Old oclHashcat Support 3 5,991 05-13-2014, 06:45 PM
    Thread: Trouble finding attacking hash format
Post: RE: Trouble finding attacking hash format

hashcat doesn't care about file extensions at all.
undeath hashcat 6 3,968 06-09-2018, 10:34 AM
    Thread: Tron (TRX) Keystore help!
Post: RE: Tron (TRX) Keystore help!

Cracking cryptocurrency wallets requires a lot more than just calculating a simple hash. Unless it's explicitly implemented for your type of wallet (it's not) you won't be able to attack it with hashc...
undeath hashcat 2 344 08-20-2020, 12:07 PM
    Thread: TripleDES
Post: RE: TripleDES

TripleDES is an encryption as far as I know, not a hashing algorithm.
undeath General Help 2 6,895 05-21-2013, 12:40 AM
    Thread: Toogle case generator problem
Post: RE: Toogle case generator problem

toggle rules only work for the first 16 characters
undeath hashcat 4 2,028 04-05-2019, 10:13 PM
    Thread: Token length exception on valid MSOffice hash
Post: RE: Token length exception on valid MSOffice hash

What hashcat version are you using? Example hash loads fine for me in latest beta. However, mode 9400 is for office 2007.
undeath hashcat 1 831 03-05-2020, 05:05 PM
    Thread: Token Length Exception for m 9820
Post: RE: Token Length Exception for m 9820

Quote: -- […]GTX1050 laptop[…] my GPU heats up really quick, prompting Hashcat abort, is this normal? -- Yes, laptops have poor cooling. Expect hardware defects if running hashcat frequently. 98...
undeath hashcat 4 1,724 10-21-2019, 08:40 PM
    Thread: Token Length Exception for m 9820
Post: RE: Token Length Exception for m 9820

that was a typo on my part, I meant --keep-guessing
undeath hashcat 4 1,724 10-22-2019, 10:06 AM
    Thread: Toggle question / Emulate shift
Post: RE: Toggle question / Emulate shift

I think the goal is to replace certain characters with certain others. That's not possible with rules. hashcat-legacy had a table lookup mode which did exactly this.
undeath hashcat 4 3,137 07-02-2018, 03:12 PM
    Thread: To crack passwords with Russian symbols
Post: RE: To crack passwords with Russian symbols

This is a limitation of hashcat's UTF16-based kernels. See https://github.com/hashcat/hashcat/issues/2121 In the case of NTLM you can work around it by using the MD4 kernel with forced UTF-16LE encod...
undeath hashcat 8 3,006 11-27-2019, 01:29 PM
    Thread: To crack passwords with Russian symbols
Post: RE: To crack passwords with Russian symbols

You need to use the MD4 (900) hash mode, not NTLM (1000) in that case. And you probably need to specify the --encoding-from option.
undeath hashcat 8 3,006 11-27-2019, 03:42 PM
    Thread: To crack passwords with Russian symbols
Post: RE: To crack passwords with Russian symbols

your command should probably look like this: hashcat -a 3 -m 900 e:\testvmhash.txt -1 charsets/standard/Russian/ru_cp1251.hcchr ?d?1 --encoding-to=utf16le --encoding-from=cp1251 If that doesn't work...
undeath hashcat 8 3,006 11-27-2019, 04:34 PM
    Thread: To crack passwords with Russian symbols
Post: RE: To crack passwords with Russian symbols

Thanks for the correction, philsmd! In that case it's probably easiest to use stdin for the attack, like this: Code: -- hashcat --stdout -a3 -1 charsets/standard/Russian/ru_cp1251.hcchr '?1?d'|...
undeath hashcat 8 3,006 11-27-2019, 06:48 PM
    Thread: TITAN RTX - performance issues?
Post: RE: TITAN RTX - performance issues?

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_to_create_more_work_for_full_speed
undeath hashcat 5 2,340 10-24-2019, 08:18 PM
    Thread: Time.Estimated, does this estimate look accurate ?
Post: RE: Time.Estimated, does this estimate look accur...

There might be some overflow happening. 3y is definitely off. (26+10)**10 / 2800 / 60 / 60 / 24 / 365 = 41405.7227121722 (years) even with a high end rig this kind of keyspace is not realistic.
undeath hashcat 2 2,970 05-06-2017, 07:03 PM
    Thread: Three hd7970 = OS hang
Post: RE: Three hd7970 = OS hang

Have you tried observing dmesg (cat /dev/kmsg)? Sometimes it prints interesting stuff right before a crash (like driver problems).
undeath Hardware 14 28,923 07-27-2014, 06:53 PM
    Thread: the quantity of rules in the rule based attack
Post: RE: the quantity of rules in the rule based attack

This would usually happen when you specify -r multiple times in the comand line, but you don't seem to be doing that. Please try with the latest version. It might be a bug.
undeath hashcat 2 3,397 04-27-2017, 11:40 AM