mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 05:53:20 -07:00
new: implemented wifi.bruteforce for linux (closes #1075)
This commit is contained in:
parent
d8e11287c6
commit
1b91eb348b
3 changed files with 96 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue