赞
踩
HashCat执行命令
hashcat -a 3 -m 17225 -2 ?l?u $pkzip2$3*1*1*0*0*24*143c*4917*4bfe891c40b54ed8a613dc05c1a5a5c6df68da07f2a00e55d705a5bc04f3c149a53ab891*1*0*8*24*2e57*490e*028de43f9edfed13437c0964625b78391e2876248d3362b240c2bbfd7dbc3ff022ef2e07*2*0*67*5b*d6954881*1777994a0*8e*0*67*d695*784c*e42f3692f549d82f9c773e11712b2f51a67503a412b075565963606c9bc1d43eea8d60da4775ef04a88f3a967aa606fcadbdf43c02c96f8721e6dd4af18cde86c9639c4c48417a2ee5979eb04b7f23118ddd60b0f9ae3c82fd3c435cff5a335ed60e23e489e83d*$/pkzip2$ --increment ?2?2?2?2?2?2?2?2
报错如下,关键字为WARNING! Kernel exec timeout is not disabled.
* Device #1: WARNING! Kernel exec timeout is not disabled.
This may cause "CL_OUT_OF_RESOURCES" or related errors.
To disable the timeout, see: https://hashcat.net/q/timeoutpatch
hipDeviceGetAttribute(): 1* Device #3: WARNING! Kernel exec timeout is not disabled.
This may cause "CL_OUT_OF_RESOURCES" or related errors.
To disable the timeout, see: https://hashcat.net/q/timeoutpatch
ADL2_Overdrive_Caps(): -8ADL2_Overdrive_Caps(): -8
ADL2_Overdrive_Caps(): -8
nvmlDeviceGetFanSpeed(): Not Supported
ADL_Overdrive5_FanSpeed_Get(): -100
ADL_Overdrive5_Temperature_Get(): -100
解决方法参考该文章HashCat is not working properly with the CPU
在命令最后添加"-d 设备id"指定设备即可,而报错下方输出了当前所有设备及设备id
为了快速爆破这里选择1号设备rtx3060
命令修改为
hashcat -a 3 -m 17225 -2 ?l?u $pkzip2$3*1*1*0*0*24*143c*4917*4bfe891c40b54ed8a613dc05c1a5a5c6df68da07f2a00e55d705a5bc04f3c149a53ab891*1*0*8*24*2e57*490e*028de43f9edfed13437c0964625b78391e2876248d3362b240c2bbfd7dbc3ff022ef2e07*2*0*67*5b*d6954881*1777994a0*8e*0*67*d695*784c*e42f3692f549d82f9c773e11712b2f51a67503a412b075565963606c9bc1d43eea8d60da4775ef04a88f3a967aa606fcadbdf43c02c96f8721e6dd4af18cde86c9639c4c48417a2ee5979eb04b7f23118ddd60b0f9ae3c82fd3c435cff5a335ed60e23e489e83d*$/pkzip2$ --increment ?2?2?2?2?2?2?2?2 -d 1
成功运行
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。