Avoid WPS if no reaver+bully. Use bully if reaver isn't available.
This commit is contained in:
@@ -8,11 +8,6 @@ class Iwconfig(Dependency):
|
||||
dependency_name = 'iwconfig'
|
||||
dependency_url = 'apt-get install wireless-tools'
|
||||
|
||||
@classmethod
|
||||
def exists(cls):
|
||||
from ..util.process import Process
|
||||
return Process.exists('iwconfig')
|
||||
|
||||
|
||||
@classmethod
|
||||
def mode(cls, iface, mode_name):
|
||||
|
||||
Reference in New Issue
Block a user