Skip to content
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

rssi is incorrect #31

Open
stryngs opened this issue Feb 7, 2021 · 0 comments
Open

rssi is incorrect #31

stryngs opened this issue Feb 7, 2021 · 0 comments

Comments

@stryngs
Copy link

stryngs commented Feb 7, 2021

Hello,

I see you are using this methodology to determine your signal strength:
https://github.com/calebmadrigal/trackerjacker/blob/master/trackerjacker/dot11_frame.py#L67

With newer versions of scapy you can automatically figure out the signal strength without having to resort to this kind of math.

The reason that I say you are incorrect is because your RSSI calculation will only work for certain NICs, not all NICs have the same offset. If you're curious, check out:
https://github.com/stryngs/packetEssentials/blob/master/SRC/packetEssentials/lib/drivers.py

Cheers and keep scapy'ing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant