mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
update mac vendor url
This commit is contained in:
parent
87710c3e9f
commit
26be0e7449
@ -8,7 +8,7 @@ if [ "$(uname)" = "Darwin" ]; then
|
||||
SED_APP='gsed'
|
||||
fi
|
||||
|
||||
curl 'http://standards-oui.ieee.org/oui.txt' |\
|
||||
curl 'http://standards-oui.ieee.org/oui/oui.txt' |\
|
||||
fgrep '(base 16)' | $SED_APP -r '
|
||||
s/\r//g; s/ \(base 16\)\t\t//
|
||||
s/,? ?(Inc)\.?$//I
|
||||
|
||||
Loading…
Reference in New Issue
Block a user