Hashcat Invalid mask(无效掩码)

执行时提示Invalid mask(无效掩码)

命令:

hashcat.exe -m 2500 -a 3 test_handshake.hccapx --increment --increment-min=5 --increment-max=6 ?d?d?d?d?d?d

image


问题分析:

  1. 命令格式 没有错误
  2. 绿色箭头处提示,密码最小长度和最大长度。因为是破解 wap2 ,而wap2 默认最小密码也是8位,命令里设置了最小5位肯定不能满足
  3. 密码几位,和-m 对应加密方式有关

解决方法:

把最小密码长度加到8位

hashcat.exe -m 2500 -a 3 test_handshake.hccapx --increment --increment-min=8 --increment-max=9 ?d?d?d?d?d?d?d?d?d

免责声明:本号所涉及内容仅供安全研究与教学使用,如出现其他风险,后果自负。




posted @ 2023-09-13 12:52  悟透  阅读(219)  评论(0编辑  收藏  举报