mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
1e408f62ba
commit
ce4975fdd1
4 changed files with 259 additions and 240 deletions
2
main.go
2
main.go
|
@ -50,7 +50,7 @@ func main() {
|
|||
sess.Register(modules.NewTcpProxy(sess))
|
||||
sess.Register(modules.NewRestAPI(sess))
|
||||
sess.Register(modules.NewWOL(sess))
|
||||
sess.Register(modules.NewWiFiRecon(sess))
|
||||
sess.Register(modules.NewWiFiModule(sess))
|
||||
sess.Register(modules.NewBLERecon(sess))
|
||||
sess.Register(modules.NewSynScanner(sess))
|
||||
sess.Register(modules.NewGPS(sess))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue