fragattack: add to TODO

This commit is contained in:
Mathy 2020-04-27 08:40:43 -04:00 committed by Mathy Vanhoef
parent 46fb117db6
commit 857aef45d3

View File

@ -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