mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
86456e76a9
commit
be82e83787
2 changed files with 18 additions and 18 deletions
2
main.go
2
main.go
|
@ -49,7 +49,7 @@ func main() {
|
|||
sess.Register(modules.NewHttpsProxy(sess))
|
||||
sess.Register(modules.NewRestAPI(sess))
|
||||
sess.Register(modules.NewWOL(sess))
|
||||
sess.Register(modules.NewWDiscovery(sess))
|
||||
sess.Register(modules.NewWiFiRecon(sess))
|
||||
|
||||
if err = sess.Start(); err != nil {
|
||||
log.Fatal("%s", err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue