|
@@ -14,10 +14,16 @@ from libwifi import *
|
|
|
import sys, socket, struct, time, subprocess, atexit, select, os.path
|
|
|
from wpaspy import Ctrl
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
HANDSHAKE_TRANSMIT_INTERVAL = 2
|
|
@@ -459,7 +465,7 @@ class KRAckAttackClient():
|
|
|
if self.options.variant == TestOptions.Fourway and self.options.gtkinit and client.vuln_bcast != ClientState.VULNERABLE:
|
|
|
|
|
|
hostapd_command(self.hostapd_ctrl, "RENEW_PTK " + client.mac)
|
|
|
-
|
|
|
+
|
|
|
elif self.options.variant == TestOptions.Fourway and not self.options.gtkinit and client.vuln_4way != ClientState.VULNERABLE:
|
|
|
|
|
|
if self.options.tptk == TestOptions.TptkReplay:
|