mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
fragattack: add copyright banners
This commit is contained in:
parent
3c772c7df8
commit
7c039f5581
@ -1,4 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
# Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
|
||||
#
|
||||
# This code may be distributed under the terms of the BSD license.
|
||||
# See README for more details.
|
||||
|
||||
import glob, importlib
|
||||
from fraginternals import *
|
||||
|
||||
|
@ -1,4 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
# Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
|
||||
#
|
||||
# This code may be distributed under the terms of the BSD license.
|
||||
# See README for more details.
|
||||
|
||||
# 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
|
||||
|
@ -1,4 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
# Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
|
||||
#
|
||||
# This code may be distributed under the terms of the BSD license.
|
||||
# See README for more details.
|
||||
|
||||
from libwifi import *
|
||||
import argparse, time
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
# Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
|
||||
#
|
||||
# This code may be distributed under the terms of the BSD license.
|
||||
# See README for more details.
|
||||
|
||||
from fraginternals import *
|
||||
|
||||
class AmsduInject(Test):
|
||||
|
@ -1,3 +1,8 @@
|
||||
# Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
|
||||
#
|
||||
# This code may be distributed under the terms of the BSD license.
|
||||
# See README for more details.
|
||||
|
||||
from fraginternals import *
|
||||
import copy
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
# Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
|
||||
#
|
||||
# This code may be distributed under the terms of the BSD license.
|
||||
# See README for more details.
|
||||
|
||||
from fraginternals import *
|
||||
|
||||
class QcaDriverTest(Test):
|
||||
|
Loading…
Reference in New Issue
Block a user