Installation script
#3
Based on GPU Driver requirements:

AMD GPUs on Windows require "AMD Radeon Software Crimson Edition" (15.12 or later)
AMD GPUs on Linux require "AMDGPU-Pro Driver" (16.40 or later)
Intel CPUs require "OpenCL Runtime for Intel Core and Intel Xeon Processors" (16.1.1 or later)
Intel GPUs on Windows require "OpenCL Driver for Intel Iris and Intel HD Graphics"
Intel GPUs on Linux require "OpenCL 2.0 GPU Driver Package for Linux" (2.0 or later)
NVIDIA GPUs require "NVIDIA Driver" (367.x or later)

as I don't have Intel Core or graphic card I guess I don't need GPU drivers.
How can I install hashcat without installing from The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) repository? Is there a The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) release without problems with hashcat?

I'`ve tried in another computer with windows to see if it works and I get

Code:
❯ C:\WINDOWS\system32>\Users\Arturo_2\Downloads\hashcat-3.5.0\hashcat64.exe -a 1 -
-stdout \Users\Arturo_2\Downloads\hashcat-3.5.0\hashcat.txt \Users\Arturo_2\Down
loads\hashcat-3.5.0\user.dict
clBuildProgram(): CL_BUILD_PROGRAM_FAILURE

Error parsing value of -cl-std flag!
* Device #1: Kernel C:\Users\Arturo_2\Downloads\hashcat-3.5.0/OpenCL/m02000_a1.cl build failed - proceeding without this device.
Is there a problem with the command that I'm typing?

Executing the command from example0.cmd warns me about an outdated driver. Why In the other computer it doesn't tell me what driver do I need to install?
Code:
C:\Users\Arturo_2\Downloads\hashcat-3.5.0>hashcat64.exe -a 7 example0.hash ?a?a?a?a example.dict
hashcat (v3.5.0) starting...

* Device #1: Outdated or broken NVIDIA driver detected!

You are STRONGLY encouraged to use the officially supported NVIDIA driver.
See hashcat's homepage for officially supported NVIDIA drivers.
See also: https://hashcat.net/faq/wrongdriver
You can use --force to override this, but do not report related errors.


Messages In This Thread
Installation script - by Successful_Min87 - 05-04-2017, 05:40 PM
RE: Installation script - by royce - 05-04-2017, 06:56 PM
RE: Installation script - by Successful_Min87 - 05-04-2017, 09:11 PM