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:FF:F7 Softiron Softiron Inc.
|
||||
E2:0C:0F Kingston Kingston Technologies
|
||||
E2:B9:E5 Technico Technicolor
|
||||
E4:02:9B IntelCor Intel Corporate
|
||||
E4:04:39 TomtomSo TomTom Software Ltd
|
||||
E4:0E:EE HuaweiTe Huawei Technologies Co.,Ltd
|
||||
|
|
|
@ -2,11 +2,11 @@ package network
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"math/big"
|
||||
"strings"
|
||||
"math/big"
|
||||
)
|
||||
|
||||
var manuf = map[string]string{
|
||||
var manuf = map[string]string {
|
||||
"24.24664": "Copper Mountain Communications, Inc.",
|
||||
"24.2789": "ScottCare Corporation",
|
||||
"12.346853203968": "Energy ICT",
|
||||
|
@ -3716,6 +3716,7 @@ var manuf = map[string]string{
|
|||
"20.71414654697472": "Beijing Zongheng Electro-Mechanical Technology Development Co.",
|
||||
"12.346858881024": "Keith & Koep GmbH",
|
||||
"24.12597398": "Hon Hai Precision Ind. Co.,Ltd.",
|
||||
"24.14858725": "Technicolor",
|
||||
"24.9180285": "IEEE Registration Authority",
|
||||
"20.52819395608576": "Velsitec-Clibase",
|
||||
"12.123917675773952": "Practical Software Studio LLC",
|
||||
|
@ -35139,6 +35140,7 @@ var manuf = map[string]string{
|
|||
"12.123917679357952": "Key Chemical & Equipment Company",
|
||||
}
|
||||
|
||||
|
||||
func ManufLookup(mac string) string {
|
||||
macHex := strings.Replace(mac, ":", "", -1)
|
||||
macInt := new(big.Int)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue