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 Replies Views [desc] Posted
    Thread: IKE file testcase for oclHashcat
Post: RE: IKE file testcase for oclHashcat

you are improperly saving the file then.
undeath Very old oclHashcat-plus Support 13 28,017 02-14-2013, 04:21 PM
    Thread: Temperature abort trigger NVIDIA GeForce GTX 670
Post: RE: Temperature abort trigger NVIDIA GeForce GTX 6...

looks like you pressed q
undeath Old oclHashcat Support 14 28,033 10-11-2014, 07:23 PM
    Thread: Temperature abort trigger NVIDIA GeForce GTX 670
Post: RE: Temperature abort trigger NVIDIA GeForce GTX 6...

what exactly is the problem here?
undeath Old oclHashcat Support 14 28,033 10-12-2014, 06:48 PM
    Thread: Temperature abort trigger NVIDIA GeForce GTX 670
Post: RE: Temperature abort trigger NVIDIA GeForce GTX 6...

looks like it aborts without any error any without any user interaction?
undeath Old oclHashcat Support 14 28,033 10-13-2014, 01:51 AM
    Thread: Temperature abort trigger NVIDIA GeForce GTX 670
Post: RE: Temperature abort trigger NVIDIA GeForce GTX 6...

wpa is slow. with aircrack you certainly did a wordlist attack. and this is not digit but digit+lower.
undeath Old oclHashcat Support 14 28,033 10-13-2014, 02:21 AM
    Thread: Algo : WoltLab BB3
Post: RE: Algo : WoltLab BB3

is that python snippet yours? If yes: who told you to use hexlify/unhexlify? Code: -- import hashlib import binascii # WBB3 scheme -> sha1($salt.sha1($salt.sha1($pass)) hash = "e2063f7c629d...
undeath Feature Requests 10 28,180 05-16-2012, 09:23 AM
    Thread: Operating Systems used by hashcat users
Post: RE: Operating Systems used by hashcat users

hashcat: linux oclhashcat: windows :P
undeath Organisation and Events 10 28,248 06-08-2012, 06:09 PM
    Thread: AMD Radeon HD 6770 M Graphic Card (ADL_Overdrive6_FanSpeed_Get() is missing) Error
Post: RE: AMD Radeon HD 6770 M Graphic Card (ADL_Overdr...

That's not an error but a warning. However your start command is missing -a0
undeath General Help 13 28,438 10-26-2014, 05:11 PM
    Thread: AMD Radeon HD 6770 M Graphic Card (ADL_Overdrive6_FanSpeed_Get() is missing) Error
Post: RE: AMD Radeon HD 6770 M Graphic Card (ADL_Overdr...

You must use the driver from the amd website. If you can't get it to run you won't get oclhashcat to run.
undeath General Help 13 28,438 11-03-2014, 03:52 PM
    Thread: Removing Bad Hashes
Post: RE: Removing Bad Hashes

use grep.
undeath General Talk 13 28,538 07-07-2012, 07:08 PM
    Thread: Removing Bad Hashes
Post: RE: Removing Bad Hashes

msys/mingw
undeath General Talk 13 28,538 07-07-2012, 10:50 PM
    Thread: Removing Bad Hashes
Post: RE: Removing Bad Hashes

o_O grep -E '^[a-f0-9]{40}$' | grep -v '^00000'
undeath General Talk 13 28,538 07-08-2012, 04:52 PM
    Thread: 6970 users wanted
Post: RE: 6970 users wanted

really awful bug. Is there no way to workaround this?
undeath General Help 15 28,647 07-18-2012, 11:05 AM
    Thread: vBulletin MD5 without Salts
Post: RE: vBulletin MD5 without Salts

of course you could try to bruteforce a password AND a 30 character salts. It only slightly increases the work. 95^8 for the password and 95^30 for the salt. All in all 95^8+95^30. I don't think you w...
undeath Old hashcat Support 9 28,779 11-04-2011, 03:34 PM
    Thread: oclHashcat-plus not working in backtrack r2
Post: RE: oclHashcat-plus not working in backtrack r2

did you try not to install the sdk but only the driver? If you install the sdk it will never work.
undeath Very old oclHashcat-plus Support 10 28,787 04-10-2012, 06:33 PM
    Thread: which is the correct salt file format?
Post: RE: which is the correct salt file format?

the algorithm does not feature salts. You cannot do this with any hashcat version.
undeath Old hashcat Support 15 28,806 02-23-2012, 01:14 PM
    Thread: which is the correct salt file format?
Post: RE: which is the correct salt file format?

as atom already said, it is not possible to do this with NUL-bytes. edit: sorry, i mixed the different hashcat versions. with oclhashcat-* you can use the --hex-charset option with an appropriat...
undeath Old hashcat Support 15 28,806 02-23-2012, 01:28 PM
    Thread: which is the correct salt file format?
Post: RE: which is the correct salt file format?

as sha256 does not feature salts you simply pretend it was part of the actual plain and therefore use the --hex-charset option.
undeath Old hashcat Support 15 28,806 02-23-2012, 04:28 PM
    Thread: Problem with brute-force
Post: RE: Problem with brute-force

your card is unsupported.
undeath Old hashcat Support 14 28,920 07-11-2012, 02:16 AM
    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