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: does not see the second processor 48 cores/ see only 24 cores
Post: RE: does not see the second processor 48 cores/ se...

The part that lists all your detected devices
undeath hashcat 10 3,347 10-07-2019, 11:35 PM
    Thread: does not see the second processor 48 cores/ see only 24 cores
Post: RE: does not see the second processor 48 cores/ se...

You took the correct screenshot. For some reason OpenCL doesn't detect your second CPU, which is some problem with the OpenCL runtime. I don't have any experience with multi-cpu setups and no idea wha...
undeath hashcat 10 3,347 10-08-2019, 10:08 AM
    Thread: GPU not utilised
Post: RE: GPU not utilised

srin2godisgreat Wrote: (10-07-2019, 08:40 PM) -- From the output of the task manager and the status output of hashcat, it looks like only the cpu is being used. -- I have no idea how you come to th...
undeath hashcat 4 2,076 10-08-2019, 03:46 PM
    Thread: Hashcat running incorrectly and not using GPU.
Post: RE: Hashcat running incorrectly and not using GPU.

Windows should be as simple as installing the official AMD driver. On linux you need rocm which should not be much trouble to install on ubuntu.
undeath hashcat 7 8,325 10-08-2019, 08:50 PM
    Thread: Running into issues with max mask length
Post: RE: Running into issues with max mask length

this attack works: Code: -- hashcat -m10 $(python -c 'print("da8e187436ef310167021504d28c9b68"+":"+"00"*255)') -a3 '?b' --hex-salt -- although hashcat's mask parser should probably be patched to all...
undeath hashcat 6 2,043 10-09-2019, 06:06 PM
    Thread: Running into issues with max mask length
Post: RE: Running into issues with max mask length

There seems to be a bug with how hashcat processes hcmask files. On the CLI this works: Code: -- hashcat -m0 da8e187436ef310167021504d28c9b68 -a3 "?b$(for x in $(seq 255) ; do echo -n 00; done)" --h...
undeath hashcat 6 2,043 10-09-2019, 06:21 PM
    Thread: Hashcat sees my GPU but not my CPU
Post: RE: Hashcat sees my GPU but not my CPU

use the latest beta version from https://hashcat.net/beta/ to fix the error with your gpu,
undeath hashcat 20 6,851 10-09-2019, 10:38 PM
    Thread: Hashcat sees my GPU but not my CPU
Post: RE: Hashcat sees my GPU but not my CPU

https://hashcat.net/forum/uploads/avatars/avatar_85.jpg?dateline=1337188913
undeath hashcat 20 6,851 10-09-2019, 11:21 PM
    Thread: Hashcat sees my GPU but not my CPU
Post: RE: Hashcat sees my GPU but not my CPU

If the self test is failing hashcat will be unable to crack hashes. This has nothing to do with speed.
undeath hashcat 20 6,851 10-10-2019, 09:08 PM
    Thread: Hashcat sees my GPU but not my CPU
Post: RE: Hashcat sees my GPU but not my CPU

If you bought the card specifically for hashcat the question is why you chose AMD at all. Their OpenCL runtime is known to be garbage and their hardware is poorly suited for hashcat's purposes, compar...
undeath hashcat 20 6,851 10-11-2019, 12:07 AM
    Thread: Hashcat sees my GPU but not my CPU
Post: RE: Hashcat sees my GPU but not my CPU

it's the GPU it's the OS it you it the driver, not hashcat
undeath hashcat 20 6,851 10-11-2019, 12:37 PM
    Thread: Cracked Passwords when using Brain
Post: RE: Cracked Passwords when using Brain

1. only the instance that cracked the hash knows about it 2. brain only synchronises attacks, not hashes
undeath hashcat 9 2,508 10-16-2019, 10:23 PM
    Thread: Cracked Passwords when using Brain
Post: RE: Cracked Passwords when using Brain

no, brain only stores a checksum for the whole hash file. If the hash file is different in any way it's considered a different one with independent attack tracking.
undeath hashcat 9 2,508 10-16-2019, 11:30 PM
    Thread: Weird issue with hashcat v5.1.0
Post: RE: Weird issue with hashcat v5.1.0

you have not specified a mask, hence hashcat uses its default mask which does not include your password.
undeath hashcat 9 2,733 10-17-2019, 03:24 PM
    Thread: Weird issue with hashcat v5.1.0
Post: RE: Weird issue with hashcat v5.1.0

There is no such thing as a "raw bruteforce" in hashcat. You can see the default mask it is using in your status output.
undeath hashcat 9 2,733 10-17-2019, 03:28 PM
    Thread: Weird issue with hashcat v5.1.0
Post: RE: Weird issue with hashcat v5.1.0

the syntax is documented here: https://hashcat.net/wiki/doku.php?id=mask_attack
undeath hashcat 9 2,733 10-17-2019, 03:33 PM
    Thread: Using discrete GPU on macOS
Post: RE: Using discrete GPU on macOS

can you post a hashcat status output?
undeath hashcat 4 2,030 10-18-2019, 12:45 PM
    Thread: Using discrete GPU on macOS
Post: RE: Using discrete GPU on macOS

Looks like a bug in the macOS dashboard then. Probably not accounting for OpenCL usage. Speed also seems ok.
undeath hashcat 4 2,030 10-18-2019, 01:37 PM
    Thread: clBuildProgram(): CL_BUILD_PROGRAM_FAILURE
Post: RE: clBuildProgram(): CL_BUILD_PROGRAM_FAILURE

looks like your hashcat is missing files. Re-download it and extract it anew, to a new folder to make sure it's in a clean state.
undeath hashcat 8 6,178 10-19-2019, 03:54 PM
    Thread: clBuildProgram(): CL_BUILD_PROGRAM_FAILURE
Post: RE: clBuildProgram(): CL_BUILD_PROGRAM_FAILURE

Are you copying stuff around or running "make install" or are you running hashcat from the build directory?
undeath hashcat 8 6,178 10-19-2019, 07:26 PM