Can anyone help me - mehashingalone - 04-27-2018
I followed this instruction https://laanwj.github.io/2016/05/06/opencl-ubuntu1604.html
to install opencl but i get tones of error so here is my error logs and can anyone please help me or link me to some site which best suits my needs
Quote:>mehashingalone@mehashingalone:~/hashcat$ ./hashcat -m 0 -a 0 '/home/mehashingalone/Desktop/hash.txt' '/home/mehashingalone/Desktop/Wordlist'
>hashcat (v4.1.0-7-gf6cfcbb) starting...
>
>Mesa (Gallium) OpenCL platform detected!
>
>The Mesa platform can cause errors that are often mistaken for bugs in hashcat.
>You are STRONGLY encouraged to use the drivers listed in docs/readme.txt.
>You can use --force to override this, but do not report related errors.
>You can also use --opencl-platforms to skip the Mesa platform(s).
>
>Started: Fri Apr 27 20:56:27 2018
>Stopped: Fri Apr 27 20:56:28 2018
>mehashingalone@mehashingalone:~/hashcat$ ./hashcat -m 0 -a 0 --force '/home/mehashingalone/Desktop/hash.txt' '/home/mehashingalone/Desktop/Wordlist'
>hashcat (v4.1.0-7-gf6cfcbb) starting...
>
>OpenCL Platform #1: Mesa
>========================
>* Device #1: AMD MULLINS (DRM 2.50.0 / 4.13.0-38-generic, LLVM 5.0.0), 1430/2043 MB allocatable, 2MCU
>* Device #2: AMD HAINAN (DRM 2.50.0 / 4.13.0-38-generic, LLVM 5.0.0), 1433/2048 MB allocatable, 5MCU
>
>Hashes: 666748 digests; 470888 unique digests, 1 unique salts
>Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
>Rules: 1
>
>Applicable optimizers:
>* Zero-Byte
>* Early-Skip
>* Not-Salted
>* Not-Iterated
>* Single-Salt
>* Raw-Hash
>
>Minimum password length supported by kernel: 0
>Maximum password length supported by kernel: 256
>
>ATTENTION! Pure (unoptimized) OpenCL kernels selected.
>This enables cracking passwords and salts > length 32 but for the price of drastically reduced performance.
>If you want to switch to optimized OpenCL kernels, append -O to your commandline.
>
>Watchdog: Hardware monitoring interface not found on your system.
>Watchdog: Temperature abort trigger disabled.
>
>clBuildProgram(): CL_BUILD_PROGRAM_FAILURE
>
><unknown>:0:0: in function gpu_decompress void (%struct.pw_idx addrspace(1)*, i32 addrspace(1)*, %struct.pw addrspace(1)*, i64): unsupported initializer for address space
>
>* Device #1: Kernel /home/mehashingalone/hashcat/OpenCL/m00000_a0.cl build failed - proceeding without this device.
>
>clBuildProgram(): CL_BUILD_PROGRAM_FAILURE
>
><unknown>:0:0: in function gpu_decompress void (%struct.pw_idx addrspace(1)*, i32 addrspace(1)*, %struct.pw addrspace(1)*, i64): unsupported initializer for address space
>
>* Device #2: Kernel /home/mehashingalone/hashcat/OpenCL/m00000_a0.cl build failed - proceeding without this device.
>
>Started: Fri Apr 27 20:56:51 2018
>Stopped: Fri Apr 27 20:57:31 2018
>mehashingalone@mehashingalone:~/hashcat$ mehashingalone@mehashingalone:~/hashcat$ ./hashcat -m 0 -a 0 '/home/mehashingalone/Desktop/hash.txt' '/home/mehashingalone/Desktop/Wordlist'
hashcat (v4.1.0-7-gf6cfcbb) starting...
Mesa (Gallium) OpenCL platform detected!
The Mesa platform can cause errors that are often mistaken for bugs in hashcat.
You are STRONGLY encouraged to use the drivers listed in docs/readme.txt.
You can use --force to override this, but do not report related errors.
You can also use --opencl-platforms to skip the Mesa platform(s).
Started: Fri Apr 27 20:56:27 2018
Stopped: Fri Apr 27 20:56:28 2018
mehashingalone@mehashingalone:~/hashcat$ ./hashcat -m 0 -a 0 --force '/home/mehashingalone/Desktop/hash.txt' '/home/mehashingalone/Desktop/Wordlist'
hashcat (v4.1.0-7-gf6cfcbb) starting...
OpenCL Platform #1: Mesa
========================
* Device #1: AMD MULLINS (DRM 2.50.0 / 4.13.0-38-generic, LLVM 5.0.0), 1430/2043 MB allocatable, 2MCU
* Device #2: AMD HAINAN (DRM 2.50.0 / 4.13.0-38-generic, LLVM 5.0.0), 1433/2048 MB allocatable, 5MCU
Hashes: 666748 digests; 470888 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1
Applicable optimizers:
* Zero-Byte
* Early-Skip
* Not-Salted
* Not-Iterated
* Single-Salt
* Raw-Hash
Minimum password length supported by kernel: 0
Maximum password length supported by kernel: 256
ATTENTION! Pure (unoptimized) OpenCL kernels selected.
This enables cracking passwords and salts > length 32 but for the price of drastically reduced performance.
If you want to switch to optimized OpenCL kernels, append -O to your commandline.
Watchdog: Hardware monitoring interface not found on your system.
Watchdog: Temperature abort trigger disabled.
clBuildProgram(): CL_BUILD_PROGRAM_FAILURE
<unknown>:0:0: in function gpu_decompress void (%struct.pw_idx addrspace(1)*, i32 addrspace(1)*, %struct.pw addrspace(1)*, i64): unsupported initializer for address space
* Device #1: Kernel /home/mehashingalone/hashcat/OpenCL/m00000_a0.cl build failed - proceeding without this device.
clBuildProgram(): CL_BUILD_PROGRAM_FAILURE
<unknown>:0:0: in function gpu_decompress void (%struct.pw_idx addrspace(1)*, i32 addrspace(1)*, %struct.pw addrspace(1)*, i64): unsupported initializer for address space
* Device #2: Kernel /home/mehashingalone/hashcat/OpenCL/m00000_a0.cl build failed - proceeding without this device.
Started: Fri Apr 27 20:56:51 2018
Stopped: Fri Apr 27 20:57:31 2018
mehashingalone@mehashingalone:~/hashcat$
RE: Can anyone help me - undeath - 04-27-2018
you haven't happened to follow the suggestions hashcat gave you, have you?
Quote:You are STRONGLY encouraged to use the drivers listed in docs/readme.txt.
RE: Can anyone help me - royce - 04-27-2018
Usually, the only reason people try alternate OpenCL is because drivers from AMD/NVIDIA are not available.
If so, there's not a lot that hashcat can do for you - you should heed the disclaimers at the beginning of the output.
If not, you should try the AMD drivers as per https://hashcat.net/faq/wrongdriver .
RE: Can anyone help me - soxrok2212 - 04-28-2018
A.K.A ROCm
Follow guides on here, not a 3rd party site.
|