SpacehuhnTech / esp8266_deauther

Affordable WiFi hacking platform for testing and learning
http://deauther.com
Other
13.07k stars 2.55k forks source link

Update vendor mac address list #1664

Open Alliegaytor opened 10 months ago

Alliegaytor commented 10 months ago

Changes the dead link in utils/vendor_list_updater/update_manuf.py to a more recently updated link (unfortunately it's also dead, so I am using an archive.org copy)

Also updated esp8266_deauther/oui.h using the script. Vendors are way more likely to be detected now, at least from the testing I've done.

Fixes #1663

stef commented 3 months ago

according to the wireshark commit the manuf file is very very outdated, which is the reason why it was removed. instead wireshark now pulls the IEEE csv file and generates a manuf file that is as up to date as possible. instead of applying this PR - if wireshark is installed, it is enough to run this

python3 update_manuf.py -o oui.h -s -u file:///usr/share/wireshark/manuf

the location of the manuf file might be different on your linux though...