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

Update vendor mac address list #1664

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from

Conversation

Alliegaytor
Copy link

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
Copy link

stef commented Mar 4, 2024

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...

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

Successfully merging this pull request may close these issues.

vendor_list_generator.py not working, file was missing from the url
2 participants