hashcat破解wifi握手包一直报错,hashcat安装正常,-I,-b,-p之类的命令都可以用,
是我使用的不对还是哪里不对吗?
我是刚开始学的小白。
hashcat安装路径在C:\msys64\home\root\hashcat\hashcat.exe
握手包路径H:\home\wifi-01.hccapx
字典路径H:\home\wifi.txt
字典为130-189的手机号字典,大小为58G
键入的命令是: ./hashcat.exe -a 0 -m 2500 H:\home\wifi-01.hccapx H:\home\wifi.txt
报错H:homewifi.txt: No such file or directory
如果是命令问题应该怎么键入是正确的。
握手包是kali抓取的cap,然后在hashcat在线转换下来的,
运行-I命令
出现下面结果
root@DESKTOP-M6P9NFJ MINGW64 ~/hashcat
$ ./hashcat.exe -I
hashcat (v6.1.1) starting...
OpenCL Info:
============
OpenCL Platform ID #1
Vendor..: Advanced Micro Devices, Inc.
Name....: AMD Accelerated Parallel Processing
Version.: OpenCL 2.0 AMD-APP (1800.8)
Backend Device ID #1
Type...........: GPU
Vendor.ID......: 1
Vendor.........: Advanced Micro Devices, Inc.
Name...........: Barts
Version........: OpenCL 1.2 AMD-APP (1800.8)
Processor(s)...: 12
Clock..........: 775
Memory.Total...: 1024 MB (limited to 512 MB allocatable in one block)
Memory.Free....: 896 MB
OpenCL.Version.: OpenCL C 1.2
Driver.Version.: 1800.8 (VM)
Backend Device ID #2
Type...........: CPU
Vendor.ID......: 1
Vendor.........: AuthenticAMD
Name...........: AMD Ryzen 5 1600X Six-Core Processor
Version........: OpenCL 1.2 AMD-APP (1800.8)
Processor(s)...: 12
Clock..........: 3893
Memory.Total...: 16314 MB (limited to 4078 MB allocatable in one block)
Memory.Free....: 16250 MB
OpenCL.Version.: OpenCL C 1.2
Driver.Version.: 1800.8 (sse2,avx)
运行 -b -D 1,2测试
有报错
root@DESKTOP-M6P9NFJ MINGW64 ~/hashcat
$ ./hashcat.exe -b -D 1,2
hashcat (v6.1.1) 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 API (OpenCL 2.0 AMD-APP (1800.8)) - Platform #1 [Advanced Micro Devices, Inc.]
=====================================================================================
* Device #1: Barts, 896/1024 MB (512 MB allocatable), 12MCU
* Device #2: AMD Ryzen 5 1600X Six-Core Processor, 16250/16314 MB (4078 MB allocatable), 12MCU
Benchmark relevant options:
===========================
* --opencl-device-types=1,2
* --optimized-kernel-enable
Hashmode: 0 - MD5
Speed.#1.........: 1813.3 MH/s (53.46ms) @ Accel:256 Loops:512 Thr:64 Vec:4
Speed.#2.........: 490.7 MH/s (25.52ms) @ Accel:1024 Loops:1024 Thr:1 Vec:4
Speed.#*.........: 2303.9 MH/s
Hashmode: 100 - SHA1
Speed.#1.........: 665.6 MH/s (73.52ms) @ Accel:256 Loops:256 Thr:64 Vec:4
Speed.#2.........: 199.5 MH/s (62.92ms) @ Accel:1024 Loops:1024 Thr:1 Vec:4
Speed.#*.........: 865.1 MH/s
Hashmode: 1400 - SHA2-256
Speed.#1.........: 239.5 MH/s (50.37ms) @ Accel:16 Loops:1024 Thr:64 Vec:4
Speed.#2.........: 65774.4 kH/s (95.52ms) @ Accel:1024 Loops:512 Thr:1 Vec:4
Speed.#*.........: 305.3 MH/s
Hashmode: 1700 - SHA2-512
Speed.#1.........: 28426.4 kH/s (53.01ms) @ Accel:16 Loops:128 Thr:64 Vec:2
Speed.#2.........: 21642.2 kH/s (72.54ms) @ Accel:128 Loops:1024 Thr:1 Vec:2
Speed.#*.........: 50068.6 kH/s
Hashmode: 22000 - WPA-PBKDF2-PMKID+EAPOL (Iterations: 4095)
clBuildProgram(): CL_BUILD_PROGRAM_FAILURE
Error compiling program for m22000_init.
Frontend phase failed compilation.
Error: Creating kernel m22000_init failed!
* Device #1: Kernel /home/root/hashcat/OpenCL/m22000-pure.cl build failed.
Started: Tue Mar 16 05:02:12 2021
Stopped: Tue Mar 16 05:06:33 2021
cpu是AMD 1600X
显卡是亮机卡AMD HD6850
报错时电脑16G内存瞬间满载,之后逐渐下降,1分钟恢复正常,同时测试终止。