mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -07:00
Merge branch 'master' of github.com:bettercap/bettercap
This commit is contained in:
commit
6c739a4d63
2 changed files with 22884 additions and 22884 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
#!/usr/bin/python
|
||||
import os
|
||||
|
||||
base = os.path.dirname(os.path.realpath(__file__))
|
||||
|
@ -25,7 +25,7 @@ for line in lines:
|
|||
|
||||
code = "map[string]string {\n"
|
||||
|
||||
for prefix, vendor in m.items():
|
||||
for prefix, vendor in m.iteritems():
|
||||
code += " \"%s\": \"%s\",\n" % ( prefix, vendor )
|
||||
|
||||
code += "}\n"
|
||||
|
|
45764
network/oui.go
45764
network/oui.go
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue