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 [asc] Replies Views Posted
    Thread: Cannot run cudaHashcat-1.30 - nvcuda.dll error
Post: RE: Cannot run cudaHashcat-1.30 - nvcuda.dll error

yes, that is your problem. forceware is the name of the proprietary nvidia graphics driver. download it from https://www.geforce.com/drivers
epixoip Old oclHashcat Support 2 8,898 09-04-2014, 04:05 PM
    Thread: Error with bruteforce using mask
Post: RE: Error with bruteforce using mask

you're specifying "--gpu-temp-abort=80" so that's likely why it's aborting. why are you setting that so low?
epixoip Old oclHashcat Support 4 6,556 09-06-2014, 02:56 PM
    Thread: WARN: Failed to get ADL Target Tempature Data.
Post: RE: WARN: Failed to get ADL Target Tempature Data.

First, you don't seem to even know what GPUs you have in your system. You say you have 4x R9 280X and one 7950, but from your screenshot it is quite clear that you have 1x R9 290, 2x R9 280X, 1x R9 28...
epixoip Old oclHashcat Support 8 16,180 09-06-2014, 03:23 PM
    Thread: Error with bruteforce using mask
Post: RE: Error with bruteforce using mask

the 90C default is fine for all gpus. some newer gpus can go all the way up to 97C without issues. if you are concerned about cooling then using gpu-temp-retain is not the solution. fix your coolin...
epixoip Old oclHashcat Support 4 6,556 09-06-2014, 04:35 PM
    Thread: Hashcat won't crack same hash twice
Post: RE: Hashcat won't crack same hash twice

the plain is already in your .pot file
epixoip Old oclHashcat Support 3 8,442 09-06-2014, 08:04 PM
    Thread: WARN: Failed to get ADL Target Tempature Data.
Post: RE: WARN: Failed to get ADL Target Tempature Data.

It's not "Hawaii BIOS" -- Hawaii is the codename of the GPU itself. If you're unfamiliar with the different models, see https://en.wikipedia.org/wiki/List_of_AMD_graphics_processing_units The 8 car...
epixoip Old oclHashcat Support 8 16,180 09-07-2014, 04:45 AM
    Thread: Hashcat won't crack same hash twice
Post: RE: Hashcat won't crack same hash twice

if you don't like that behavior then you can just add --potfile-disable to your command line
epixoip Old oclHashcat Support 3 8,442 09-07-2014, 04:49 AM
    Thread: WARN: Failed to get ADL Target Tempature Data.
Post: RE: WARN: Failed to get ADL Target Tempature Data.

er yes, precisely right old friend. four dual-gpu cards will certainly get you to that limit as well.
epixoip Old oclHashcat Support 8 16,180 09-08-2014, 12:26 AM
    Thread: oclHashCat, AMD R9 290x, Windows - works, but reboots at random.
Post: RE: oclHashCat, AMD R9 290x, Windows - works, but ...

yep, definitely sounds like a power issue.
epixoip Old oclHashcat Support 7 16,511 09-12-2014, 10:49 PM
    Thread: oclHashCat, AMD R9 290x, Windows - works, but reboots at random.
Post: RE: oclHashCat, AMD R9 290x, Windows - works, but ...

does your motherboard have supplemental power supplied to the pci-e bus? the only other time i've encountered what you are describing is when the 24-pin ATX connector melted due to too much power b...
epixoip Old oclHashcat Support 7 16,511 09-13-2014, 08:25 AM
    Thread: I need help with syntax
Post: RE: I need help with syntax

oclHashcat always uses Markov by default everywhere a mask is used, unless you explicitly disable it via the '--markov-disable' switch. You have a syntax error in the command that you shared. You a...
epixoip Old oclHashcat Support 42 69,292 09-13-2014, 04:22 PM
    Thread: I need help with syntax
Post: RE: I need help with syntax

your threshold would need to be less than 26 for this mask for it to have any effect
epixoip Old oclHashcat Support 42 69,292 09-14-2014, 12:38 AM
    Thread: I need help with syntax
Post: RE: I need help with syntax

maskprocessor is classic incremental, not markov. so you would want to use statsprocessor to see the actual generated words.
epixoip Old oclHashcat Support 42 69,292 09-14-2014, 02:40 AM
    Thread: I need help with syntax
Post: RE: I need help with syntax

oclHashcat generates plaintext candidates on the GPU, and thus is not able to output candidates to stdout. So again, you would use statsprocessor.
epixoip Old oclHashcat Support 42 69,292 09-14-2014, 04:50 AM
    Thread: I need help with syntax
Post: RE: I need help with syntax

oclHashcat does not have any facilities to support such a feature.
epixoip Old oclHashcat Support 42 69,292 09-14-2014, 01:59 PM
    Thread: Invalid pointer error...
Post: RE: Invalid pointer error...

Problem is: Quote: -- WARN: ADL_Main_Control_Create(): -21 -- -21 is ADL_ERR_NO_XDISPLAY. So it sounds like you're trying to run oclHashcat without x11.
epixoip Old oclHashcat Support 8 14,861 09-15-2014, 10:05 AM
    Thread: Invalid pointer error...
Post: RE: Invalid pointer error...

No! The warning absolutely appears relevant to the crash. The warning is telling you that ADL_Main_Control_Create() failed. So calling ADL_Main_Control_Destroy() or otherwise attempting to free() ...
epixoip Old oclHashcat Support 8 14,861 09-16-2014, 03:18 PM
    Thread: I need help with syntax
Post: RE: I need help with syntax

no need to use an hcmask file for a single mask. and if you're going to use an hcmask file, your custom charset defines should go in the hcmask file, like so: ?l?u?d,?u?l,?2?l?l?l?1?1?1?1
epixoip Old oclHashcat Support 42 69,292 09-19-2014, 11:19 PM
    Thread: oclHashcat 1.30 vs. Catalyst 14.10 on Linux
Post: RE: oclHashcat 1.30 vs. Catalyst 14.10 on Linux

your problem sounds like it's heat or power related.
epixoip Old oclHashcat Support 11 23,609 09-22-2014, 07:02 PM
    Thread: combination attack help
Post: RE: combination attack help

first, '-k ?d?d' is incorrect, that's a mask not a rule. second, you're likely seeing a lot of rejected combinations because the words in your wordlists are too short. a 3-char word + a 3-char word...
epixoip Old oclHashcat Support 6 10,770 09-23-2014, 04:13 AM