hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
#23
6.
let's start to crack it using hash-mode 2500 (the traditional way):
echo "Induction" > wordlist
$ hashcat -m 2500 --potfile-path=hc2500.pot test.hccapx wordlist
hashcat (v3.6.0-207-g1cd0212f) starting...
Session..........: hashcat
Status...........: Cracked
Hash.Type........: WPA/WPA2
Hash.Target......: Coherer (AP:00:0c:41:82:b2:55 STA:00:0d:93:82:36:3a)
Time.Started.....: Mon Jul 17 12:46:27 2017 (0 secs)
Time.Estimated...: Mon Jul 17 12:46:27 2017 (0 secs)
Guess.Base.......: File (wordlist)
Guess.Queue......: 2/2 (100.00%)
Speed.Dev.#1.....:        0 H/s (0.36ms)
Recovered........: 1/1 (100.00%) Digests, 1/1 (100.00%) Salts
Progress.........: 1/1 (100.00%)
Rejected.........: 0/1 (0.00%)
Restore.Point....: 0/1 (0.00%)
Candidates.#1....: Induction -> Induction
HWMon.Dev.#1.....: Temp: 38c Fan: 33% Util:100% Core:1303MHz Mem:3004MHz Bus:8

take a look into the potfile hc2500.pot:
814b242275c668e321b145c2e981f351:000c4182b255:000d9382363a:Coherer:Induction
We cracked it using hash-mode 2500
Reply


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