mirror of
https://github.com/bettercap/bettercap
synced 2025-07-31 04:00:09 -07:00
Added support to 802.11 and deauth attack
This commit is contained in:
parent
fd28eadc60
commit
34eda04d59
3 changed files with 598 additions and 0 deletions
1
main.go
1
main.go
|
@ -49,6 +49,7 @@ func main() {
|
|||
sess.Register(modules.NewHttpsProxy(sess))
|
||||
sess.Register(modules.NewRestAPI(sess))
|
||||
sess.Register(modules.NewWOL(sess))
|
||||
sess.Register(modules.NewWDiscovery(sess))
|
||||
|
||||
if err = sess.Start(); err != nil {
|
||||
log.Fatal("%s", err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue