new: implemented wifi.bruteforce for linux (closes #1075)

This commit is contained in:
Simone Margaritelli 2024-08-18 15:34:32 +02:00
commit 1b91eb348b
3 changed files with 96 additions and 5 deletions

View file

@ -9,7 +9,6 @@ import (
"github.com/evilsocket/islazy/async"
)
// networksetup -setairportnetwork interface 'network name' 'password'
func wifiBruteforce(mod *WiFiModule, job bruteforceJob) (bool, error) {
networksetup, err := exec.LookPath("networksetup")
if err != nil {