09-28-2018, 11:18 PM
(09-27-2018, 05:49 PM)Superninja Wrote: Hello there,
so i use other adapter, with rt3070, and it look likes it works. got pmkid.
But now it convert not the file to pcapng
i wrote:
hcxpcaptool -z test.16800 test.pcapng
cat test.pcapng
and get error : "file or directory not found"
it look likes it convert not the file, even i get no error...hmh
sorry for so much question, i am still learning :-)
I think you're doing this backwards. Did you output the file from hcxdumptool as test.16800 or as test.pcapng? The way you're explaining it seems you have an output file of test.16800 which is incorrect. When outputting from hcxdumptool it is to be .pcapng and to be converted with hcxpcaptool not the otherway around. So judging the conversation that's been happening here I'd say you just need to either rename the file you have test.16800 to test.pcapng. Once that's done just run your hcxpcaptool -z test.16800 test.pcapng and it'll convert the pcap file to a workable 16800 PMKID hashfile for use with hashcat.
Otherwise you can simply run: hcxpcaptool -z converted.16800 test.16800
Where converted.16800 is the hashfile.