Skip to content

Commit 876289c

Browse files
committed
Change "v1" to "v2.0". Revision 89
Hopefully resolves the versioning issues mentioned in #130
1 parent 539e183 commit 876289c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wifite.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class RunConfiguration:
162162
"""
163163

164164
def __init__(self):
165-
self.REVISION = 88;
165+
self.REVISION = 89;
166166
self.PRINTED_SCANNING = False
167167

168168
self.TX_POWER = 0 # Transmit power for wireless interface, 0 uses default power
@@ -1604,7 +1604,7 @@ def banner(RUN_CONFIG):
16041604
"""
16051605
print ''
16061606
print G + " .;' `;, "
1607-
print G + " .;' ,;' `;, `;, " + W + "WiFite v1 (r" + str(RUN_CONFIG.REVISION) + ")"
1607+
print G + " .;' ,;' `;, `;, " + W + "WiFite v2.0 (r" + str(RUN_CONFIG.REVISION) + ")"
16081608
print G + ".;' ,;' ,;' `;, `;, `;, "
16091609
print G + ":: :: : " + GR + "( )" + G + " : :: :: " + GR + "automated wireless auditor"
16101610
print G + "':. ':. ':. " + GR + "/_\\" + G + " ,:' ,:' ,:' "

0 commit comments

Comments
 (0)