hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
#98
There are multiple possibilities, depending on what you wan't to do:

simple example that creates outputlists for direct use with hashcat -m 2501:
Create 2 combilists.
open terminal and run wlangenpmkocl -I combilist1 -a plainmasterkeylist1 -P 0 -D 0
open second terminal and rund wlangenpmkocl -I combilist2 -a plainmasterkeylist2 -P 0 -D 1

or
Create 2 combilists.
open terminal and run wlangenpmkocl -I combilist1 -A plainmasterkeylist1 -P 0 -D 0
open second terminal and rund wlangenpmkocl -I combilist2 -A plainmasterkeylist2 -P 0 -D 1
To use the calculated list with hashmode run:
cut -d: -f1 plainmasterkeylist2 > hashcatpmkfile

Info how to create combilists using combinator (hashcat-utils)
https://hashcat.net/forum/thread-6661-po...l#pid36893

Just play around with the options to see what is the best combination for you.

It's also possible to run hashcat in the first terminal and
wlangenpmkocl in a second terminal (but that drops speed).
Reply


Messages In This Thread
RE: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats - by ZerBea - 11-01-2017, 09:51 AM
wlandump-ng vs hcxdumptool - by hulley - 02-10-2018, 10:26 PM