mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
7f93c1cec7
This will make it easier for users to clone the repository and will assure that they always use the correct version of libwifi.
5 lines
96 B
Python
5 lines
96 B
Python
from .wifi import *
|
|
from .dragonfly import *
|
|
from .crypto import *
|
|
from .injectiontest import *
|