mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 21:43:18 -07:00
new: new wifi.deauth.open boolean parameter to optionally skip open networks while deauthing en masse
This commit is contained in:
parent
1f925334ec
commit
1d55083f75
3 changed files with 28 additions and 5 deletions
|
@ -55,3 +55,7 @@ func (s *Station) Channel() int {
|
|||
func (s *Station) HasWPS() bool {
|
||||
return len(s.WPS) > 0
|
||||
}
|
||||
|
||||
func (s *Station) IsOpen() bool {
|
||||
return s.Encryption == ""
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue