ZerBea / hcxdumptool

Small tool to capture packets from wlan devices.
MIT License
1.85k stars 398 forks source link

why hcxdumptool scan all network #38

Closed rusamer closed 6 years ago

rusamer commented 6 years ago

why hcxdumptool scan all network even if i select filter.txt ?

is it possible to scan only filter ?

thx

ZerBea commented 6 years ago

Because it is hcxdumptool policy:

It will take too much time to filter all incomming traffic. It will take not so much time to filter outgoing traffic.

ZerBea commented 6 years ago

Also keep in mind: The filter list works on APs and(!) CLIENTs.

ZerBea commented 6 years ago

Since many user asked for this feature, I added the new filter mode option 3: --filtermode= : mode for filter list 1: use filter list as protection list (default) in transmission branch receive everything, interact with all APs and CLIENTs in range, except(!) the ones from the filter list 2: use filter list as target list in transmission branch receive everything, only interact with APs and CLIENTs in range, from the filter list 3: use filter list as target list in receiving branch only receive APs and CLIENTs in range, from the filter list

commit: https://github.com/ZerBea/hcxdumptool/commit/7d71b77b688b7cd59c2388109a99111d101e79d3

ZerBea commented 6 years ago

Please test and close issue if it works for you.