Skip to content

rssi is incorrect #31

@stryngs

Description

@stryngs

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions