Adding 5ghz support

This commit is contained in:
derv82
2015-12-28 12:52:29 -05:00
parent 95b7296444
commit 746da03580
6 changed files with 21 additions and 7 deletions

View File

@@ -67,7 +67,7 @@ class Wifite(object):
if not os.path.exists(capfile):
Color.pl('{!} {O}.cap file {C}%s{O} not found{W}' % capfile)
return
hs = Handshake(capfile)
hs = Handshake(capfile, bssid=Configuration.target_bssid, essid=Configuration.target_essid)
hs.analyze()