refact: got rid of go-bindata using a simple py script (fixes #51)

This commit is contained in:
evilsocket 2018-02-15 22:03:20 +01:00
parent 48d27f274a
commit fd28eadc60
6 changed files with 22980 additions and 273 deletions

View file

@ -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
}