-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monitor mode - suggestions #5
Comments
Hey @gpotter2, thanks for the suggestions! Ya, definitely looking forward to that RadioTap fix. So about the OSX monitor mode, I'm glad you brought that up. I've tried the In one terminal:
In another terminal (after running the above):
As you can see, the
However, when I do that horribly dirty hack (running
And, as you can see, channel switching works. I haven't had time yet to try to determine what the Btw, I appreciate all your work on scapy - it's one of my favorite libraries. |
Hi ! It would be great if you could submit an issue for the “managed monitor mode issue”, on the scapy issues page I can’t guarantee you that we’ll find a fix, as I’m not the OSX expert of scapy, but it’s definatly a bug that should be reported... |
@calebmadrigal Hi, we just released 2.4.2. It sadly doesn’t have any monitor mode fixes, but it will break the ‘notdecoded’ hack, as the field will now be populated. |
|
Hi !
Very nice project, a few remarks:
on OSX, our latest versions auto-start monitor mode using a trick used in tcpdump https://github.com/secdev/scapy/blob/master/scapy/arch/bpf/supersocket.py
You need to check what I say, but monitor=True should be enough on OSX, so you don’t have to use your dirty tricks
There are some useful functions, such as
, or consts
to help you reduce your metrics.
We should be merging soon the RadioTap dbm fix, sorry for the wait
The text was updated successfully, but these errors were encountered: