Replies: 1 comment
-
|
On the other hand, if hcxdumptool is running on the physical interface while a managed VIF has been added, this will happen: Because hcxdumptool can't respond in time to the target, because the interface is occupied by the managed part, it throws ERRORs. By latest commit, hcxdumptool shows a warning if it detects that it is running on a shared (virtual) interface In this case, expect massive impairments! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hcxdumptool has a build in channel hopper. By default it scans most crowded WiFi channels 1, 6 and 11 in 2.4 Ghz band.
If you add a VIF to a manged interface:
This will happen:
hcxdumptool expects to run on channel 11. It add this channel information to IE-TAGs and transmit them
Now we change the channel for the managed interface to e.g. channel 1
As you can see, the monitor monitor VIF is no longer on channel 11. Both interfaces are on channel 1.
hcxdumptool detect this and it does not start:
On the other hand, it starts fine on the physical interface:
iw confirms that the physical interface is now in monitor mode and the channel management works as expected:
Beta Was this translation helpful? Give feedback.
All reactions