mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
new: Implemented Rogue MySQL server module
This commit is contained in:
parent
7112673e7f
commit
4a6a91ad17
2 changed files with 200 additions and 0 deletions
1
main.go
1
main.go
|
@ -52,6 +52,7 @@ func main() {
|
|||
sess.Register(modules.NewBLERecon(sess))
|
||||
sess.Register(modules.NewSynScanner(sess))
|
||||
sess.Register(modules.NewGPS(sess))
|
||||
sess.Register(modules.NewMySQLServer(sess))
|
||||
|
||||
if err = sess.Start(); err != nil {
|
||||
log.Fatal("%s", err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue