mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
new: implemented update.check module (closes #172)
This commit is contained in:
parent
c778032545
commit
fd586cf512
5 changed files with 112 additions and 2 deletions
1
main.go
1
main.go
|
@ -40,6 +40,7 @@ func main() {
|
|||
|
||||
sess.Register(modules.NewEventsStream(sess))
|
||||
sess.Register(modules.NewTicker(sess))
|
||||
sess.Register(modules.NewUpdateModule(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