mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 10:18:21 -05:00
fragattacks: let amsdu-inject first get IP
This commit is contained in:
parent
68a297795c
commit
fa58503adb
@ -7,7 +7,10 @@ class AmsduInject(Test):
|
||||
"""
|
||||
|
||||
def __init__(self, ptype, target=False):
|
||||
super().__init__([Action(Action.Connected, Action.Inject, enc=True)])
|
||||
super().__init__([
|
||||
Action(Action.Connected, Action.GetIp, enc=True),
|
||||
Action(Action.Connected, Action.Inject, enc=True)]
|
||||
)
|
||||
self.ptype = ptype
|
||||
self.target = target
|
||||
if not self.target in [None, "linux"]:
|
||||
|
Loading…
Reference in New Issue
Block a user