1
0

download-macs.sh 415 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://www.wireshark.org/download/automated/data/manuf -O - | grep -v "^#" | grep -v "^$" | sed -e 's/\t/;/g' | sed 's/00:00:00;//'> manuf.csv
  8. exit