mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-17 17:43:06 -05:00
fragattack: minor tweaks to output
This commit is contained in:
parent
9727be0348
commit
78f9833e0f
@ -877,7 +877,7 @@ class Daemon(metaclass=abc.ABCMeta):
|
|||||||
# Verify that hostap got recompiled on updates
|
# Verify that hostap got recompiled on updates
|
||||||
version = self.wpaspy_command("GET_VERSION").strip()
|
version = self.wpaspy_command("GET_VERSION").strip()
|
||||||
if version != FRAGVERSION:
|
if version != FRAGVERSION:
|
||||||
log(ERROR, f"Script has test tool version {FRAGVERSION} but compiled wpa_supplicant/hostapd is {version}.")
|
log(ERROR, f"This script has version {FRAGVERSION} but compiled wpa_supplicant/hostapd is {version}.")
|
||||||
log(ERROR, f"Please recompile hostapd/wpa_supplicant using `build.sh`.")
|
log(ERROR, f"Please recompile hostapd/wpa_supplicant using `build.sh`.")
|
||||||
quit(1)
|
quit(1)
|
||||||
|
|
||||||
@ -948,7 +948,7 @@ class Authenticator(Daemon):
|
|||||||
log(STATUS, f"Starting PTK rekey with client {station.get_peermac()}", color="green")
|
log(STATUS, f"Starting PTK rekey with client {station.get_peermac()}", color="green")
|
||||||
cmd = f"REKEY_PTK {station.get_peermac()}"
|
cmd = f"REKEY_PTK {station.get_peermac()}"
|
||||||
if self.options.rekey_early_install:
|
if self.options.rekey_early_install:
|
||||||
log(STATUS, "Will install PTK during rekey after sending Msg4")
|
log(STATUS, "Will install PTK during rekey after sending Msg3")
|
||||||
cmd += " early-install"
|
cmd += " early-install"
|
||||||
self.wpaspy_command(cmd)
|
self.wpaspy_command(cmd)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user