From 857aef45d3f98d8afb67b883fa698bac511fa4ec Mon Sep 17 00:00:00 2001 From: Mathy Date: Mon, 27 Apr 2020 08:40:43 -0400 Subject: [PATCH] fragattack: add to TODO --- research/fragattack.py | 1 + 1 file changed, 1 insertion(+) diff --git a/research/fragattack.py b/research/fragattack.py index 340c71fa6..7225533c1 100755 --- a/research/fragattack.py +++ b/research/fragattack.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +# TODO: Other traffic on the interface might interfere with attacks. How to prevent? from libwifi import * import abc, sys, socket, struct, time, subprocess, atexit, select, copy import argparse