mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -07:00
refact: got rid of go-bindata using a simple py script (fixes #51)
This commit is contained in:
parent
48d27f274a
commit
fd28eadc60
6 changed files with 22980 additions and 273 deletions
|
@ -306,8 +306,6 @@ func (s *Session) Start() error {
|
|||
return s.Modules[i].Name() < s.Modules[j].Name()
|
||||
})
|
||||
|
||||
network.OuiInit()
|
||||
|
||||
if s.Interface, err = network.FindInterface(*s.Options.InterfaceName); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue