--5ghz scans *only* 5ghz networks (not 2ghz)

Also fixed ugly output when waiting for handshakes
This commit is contained in:
derv82
2017-05-14 19:03:13 -04:00
parent 2a5258ceef
commit 250e89b21e
2 changed files with 3 additions and 3 deletions

View File

@@ -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])