Skip to content

Commit

Permalink
Change "v1" to "v2.0". Revision 89
Browse files Browse the repository at this point in the history
Hopefully resolves the versioning issues mentioned in #130
  • Loading branch information
derv82 committed Apr 6, 2018
1 parent 539e183 commit 876289c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wifite.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class RunConfiguration:
"""

def __init__(self):
self.REVISION = 88;
self.REVISION = 89;
self.PRINTED_SCANNING = False

This comment has been minimized.

Copy link
@quyrgikk

quyrgikk Sep 20, 2024

THVVJGvv


self.TX_POWER = 0 # Transmit power for wireless interface, 0 uses default power
Expand Down Expand Up @@ -1604,7 +1604,7 @@ def banner(RUN_CONFIG):
"""
print ''
print G + " .;' `;, "
print G + " .;' ,;' `;, `;, " + W + "WiFite v1 (r" + str(RUN_CONFIG.REVISION) + ")"
print G + " .;' ,;' `;, `;, " + W + "WiFite v2.0 (r" + str(RUN_CONFIG.REVISION) + ")"

This comment has been minimized.

Copy link
@denis8001

denis8001 Aug 18, 2019

cd wifite2

print G + ".;' ,;' ,;' `;, `;, `;, "
print G + ":: :: : " + GR + "( )" + G + " : :: :: " + GR + "automated wireless auditor"
print G + "':. ':. ':. " + GR + "/_\\" + G + " ,:' ,:' ,:' "
Expand Down

0 comments on commit 876289c

Please sign in to comment.