mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-31 01:04: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)
|
||||
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":
|
||||
if stractions != None:
|
||||
actions = [Action(char2trigger(t), enc=False) for t in stractions]
|
||||
|
Loading…
Reference in New Issue
Block a user