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 [desc] Views Posted
    Thread: Custom wordlist
Post: RE: Custom wordlist

this doesn't seem to be about hashcat at all, but a simple coding/scripting problem. GNU join should be able to handle that.
undeath hashcat 1 976 10-07-2019, 12:57 PM
    Thread: Hash of office file need to be cracked.
Post: RE: Hash of office file need to be cracked.

you forgot to specify a wordlist
undeath General Talk 1 1,161 10-07-2019, 06:11 PM
    Thread: mask search with doubles
Post: RE: mask search with doubles

It's not possible with masks only. You can pipe in a mask attack and then apply the repeat rule "p" to each input word. However, depending on your hash type, this may severely slow down your attack sp...
undeath hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 1,317 10-21-2019, 11:49 AM
    Thread: WPA help
Post: RE: WPA help

standard wpa(2) is mode 2500. Unless you know what PMK or PMKID means you don't need them.
undeath General Talk 1 978 12-11-2019, 01:00 AM
    Thread: How to add my kernel to hashcat?
Post: RE: How to add my kernel to hashcat?

There is no documentation. Best thing you can do is look through the github commit history (or possibly pull requests) to get an idea of how a complete module can be added to hashcat.
undeath hashcat 1 934 12-24-2019, 04:05 PM
    Thread: n00b Question: DES3CBC
Post: RE: n00b Question: DES3CBC

The hashes must be formatted like on https://hashcat.net/wiki/doku.php?id=example_hashes Not sure if you can get 3DES in CBC mode to get to work with hashcat at all.
undeath hashcat 1 756 12-26-2019, 07:03 PM
    Thread: 8char hash ?l?d
Post: RE: 8char hash ?l?d

Your command is correct, but according to your description 0 is not part of the plaintext, hence you should use -1 ?l123456789
undeath hashcat 1 800 12-28-2019, 09:17 PM
    Thread: Save mask in wordlist
Post: RE: Save mask in wordlist

hashcat -a3 PAS?dWOR?d --stdout > list.txt
undeath General Talk 1 929 01-03-2020, 10:41 PM
    Thread: Several Words + #'s + characters
Post: RE: Several Words + #'s + characters

for the wordlist you can use princeprocessor (https://hashcat.net/wiki/doku.php?id=princeprocessor). To append the numbers+specials you can use rules.
undeath hashcat 1 649 01-28-2020, 05:06 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 829 03-05-2020, 05:05 PM
    Thread: password length
Post: RE: password length

not possible.
undeath hashcat 1 678 03-14-2020, 02:03 AM
    Thread: different encodings
Post: RE: different encodings

hashcat can't handle non-ascii for office (and related hashes). See https://github.com/hashcat/hashcat/blob/master/docs/limits.txt#L25-L35
undeath hashcat 1 591 03-23-2020, 02:51 PM
    Thread: Hashcat pot file on MacOS.
Post: RE: Hashcat pot file on MacOS.

exhausted = not found
undeath hashcat 1 607 03-25-2020, 01:03 AM
    Thread: Hash Mode question
Post: RE: Hash Mode question

PMK modes are for SSID-specific lookup tables (poor man's rainbow table) and are generally only useful in very specific circumstances. PMKID is a slightly different attack on WPA that is generally mo...
undeath hashcat 1 582 03-31-2020, 03:44 PM
    Thread: What is the diffenrence?
Post: RE: What is the diffenrence?

Different kinds of optimisations apply. They both try the same candidates but do so in very different ways.
undeath hashcat 1 532 04-05-2020, 01:44 AM
    Thread: MD5 - Dictionary attack
Post: RE: MD5 - Dictionary attack

Use hash mode 20 and specify the timestamp as salt. Then create a rule file to append the user and specify it last on the hashcat command line then you can run hashcat like this: hashcat -m 20 a...
undeath hashcat 1 671 04-14-2020, 02:36 PM
    Thread: Run Unpackage hashcat
Post: RE: Run Unpackage hashcat

I don't understand how you can unzip it two times. It's only a single archive. You run hashcat on linux using the *.bin binary file. There is no shell script.
undeath hashcat 1 581 04-25-2020, 12:25 AM
    Thread: Meltdown and Spectre patches
Post: RE: Meltdown and Spectre patches

using the search function is hard. https://hashcat.net/forum/thread-7710.html?highlight=spectre
undeath General Talk 1 662 05-10-2020, 01:59 AM
    Thread: hash(hash(plain, salt), salt2)
Post: RE: hash(hash(plain, salt), salt2)

Arbitrarily combining hash modes is not possible. Have a look at mdxfind.
undeath hashcat 1 446 06-08-2020, 01:29 PM
    Thread: Is it normal that Intel GPU is slower than CPU?
Post: RE: Is it normal that Intel GPU is slower than CPU...

You don't need to uninstall certain opencl runtimes to only run certain kinds of devices. Hashcat provides options to choose which device(s)/device types to use. The onboard GPU being slower than t...
undeath hashcat 1 475 06-10-2020, 04:52 PM