1

我正在尝试使用我的 GPU AMD RX580 在 Win10 上启动 hashcat。

到目前为止我所做的是:

  1. 卸载所有 AMD 驱动程序并重新启动
  2. 启动 Driver Fusion 清除所有 AMD 显示驱动程序并重新启动
  3. 从 C:\windows\system32\ 和 c:\windows\syswow64 手动删除 OpenCL.dll 并重新启动
  4. 已安装 AMD Crimsson 驱动程序版本 - 已尝试 17.8.2、17.11.1、17.11.4

我的问题:

当我尝试使用 WPA2 哈希开始基准测试时PS D:\crack\hashcat-5.1.0> .\hashcat64.exe -m 2500 -b

它开始并退出,没有任何输出:

PS D:\crack\hashcat-5.1.0> .\hashcat64.exe -m 2500 -b
hashcat (v5.1.0) starting in benchmark mode...

Benchmarking uses hand-optimized kernel code by default.
You can use it in your cracking session by setting the -O option.
Note: Using optimized kernel code limits the maximum supported password length.
To disable the optimized kernel code in benchmark mode, use the -w option.

* Device #2: Not a native Intel OpenCL runtime. Expect massive speed loss.
             You can use --force to override, but do not report related errors.
OpenCL Platform #1: Advanced Micro Devices, Inc.
================================================
* Device #1: Ellesmere, 3264/4096 MB allocatable, 36MCU
* Device #2: Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz, skipped.

Benchmark relevant options:
===========================
* --optimized-kernel-enable

Hashmode: 2500 - WPA-EAPOL-PBKDF2 (Iterations: 4096)

PS D:\crack\hashcat-5.1.0>

hashcat -I 的输出:

PS D:\crack\hashcat-5.1.0> .\hashcat64.exe -I
hashcat (v5.1.0) starting...

OpenCL Info:

Platform ID #1
  Vendor  : Advanced Micro Devices, Inc.
  Name    : AMD Accelerated Parallel Processing
  Version : OpenCL 2.0 AMD-APP (2442.8)

  Device ID #1
    Type           : GPU
    Vendor ID      : 1
    Vendor         : Advanced Micro Devices, Inc.
    Name           : Ellesmere
    Version        : OpenCL 2.0 AMD-APP (2442.8)
    Processor(s)   : 36
    Clock          : 1366
    Memory         : 3264/4096 MB allocatable
    OpenCL Version : OpenCL C 2.0
    Driver Version : 2442.8

  Device ID #2
    Type           : CPU
    Vendor ID      : 128
    Vendor         : GenuineIntel
    Name           : Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz
    Version        : OpenCL 1.2 AMD-APP (2442.8)
    Processor(s)   : 8
    Clock          : 3599
    Memory         : 6131/24526 MB allocatable
    OpenCL Version : OpenCL C 1.2
    Driver Version : 2442.8 (sse2,avx)

PS D:\crack\hashcat-5.1.0>

如果我尝试开始掩码攻击,也会发生同样的情况。

其他基准测试似乎有效,但当它到达 WPA2 时,它只会让我返回命令提示符:

PS D:\crack\hashcat-5.1.0> .\hashcat64.exe -b
hashcat (v5.1.0) starting in benchmark mode...

Benchmarking uses hand-optimized kernel code by default.
You can use it in your cracking session by setting the -O option.
Note: Using optimized kernel code limits the maximum supported password length.
To disable the optimized kernel code in benchmark mode, use the -w option.

* Device #2: Not a native Intel OpenCL runtime. Expect massive speed loss.
             You can use --force to override, but do not report related errors.
OpenCL Platform #1: Advanced Micro Devices, Inc.
================================================
* Device #1: Ellesmere, 3264/4096 MB allocatable, 36MCU
* Device #2: Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz, skipped.

Benchmark relevant options:
===========================
* --optimized-kernel-enable

Hashmode: 0 - MD5

Speed.#1.........: 12381.1 MH/s (96.87ms) @ Accel:256 Loops:512 Thr:256 Vec:1

Hashmode: 100 - SHA1

Speed.#1.........:  4268.9 MH/s (70.02ms) @ Accel:256 Loops:128 Thr:256 Vec:1

Hashmode: 1400 - SHA2-256

Speed.#1.........:  1870.1 MH/s (80.00ms) @ Accel:256 Loops:64 Thr:256 Vec:1

Hashmode: 1700 - SHA2-512

Speed.#1.........:   461.1 MH/s (81.22ms) @ Accel:128 Loops:32 Thr:256 Vec:1

Hashmode: 2500 - WPA-EAPOL-PBKDF2 (Iterations: 4096)

PS D:\crack\hashcat-5.1.0>

知道什么可能导致这种行为吗?

4

1 回答 1

0

看起来这是 OpenCL 运行时的崩溃。我已经安装了最新的 Adrenalin Drivers - 19.3.2,但又遇到了另一个问题:

PS D:\crack\hashcat-5.1.0> .\hashcat64.exe -b -m 2500
hashcat (v5.1.0) starting in benchmark mode...

Benchmarking uses hand-optimized kernel code by default.
You can use it in your cracking session by setting the -O option.
Note: Using optimized kernel code limits the maximum supported password length.
To disable the optimized kernel code in benchmark mode, use the -w option.

OpenCL Platform #1: Advanced Micro Devices, Inc.
================================================
* Device #1: Ellesmere, 3264/4096 MB allocatable, 36MCU

Benchmark relevant options:
===========================
* --optimized-kernel-enable

Hashmode: 2500 - WPA-EAPOL-PBKDF2 (Iterations: 4096)

* Device #1: ATTENTION! OpenCL kernel self-test failed.

Your device driver installation is probably broken.
See also: https://hashcat.net/faq/wrongdriver

Speed.#1.........:   179.3 kH/s (87.14ms) @ Accel:128 Loops:64 Thr:256 Vec:1

Started: Mon Mar 18 19:05:55 2019
Stopped: Mon Mar 18 19:06:26 2019
PS D:\crack\hashcat-5.1.0>

然后我使用了 --self-test-disable 选项,它开始了。我还在 hashcat 论坛中创建了一个帖子:https ://hashcat.net/forum/thread-8226-post-44141.html#pid44141 ,以防有人感兴趣。

于 2019-03-19T05:54:52.303 回答