Skip to content

handshake/PMKID from a single SSID #339

Answered by ZerBea
CyberIQ-ai-LLC asked this question in Q&A
Discussion options

You must be logged in to vote

Now the entire filter stuff is done by the Berkeley Packet Filter (BPF) only.
There are several ways to create the BPF. The simplest way is by tcpdump.

Let's say your target AP MAC is
11:22:33:44:55:66
Set monitor mode:
$ sudo hcxdumptool -m INTERFACENAME
Create BPF:
$ sudo tcpdump -i INTERFACENAME wlan addr3 11:22:33:44:55:66 or wlan addr3 ff:ff:ff:ff:ff:ff -ddd > target.bpf
Run hcxdumptool using this filter:
$ sudo hcxdumptool -i INTERFACENAME --bpf=target.bpf
Please notice:
We do not filter undirected PROBEREQUESTs from CLIENTs, because they may contain a password.

To attack more than one target:

1a:2a:3a:4a:5a:6a
1b:2b:3b:4b:5b:6b

Set monitor mode:
$ sudo hcxdumptool -m INTERFACE…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@CyberIQ-ai-LLC
Comment options

Answer selected by CyberIQ-ai-LLC
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants