download-macs.sh 417 B

1234567891011
  1. #!/bin/bash
  2. #wget http://standards-oui.ieee.org/cid/cid.csv
  3. #wget http://standards-oui.ieee.org/iab/iab.csv
  4. #wget http://standards-oui.ieee.org/oui/oui.csv
  5. #wget http://standards-oui.ieee.org/oui28/mam.csv
  6. #wget http://standards-oui.ieee.org/oui36/oui36.csv
  7. wget https://gitlab.com/wireshark/wireshark/-/raw/master/manuf -O - | grep -v "^#" | grep -v "^$" | sed -e 's/\t/;/g' | sed 's/00:00:00;//'> manuf.csv
  8. exit