Skip to content

Commit 681f542

Browse files
authored
Merge pull request #462 from Jake-Grafton/master
Final BPF Section Revision
2 parents eb15aec + 4f04d3e commit 681f542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/example.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ The creation of a [BPF](https://wiki.wireshark.org/CaptureFilters) is **mandator
2929
The full command to create a BPF to _attack_ 00c0cab035be would be as follows:
3030

3131
```
32-
hcxdumptool --bpfc="wlan addr 1 00c0cab035be or wlan addr 2 00c0cab035be or wlan addr 3 00c0cab035be" >> attack.bpf
32+
hcxdumptool --bpfc="wlan addr1 00c0cab035be or wlan addr2 00c0cab035be or wlan addr3 00c0cab035be" >> attack.bpf
3333
```
3434

3535
The full command to create a BPF to _protect_ 00c0cab035be would be as follows:
3636

3737
```
38-
hcxdumptool --bpfc="not wlan addr 3 00c0cab035be" >> protect.bpf
38+
hcxdumptool --bpfc="not wlan addr3 00c0cab035be" >> protect.bpf
3939
```
4040

4141
Since we are going to attack 00c0cab035be, we will use the **attack.bpf** filter.

0 commit comments

Comments
 (0)