mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-26 13:49:35 -05:00
fragattcks: only test ack injection postauth
This commit is contained in:
parent
de2f9f0fd6
commit
3d65e9c2ef
@ -783,7 +783,7 @@ class Daemon(metaclass=abc.ABCMeta):
|
||||
|
||||
try:
|
||||
test_iface = None if self.options.inject_test == "self" else self.options.inject_test
|
||||
test_injection(self.nic_mon, test_iface, peermac, ownmac)
|
||||
test_injection(self.nic_mon, test_iface, peermac, ownmac, testack=is_postauth)
|
||||
except IOError as ex:
|
||||
log(WARNING, ex.args[0])
|
||||
log(ERROR, "Unexpected error. Are you using the correct kernel/driver/device?")
|
||||
|
Loading…
x
Reference in New Issue
Block a user