mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-07 12:44:03 -05:00
fragattack: add some TODOs
This commit is contained in:
parent
3171d219c0
commit
2ff772d5ec
@ -105,6 +105,8 @@ def prepare_tests(opt):
|
|||||||
decoy_tid = None if stractions == None else int(stractions)
|
decoy_tid = None if stractions == None else int(stractions)
|
||||||
test = LinuxTest(REQ_ICMP, decoy_tid)
|
test = LinuxTest(REQ_ICMP, decoy_tid)
|
||||||
|
|
||||||
|
# TODO: - Rename test
|
||||||
|
# TODO: - Allow "I,CC" to first get an IP address and test black-box
|
||||||
elif opt.testname == "macos":
|
elif opt.testname == "macos":
|
||||||
if stractions != None:
|
if stractions != None:
|
||||||
actions = [Action(char2trigger(t), enc=False) for t in stractions]
|
actions = [Action(char2trigger(t), enc=False) for t in stractions]
|
||||||
|
Loading…
Reference in New Issue
Block a user