PMKID Generates Wrong ESSID And Password From Hash - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: PMKID Generates Wrong ESSID And Password From Hash (/thread-8412.html) Pages:
1
2
|
RE: PMKID Generates Wrong ESSID And Password From Hash - ZerBea - 06-10-2019 I think, I got a solution for your "problem". By latest hcxtools commit https://github.com/ZerBea/hcxtools/commit/358264200bb60b1f5196b4a58429e18da0a8fd0a I added a new option to hcxpcaptool to filter output by a single MAC address: --filtermac=<mac> : filter output by MAC address If you select this option, all packets which doesn't contain this MAC in address 1, address 2 or address 3 are ignored. So if you run hcxpcaptool --filtermac=your_target_mac -o target.hccapx -k target.16800 *.pcapng target.hccapx and target.16800 contain only hashes that matches to your filter MAC address Keep in mind: this will affect complete hcxpcaptool output! |