Overview for hashcat-utils

How to brute-force .hccapx file using hashcat (Brute-force attack) in openSUSE Linux [with screenshots]

Once you have captured WPA handshake and you've got .cap file, you have to convert given .cap file to .hccapx file format in order to brute force it. There're a lot of approaches, how to successfully crack wi-fi passwords. You never know, what is the structure of a password a surely you won't have enough equipment to crack a long password. In my case I'm trying to brute-force a password supposing it's only 8 digits long, because I know exactly, that the owner of a modem is using a model, which has by default only 8-digits password.

Yes, there's a possibility, that he configured his wi-fi modem manually and changed a password for more secure one, but there's also a chance he's just using it "as is". My computer will crack 8-digits long password in several minutes and I'm going to try to do it. In case I'm not successful, I will think about using dictionaries, because cracking even 8 character long password (digits, letters, capitals, special symbols) will take me years to crack.

Read more

Written by Administrator on Tuesday May 5, 2020

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