We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb15aec + 4f04d3e commit 681f542Copy full SHA for 681f542
docs/example.md
@@ -29,13 +29,13 @@ The creation of a [BPF](https://wiki.wireshark.org/CaptureFilters) is **mandator
29
The full command to create a BPF to _attack_ 00c0cab035be would be as follows:
30
31
```
32
-hcxdumptool --bpfc="wlan addr 1 00c0cab035be or wlan addr 2 00c0cab035be or wlan addr 3 00c0cab035be" >> attack.bpf
+hcxdumptool --bpfc="wlan addr1 00c0cab035be or wlan addr2 00c0cab035be or wlan addr3 00c0cab035be" >> attack.bpf
33
34
35
The full command to create a BPF to _protect_ 00c0cab035be would be as follows:
36
37
38
-hcxdumptool --bpfc="not wlan addr 3 00c0cab035be" >> protect.bpf
+hcxdumptool --bpfc="not wlan addr3 00c0cab035be" >> protect.bpf
39
40
41
Since we are going to attack 00c0cab035be, we will use the **attack.bpf** filter.
0 commit comments