We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: