@ john the ripper是一个快速的密码破解工具,用于在已知密文的情况下尝试破解出明文的破解密码软件,支持目前大多数的加密算法,如des、md4、md5等。它支持多种不同类型的系统架构,包括unix、linux、windows、dos模式、beos和openvms,主要目的是破解不够牢固的unix/linux系统密码。
先将抓到的握手包转变为John的专用格式
hcxpcaptool-j 11.john 11.cap
载入字典进行破解
john -w:/root/zidian/pass.txt --format=wpapsk 11.john
-f Dictionary file -d Hash file (genpmk) -r Packet capture file -s Network SSID (enclose in quotes if SSID includes spaces) -c Check for valid 4-way frames, does not crack -h Printthis help information and exit -v Print verbose information (more -v for more verbosity) -V Print program version and exit