Skip to content

Commit

Permalink
Merge pull request #462 from Jake-Grafton/master
Browse files Browse the repository at this point in the history
Final BPF Section Revision
  • Loading branch information
ZerBea authored Jun 20, 2024
2 parents eb15aec + 4f04d3e commit 681f542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ The creation of a [BPF](https://wiki.wireshark.org/CaptureFilters) is **mandator
The full command to create a BPF to _attack_ 00c0cab035be would be as follows:

```
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
```

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

```
hcxdumptool --bpfc="not wlan addr 3 00c0cab035be" >> protect.bpf
hcxdumptool --bpfc="not wlan addr3 00c0cab035be" >> protect.bpf
```

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

0 comments on commit 681f542

Please sign in to comment.