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: Help with long salt
Post: RE: Help with long salt

At least for older versions I remember 55 chars to be a limit. 2*md5 = 64 chars. Not sure if this still applies.
undeath Old oclHashcat Support 8 17,680 03-12-2014, 08:37 PM
    Thread: htpasswd decrypt ?
Post: RE: htpasswd decrypt ?

apache's htpasswd support many password hashes, ranging from plain to DES-crypt to unix-md5 (and possibly other unix-* hashes) to apache ("apr") hashes.
undeath Old oclHashcat Support 4 43,642 03-26-2014, 11:48 AM
    Thread: Domain Cached Credentials 2
Post: RE: Domain Cached Credentials 2

Windows 7 offlinely stores passwords with NTLM, are you sure it is DCC2? See example hashes here: https://hashcat.net/wiki/doku.php?id=example_hashes
undeath Old oclHashcat Support 5 17,250 04-05-2014, 11:16 AM
    Thread: SHA1 with long salt - alternatives?
Post: RE: SHA1 with long salt - alternatives?

it's not the length of hash:salt that matters but salt+password length with is restricted to 55 chars. For longer combinations you can try jtr.
undeath Old oclHashcat Support 5 9,469 04-13-2014, 06:19 PM
    Thread: OclHashcat64 not working wtih AMD Catalyst 14.4
Post: RE: OclHashcat64 not working wtih AMD Catalyst 14....

Quote: -- AMD users require Catalyst 13.12 -- https://hashcat.net/oclhashcat/
undeath Old oclHashcat Support 4 10,185 04-22-2014, 10:18 PM
    Thread: Line-lenght exception
Post: RE: Line-lenght exception

what command did you use to start hashcat? Your hashes should look something like this: 48c/R8JAv757A
undeath Old oclHashcat Support 7 10,614 05-01-2014, 06:14 PM
    Thread: Line-lenght exception
Post: RE: Line-lenght exception

can you please post this command? And preferrably the full hashcat screen output.
undeath Old oclHashcat Support 7 10,614 05-01-2014, 07:10 PM
    Thread: Line-lenght exception
Post: RE: Line-lenght exception

you should not use --force unless you know what you're doing.
undeath Old oclHashcat Support 7 10,614 05-01-2014, 08:55 PM
    Thread: Mask setup
Post: RE: Mask setup

you can generate all masks for 8 chars upper/num and filter out the ones which do not have 4 upper/num chars. echo uuuudddd | ./permute.bin | sort -u | sed 's/\(.\)/?\1/g' > masks.hcmask note: permu...
undeath Old oclHashcat Support 7 10,601 05-06-2014, 10:32 PM
    Thread: Mask setup
Post: RE: Mask setup

you are missing the starting "s" for the sed command
undeath Old oclHashcat Support 7 10,601 05-07-2014, 12:22 AM
    Thread: Error running oclhashcat
Post: RE: Error running oclhashcat

Sounds like overheating.
undeath Old oclHashcat Support 10 16,634 05-10-2014, 09:55 PM
    Thread: Cracking salted md5
Post: RE: Cracking salted md5

format is hash:salt how the salt looks like doesn't matter
undeath Old oclHashcat Support 2 21,215 05-11-2014, 10:58 PM
    Thread: Increasing MD5 GPU Utilization?
Post: RE: Increasing MD5 GPU Utilization?

you can use the known text at the beginning as a salt and use md5(salt.pass) mode.
undeath Old oclHashcat Support 6 10,639 05-12-2014, 09:51 AM
    Thread: Trouble running oclHashcat-1.01 in Ubuntu 13.04 - Need Help
Post: RE: Trouble running oclHashcat-1.01 in Ubuntu 13.0...

Since you have not a 10 year old cpu I recommend reistalling a 64bit version of linux.
undeath Old oclHashcat Support 3 5,992 05-13-2014, 06:45 PM
    Thread: restore session always crashes..
Post: RE: restore session always crashes..

Maybe the power failure occurred during oclhc writing the restore file and hence it got corrupted.
undeath Old oclHashcat Support 9 15,046 05-14-2014, 03:52 PM
    Thread: Need advice on TrueCrypt password recovery
Post: RE: Need advice on TrueCrypt password recovery

command line looks fine, but don't mess with -t unless you know what you are doing.
undeath Old oclHashcat Support 5 13,888 05-25-2014, 11:31 PM
    Thread: oclHashcat AMD problem
Post: RE: oclHashcat AMD problem

should work, but using such a slow gpu will probably not help much.
undeath Old oclHashcat Support 7 13,806 06-03-2014, 09:46 AM
    Thread: oclHashcat AMD problem
Post: RE: oclHashcat AMD problem

obviously a nvidia/amd gpu with cuda/opencl support. Besides that you don't need anything funky.
undeath Old oclHashcat Support 7 13,806 06-03-2014, 01:01 PM
    Thread: symbol lookup error: ./cudaHashcat64.bin: undefined symbol: nvmlInit_v2
Post: RE: symbol lookup error: ./cudaHashcat64.bin: unde...

driver version?
undeath Old oclHashcat Support 3 9,142 06-09-2014, 07:17 PM
    Thread: symbol lookup error: ./cudaHashcat64.bin: undefined symbol: nvmlInit_v2
Post: RE: symbol lookup error: ./cudaHashcat64.bin: unde...

NV users require ForceWare 331.67 or later
undeath Old oclHashcat Support 3 9,142 06-09-2014, 09:00 PM