--5ghz scans *only* 5ghz networks (not 2ghz)
Also fixed ugly output when waiting for handshakes
This commit is contained in:
@@ -69,7 +69,7 @@ class Airodump(object):
|
||||
if self.channel:
|
||||
command.extend(['-c', str(self.channel)])
|
||||
elif self.five_ghz:
|
||||
command.extend(['--band', 'abg'])
|
||||
command.extend(['--band', 'a'])
|
||||
|
||||
if self.encryption:
|
||||
command.extend(['--enc', self.encryption])
|
||||
|
||||
Reference in New Issue
Block a user