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: Feature request
Post: RE: Feature request

No because this isnt logical. 1. It would take a massive amount of space 2. Maskprocessor already does this 3. Requests go on trac
radix Old oclHashcat Support 2 5,748 01-25-2014, 05:29 AM
    Thread: GeForce GTX 760
Post: RE: GeForce GTX 760

no
radix Old oclHashcat Support 2 6,064 01-28-2014, 07:58 PM
    Thread: Support for SL3?
Post: RE: Support for SL3?

no
radix Old oclHashcat Support 1 4,648 02-04-2014, 05:01 AM
    Thread: Crack MD5 & SALT
Post: RE: Crack MD5 & SALT

https://hashcat.net/wiki/
radix Old oclHashcat Support 1 5,256 02-25-2014, 10:19 PM
    Thread: Cracking Hash with Known Plaintext
Post: RE: Cracking Hash with Known Plaintext

assuming the hash has a salt, you could use mask processor to make a salt list and then use cpu hashcat with -e. however, its unlikely you will find it unless its simple.
radix Old oclHashcat Support 2 6,247 04-04-2014, 03:51 PM
    Thread: Do I have the right command syntax?
Post: RE: Do I have the right command syntax?

looks fine but it would be more logical to group your options like Code: -- cudaHashcat64 -m 2500 cap.hccap -o hash.txt -a 3 -1 ?dABCDEF ?1?1?1?1?1?1?1?1?1?1 --
radix Old oclHashcat Support 2 5,394 05-19-2014, 08:30 AM
    Thread: Support for PGP/GPG?
Post: RE: Support for PGP/GPG?

Put a ticket on trac if you would like to see something.
radix Old oclHashcat Support 1 4,982 05-24-2014, 09:12 PM
    Thread: version `GLIBC_2.14' not found (required by ./cudaHashcat64.bin)
Post: RE: version `GLIBC_2.14' not found (required by ./...

its not even The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) really, its debian. I had to use experimental branch to get it working, but you are taking a risk that your entire machine break...
radix Old oclHashcat Support 9 34,162 06-14-2014, 02:43 AM
    Thread: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL]
Post: RE: Easy way to beat Hashcat? Does oclHashcat supp...

Sure your hash type is right? I was able to recover A\0B\0C\0 without issue (plain sha1): a9b1640a163865c75b3a97c7f927750297a1969a:$HEX[410042004300] % cat dict| xxd 0000000: 4100 4200 4300 0a ...
radix Old oclHashcat Support 15 29,451 07-03-2014, 08:05 AM
    Thread: change hash type
Post: RE: change hash type

You can't change it. bcrypt is slow... that's just how it is.
radix Old oclHashcat Support 16 23,422 08-13-2014, 08:57 AM
    Thread: Cracking 10 digit password with CudaHashcat
Post: RE: Cracking 10 digit password with CudaHashcat

https://hashcat.net/wiki/doku.php?id=mask_attack
radix Old oclHashcat Support 7 21,695 08-20-2014, 04:20 PM
    Thread: Sha512 Crypt Hashcat vs John
Post: RE: Sha512 Crypt Hashcat vs John

Can you provide a hash/plain pair that isn't working?
radix Old oclHashcat Support 1 5,598 11-25-2014, 04:47 AM
    Thread: How to use multiple dictionaries?
Post: RE: How to use multiple dictionaries?

No you cant. You could however use combinator to combine them.
radix Old oclHashcat Support 2 5,325 12-12-2014, 12:47 AM
    Thread: Status Exhausted
Post: RE: Status Exhausted

It would appear that you once again exhausted your dictionary.
radix Old oclHashcat Support 8 13,315 12-12-2014, 03:55 AM
    Thread: Status Exhausted
Post: RE: Status Exhausted

Get a bigger dictionary.
radix Old oclHashcat Support 8 13,315 12-12-2014, 04:14 AM
    Thread: Mask vs salt
Post: RE: Mask vs salt

hashcat does all the salt handling on its own. dont worry about that. just tell it what character space you want to search. https://hashcat.net/wiki/doku.php?id=dictionary_attack vs https://has...
radix Old oclHashcat Support 4 5,922 02-01-2015, 02:32 AM
    Thread: Mask vs salt
Post: RE: Mask vs salt

The difference is that mode 10 expects md5($pass.$salt) and 0 expects just md5($pass). No, but you could use mode 3. Maybe use ?b for your mask
radix Old oclHashcat Support 4 5,922 02-01-2015, 02:46 AM
    Thread: "Support for CUDA was dropped by NVIDIA"
Post: RE: "Support for CUDA was dropped by NVIDIA"

Your card isnt supported by cuda any longer.
radix Old oclHashcat Support 8 20,324 02-08-2015, 07:43 AM
    Thread: ERROR: clGetDeviceIDs() -1
Post: RE: ERROR: clGetDeviceIDs() -1

0ddw4nd Wrote: (05-08-2015, 03:31 AM) -- Hi, I have 1 AMD RADEON 7990 HD Code: -- 03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Malta [Radeon HD 7990] -- I keep ...
radix Old oclHashcat Support 4 9,719 05-08-2015, 03:35 AM
    Thread: Output issue
Post: RE: Output issue

Can you create an example hash that does not work for you? I just tested this and was not able to replicate with -m 10 or 20.
radix Old oclHashcat Support 4 7,359 05-13-2015, 07:56 PM