Added support to 802.11 and deauth attack

This commit is contained in:
Matrix86 2018-02-16 01:39:27 +01:00
parent fd28eadc60
commit 34eda04d59
3 changed files with 598 additions and 0 deletions

View file

@ -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)