Overview for cap2hccapx

How to convert .cap into .hccapx using cap2hccapx in openSUSE Linux

First of all you have to install cap2hccapx application on you computer. cap2hccapx is one of the utilities of hashcat-utils tools. Once you got it and you've grabbed .cap file, you just run a following command:

$ sudo ./cap2hccapx.bin /home/dima/hs/HUAWEIE5372F9EE_E2-19-1D-82-F9-EF.cap /home/dima/hs/HUAWEI_5372.hccapx

All you need is cap2hccapx app and .cap file.

Resut of running above mentioned command:

convert .cap to .hccapx in openSUSE Linux

Read more

Written by Administrator on Tuesday May 5, 2020

How to convert .cap file to .hccapx in LinuxLite OS?

Conversion of .cap files to .hccapx is very fast and simple while using opensource-utility cap2hccapx, which is part of tools in hashcat-utils package (read: How to install hashcat-utils)

It's enough to run a command cap2hccapx using following parameter shceme:

$ cap2hccapx.bin <source: .cap file> <destination: .hccapx file>

Let's look, how it works on real example.

Read more

Written by Administrator on Monday April 6, 2020