Working on getting WEP attacks finished

Lots of small fixes/tweaks/changes.
This commit is contained in:
derv82
2015-05-31 02:28:54 -07:00
parent e4dc646688
commit 35de5ea8a6
11 changed files with 271 additions and 55 deletions

View File

@@ -19,8 +19,8 @@ class Color(object):
# Helper string replacements
replacements = {
'{+}': '{W}[{G}+{W}]',
'{!}': '{W}[{R}!{W}]'
'{+}': ' {W}[{G}+{W}]',
'{!}': ' {W}[{R}!{W}]'
}
@staticmethod