hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
hcxwltool is also a powerful tool in combination with hashcat. It is designed to run on -E and -I output of hcxpcaptool and can be wrapped by a script, too:

In this example we also expect PSKs of length 10 digit.
hash mode 2500 (it will work on hash mode 16800, too):
hcxwltool -i "$HOME/...path to your -E / -I list" --straight > l1.tmp
hcxwltool -i "$HOME/...path to your -E / -I list" --digit >> l1.tmp
hcxwltool -i "$HOME/...path to your -E / -I list" --digit --length=10 >> l1.tmp
hcxwltool -i "$HOME/...path to your -E / -I list" --xdigit >> l1.tmp
sort l1.tmp | uniq > test.list
rm l1.tmp
hashcat -m 2500 --self-test-disable --advice-disable --logfile-disable -w 3 --nonce-error-corrections=32 --potfile-path="hashcat.new.pmk" -o "hashcat.new.mac" "$HOME/.....path_to your hashfile.hccapx " test.list
rm test.list
Reply


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