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: Recommendation for building a Hash Cracking Rig in 2020?
Post: RE: Recommendation for building a Hash Cracking Ri...

Since the 2000 series FE cards are no longer recommended because they don't have a blower fan any longer and thus are not suitable for stacking multiple cards in one case. For RAM the rule of thumb...
undeath Hardware 4 2,074 07-08-2020, 08:49 PM
    Thread: Help, rig doesn't turn on anymore
Post: RE: Help, rig doesn't turn on anymore

Hard to diagnose. Might be a power issue, might be the motherboard.
undeath Hardware 2 580 07-17-2020, 01:50 PM
    Thread: July 2020 5k Budget Multi GPU Build
Post: RE: July 2020 5k Budget Multi GPU Build

The GTX 2080 Ti is a good chip but don't buy a FE. You should get OEM-design blower fans instead. Important questions though: what hash types are you mainly going to attack and do you need options ...
undeath Hardware 5 1,558 07-18-2020, 01:24 PM
    Thread: low-end CPU recommendation.
Post: RE: low-end CPU recommendation.

I'd go for a AMD A8-9600 or similarly cheap AMD quad core CPU.
undeath Hardware 6 936 09-01-2020, 02:20 PM
    Thread: low-end CPU recommendation.
Post: RE: low-end CPU recommendation.

It doesn't make any difference for hashcat but in a home server more cores at the same price can't hurt.
undeath Hardware 6 936 09-02-2020, 01:08 AM
    Thread: Results collection model ?
Post: RE: Results collection model ?

without having dug too deep it looks like result collection happens in https://github.com/hashcat/oclHashcat/blob/master/OpenCL/check_multi_comp4.c and https://github.com/hashcat/oclHashcat/blob/maste...
undeath hashcat 3 5,628 01-01-2016, 03:59 PM
    Thread: Do we need to drop 32 bit binaries?
Post: RE: Do we need to drop 32 bit binaries?

Is there any sane reason to run hashcat on a non-64bit system? Other than failing to install the correct OS arch I mean.
undeath hashcat 5 7,673 06-04-2016, 07:23 PM
    Thread: Error Explanation
Post: RE: Error Explanation

What device and driver version are you using?
undeath hashcat 3 5,505 06-18-2016, 10:24 AM
    Thread: "WARN: ADL_Overdrive6_FanSpeed_Get(): -1"
Post: RE: "WARN: ADL_Overdrive6_FanSpeed_Get(): -1"

ERROR: Temperature limit on GPU 1 reached, aborting... HWMon.GPU.#1...: 64% Util, 86c Temp, -1% Fan Bad cooling.
undeath hashcat 3 5,787 06-29-2016, 04:48 PM
    Thread: "WARN: ADL_Overdrive6_FanSpeed_Get(): -1"
Post: RE: "WARN: ADL_Overdrive6_FanSpeed_Get(): -1"

If it only starts after some time your card is probably broken.
undeath hashcat 3 5,787 06-29-2016, 05:21 PM
    Thread: How to get DES key if I know plain text?
Post: RE: How to get DES key if I know plain text?

hashcat can only attack hashes, not encryption.
undeath hashcat 4 7,221 07-02-2016, 12:09 PM
    Thread: Ghostsurf backup vault cd
Post: RE: Ghostsurf backup vault cd

unless you or anyone else knows exactly how the encryption works it will never be supported.
undeath hashcat 2 3,249 04-25-2017, 07:57 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
    Thread: how to hash with hashcat
Post: RE: how to hash with hashcat

That's not possible with hashcat.
undeath hashcat 7 7,752 05-01-2017, 05:24 PM
    Thread: 1Password - need help using hashcat
Post: RE: 1Password - need help using hashcat

ยง is not an ascii character. Using it in masks or rules is problematic.
undeath hashcat 21 19,496 05-01-2017, 05:27 PM
    Thread: Chaining Two Different Hash Types
Post: RE: Chaining Two Different Hash Types

This feature is not available and, believe it or not, is not easily implemented.
undeath hashcat 1 2,280 05-01-2017, 05:30 PM
    Thread: How to find a salt for a hash if you have the plain text
Post: RE: How to find a salt for a hash if you have the ...

This thread needs more pointless quotes.
undeath hashcat 10 10,557 05-01-2017, 05:31 PM
    Thread: 1Password - need help using hashcat
Post: RE: 1Password - need help using hashcat

First you need to find out what encoding to use, then you can create a charset file: https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_charset_files If you need a multibyte character (utf-8)...
undeath hashcat 21 19,496 05-01-2017, 09:54 PM
    Thread: How to find a salt for a hash if you have the plain text
Post: RE: How to find a salt for a hash if you have the ...

epixoip Wrote: (05-02-2017, 04:06 PM) -- Erm, guys, this isn't hard. If the algorithm is e.g. md5(p.s) and you know p but need to find s, just switch them: use p as s and run it as md5(s.p). Same goe...
undeath hashcat 10 10,557 05-02-2017, 04:40 PM
    Thread: creating a wordlist
Post: RE: creating a wordlist

It's probably easiest to write a custom script to generate the mutated phrases.
undeath hashcat 2 3,055 05-02-2017, 04:45 PM