mirror of
https://github.com/bettercap/bettercap
synced 2025-07-06 21:12:05 -07:00
new: added new Technicolor OUI for secondary router interfaces
This commit is contained in:
parent
c27d17d729
commit
2ce3a65eaf
2 changed files with 35148 additions and 35145 deletions
|
@ -33628,6 +33628,7 @@ E0:F9:BE Cloudena Cloudena Corp.
|
||||||
E0:FA:EC PlatanSp Platan sp. z o.o. sp. k.
|
E0:FA:EC PlatanSp Platan sp. z o.o. sp. k.
|
||||||
E0:FF:F7 Softiron Softiron Inc.
|
E0:FF:F7 Softiron Softiron Inc.
|
||||||
E2:0C:0F Kingston Kingston Technologies
|
E2:0C:0F Kingston Kingston Technologies
|
||||||
|
E2:B9:E5 Technico Technicolor
|
||||||
E4:02:9B IntelCor Intel Corporate
|
E4:02:9B IntelCor Intel Corporate
|
||||||
E4:04:39 TomtomSo TomTom Software Ltd
|
E4:04:39 TomtomSo TomTom Software Ltd
|
||||||
E4:0E:EE HuaweiTe Huawei Technologies Co.,Ltd
|
E4:0E:EE HuaweiTe Huawei Technologies Co.,Ltd
|
||||||
|
|
|
@ -2,8 +2,8 @@ package network
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"math/big"
|
|
||||||
"strings"
|
"strings"
|
||||||
|
"math/big"
|
||||||
)
|
)
|
||||||
|
|
||||||
var manuf = map[string]string {
|
var manuf = map[string]string {
|
||||||
|
@ -3716,6 +3716,7 @@ var manuf = map[string]string{
|
||||||
"20.71414654697472": "Beijing Zongheng Electro-Mechanical Technology Development Co.",
|
"20.71414654697472": "Beijing Zongheng Electro-Mechanical Technology Development Co.",
|
||||||
"12.346858881024": "Keith & Koep GmbH",
|
"12.346858881024": "Keith & Koep GmbH",
|
||||||
"24.12597398": "Hon Hai Precision Ind. Co.,Ltd.",
|
"24.12597398": "Hon Hai Precision Ind. Co.,Ltd.",
|
||||||
|
"24.14858725": "Technicolor",
|
||||||
"24.9180285": "IEEE Registration Authority",
|
"24.9180285": "IEEE Registration Authority",
|
||||||
"20.52819395608576": "Velsitec-Clibase",
|
"20.52819395608576": "Velsitec-Clibase",
|
||||||
"12.123917675773952": "Practical Software Studio LLC",
|
"12.123917675773952": "Practical Software Studio LLC",
|
||||||
|
@ -35139,6 +35140,7 @@ var manuf = map[string]string{
|
||||||
"12.123917679357952": "Key Chemical & Equipment Company",
|
"12.123917679357952": "Key Chemical & Equipment Company",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
func ManufLookup(mac string) string {
|
func ManufLookup(mac string) string {
|
||||||
macHex := strings.Replace(mac, ":", "", -1)
|
macHex := strings.Replace(mac, ":", "", -1)
|
||||||
macInt := new(big.Int)
|
macInt := new(big.Int)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue