mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 05:23:19 -07:00
misc: moved graph module to experimental branch for now
This commit is contained in:
parent
4dac3b9373
commit
f2b6d9b708
16 changed files with 0 additions and 1751 deletions
|
@ -11,7 +11,6 @@ import (
|
|||
"github.com/bettercap/bettercap/modules/dns_spoof"
|
||||
"github.com/bettercap/bettercap/modules/events_stream"
|
||||
"github.com/bettercap/bettercap/modules/gps"
|
||||
"github.com/bettercap/bettercap/modules/graph"
|
||||
"github.com/bettercap/bettercap/modules/hid"
|
||||
"github.com/bettercap/bettercap/modules/http_proxy"
|
||||
"github.com/bettercap/bettercap/modules/http_server"
|
||||
|
@ -64,7 +63,6 @@ func LoadModules(sess *session.Session) {
|
|||
sess.Register(hid.NewHIDRecon(sess))
|
||||
sess.Register(c2.NewC2(sess))
|
||||
sess.Register(ndp_spoof.NewNDPSpoofer(sess))
|
||||
sess.Register(graph.NewModule(sess))
|
||||
|
||||
sess.Register(caplets.NewCapletsModule(sess))
|
||||
sess.Register(update.NewUpdateModule(sess))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue