Please note, this is a STATIC archive of website hashcat.net from October 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: Lost Open Docx password
Post: RE: Lost Open Docx password

use different wordlists, use rules, try to learn something about the password.
undeath Hardware 6 3,366 05-13-2019, 02:50 PM
    Thread: Passwordlist constantly exhausted
Post: RE: Passwordlist constantly exhausted

When you don't know the plaintext to your hash, how do you know it's included in your wordlist?
undeath hashcat 9 3,466 05-13-2019, 02:47 PM
    Thread: Passwordlist constantly exhausted
Post: RE: Passwordlist constantly exhausted

why are you using --force? Please post the full hashcat output, the hash you are trying to crack and the corresponding plaintext.
undeath hashcat 9 3,466 05-12-2019, 10:56 PM
    Thread: how to extract username:plain
Post: RE: how to extract username:plain

grep -v '^.*:[regex that matches hash]$' file
undeath hashcat 1 1,290 05-12-2019, 10:54 PM
    Thread: how is --hex-wordlist supposed to function?
Post: RE: how is --hex-wordlist supposed to function?

as the command line indicates, this is utf-16le. Code: -- echo 6f0074006f00f1006f00 | xxd -r -p | iconv --from=utf-16le --
undeath hashcat 6 2,870 05-10-2019, 10:31 PM
    Thread: how is --hex-wordlist supposed to function?
Post: RE: how is --hex-wordlist supposed to function?

indeed that doesn't seem to work. Code: -- echo 'otoño' | hashcat -m 1000 bc4a371bba2211148ebcdee649c561fc -- and Code: -- echo 'otoño' | hashcat -m 1000 bc4a371bba2211148ebcdee649c561fc --encodi...
undeath hashcat 6 2,870 05-10-2019, 08:26 PM
    Thread: VeraCrypt with PIM/keyfile seems to be ignored
Post: RE: VeraCrypt with PIM/keyfile seems to be ignored

in the latest beta you need to use --veracrypt-pim-start=501 and --veracrypt-pim-stop=501
undeath hashcat 13 5,712 05-10-2019, 08:21 PM
    Thread: how is --hex-wordlist supposed to function?
Post: RE: how is --hex-wordlist supposed to function?

as the name of the option suggests, it expects all lines in the wordlist to be hex-encoded. What exactly did you expect the option to "take care of"?
undeath hashcat 6 2,870 05-10-2019, 08:02 PM
    Thread: cap2hccapx - Networks detected: 0
Post: RE: cap2hccapx - Networks detected: 0

the recommended tool for capturing handshakes is hcxdumptool
undeath hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 5,290 05-02-2019, 10:55 PM
    Thread: Integer overflow detected in keyspace of mask
Post: RE: Integer overflow detected in keyspace of mask

the answer hasn't changed since last year. https://hashcat.net/forum/thread-7749-post-41663.html#pid41663
undeath General Talk 7 6,482 04-28-2019, 06:01 PM
    Thread: Problem with restoring
Post: RE: Problem with restoring

use --session wpa --restore
undeath hashcat 1 1,471 04-27-2019, 03:20 PM
    Thread: AMD GPU不适合Office 2013中的哈希破解
Post: RE: Amd gpu is not suitable for hash cracking in o...

might simply be overheating or a weak PSU
undeath Hardware 3 2,528 04-27-2019, 10:18 AM
    Thread: How do I crack a password w/ these rules?
Post: RE: How do I crack a password w/ these rules?

https://hashcat.net/wiki/doku.php?id=mask_attack
undeath hashcat 1 1,515 04-24-2019, 11:52 PM
    Thread: adding additional GPU to Brutalis | Hashstack
Post: RE: adding additional GPU to Brutalis | Hashstack

afaik you get an unrestricted usage license as long as you're a Sagitta HPC customer. But it's certainly something you should ask their sales department about directly.
undeath Hardware 2 2,078 04-24-2019, 05:32 PM
    Thread: same attack, no results
Post: RE: same attack, no results

If you want to resume an attack you should use the session restore feature or the brain server.
undeath hashcat 3 2,087 04-23-2019, 09:59 PM
    Thread: Integer overflow detected in keyspace of wordlist
Post: RE: Integer overflow detected in keyspace of wordl...

That error means your wordlist is too large.
undeath hashcat 3 2,399 04-22-2019, 12:55 AM
    Thread: A couple of Qs about PMK
Post: RE: A couple of Qs about PMK

Pilsener Wrote: (04-12-2019, 10:46 PM) -- Now I started to wonder: 1. How do we know (in this example) that the passkey consists of 8 digits? -- external intelligence Pilsener Wrote: (04-12-201...
undeath General Talk 4 2,794 04-13-2019, 11:37 AM
    Thread: Is this a known and implemented algo?
Post: RE: Is this a known and implemented algo?

the hash is only 4 bytes, there are going to be loads of collisions, even on cpu only. https://github.com/LFriede/eset-password-recovery
undeath hashcat 3 2,237 04-11-2019, 10:23 AM
    Thread: Where's potfile?
Post: RE: Where's potfile?

Does that directory exist? The potfile is only created after at least one hash has been cracked successfully.
undeath hashcat 7 2,992 04-10-2019, 11:48 PM
    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