mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 05:23:19 -07:00
new: new ticker module with netmon.cap example caplet
This commit is contained in:
parent
b632b6d2d7
commit
73c13beb8a
3 changed files with 114 additions and 0 deletions
1
main.go
1
main.go
|
@ -22,6 +22,7 @@ func main() {
|
|||
fmt.Printf(core.Bold("%s v%s\n\n"), core.Name, core.Version)
|
||||
|
||||
sess.Register(modules.NewEventsStream(sess))
|
||||
sess.Register(modules.NewTicker(sess))
|
||||
sess.Register(modules.NewMacChanger(sess))
|
||||
sess.Register(modules.NewProber(sess))
|
||||
sess.Register(modules.NewDiscovery(sess))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue