We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7985444 commit 71c5336Copy full SHA for 71c5336
wifite/model/handshake.py
@@ -65,6 +65,7 @@ def has_handshake(self):
65
if not self.bssid or not self.essid:
66
self.divine_bssid_and_essid()
67
68
+ #return len(self.tshark_handshakes()) > 0
69
# Check if ANY validator detects a handshake
70
# Tshark is strict (requires all 4 messages), but cowpatty/aircrack
71
# can work with just messages 2&3, which is sufficient for cracking
0 commit comments