diff --git a/research/fragattack.py b/research/fragattack.py index 82fa7322a..4776efb92 100755 --- a/research/fragattack.py +++ b/research/fragattack.py @@ -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]