Skip to content

Commit 71c5336

Browse files
committed
handshake: add old to note
1 parent 7985444 commit 71c5336

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wifite/model/handshake.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def has_handshake(self):
6565
if not self.bssid or not self.essid:
6666
self.divine_bssid_and_essid()
6767

68+
#return len(self.tshark_handshakes()) > 0
6869
# Check if ANY validator detects a handshake
6970
# Tshark is strict (requires all 4 messages), but cowpatty/aircrack
7071
# can work with just messages 2&3, which is sufficient for cracking

0 commit comments

Comments
 (0)