calebmadrigal / trackerjacker

Like nmap for mapping wifi networks you're not connected to, plus device tracking
MIT License
2.64k stars 188 forks source link

OSX Catalina - Scapy #25

Open iosdec opened 5 years ago

iosdec commented 5 years ago

In OSX Catalina, trackerjacker will fail to run because of a problem with scapy:

netif = rt[4 + mtu_present + prio_present + refs_present + locked]

Fix this by upgrading your scapy to the latest version:

pip3 install scapy --upgrade