Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
xmendez committed Mar 25, 2018
1 parent 8f57cdc commit aa490fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/wfuzz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'wfuzz'
__version__ = "2.2.9"
__version__ = "2.2.11"
__build__ = 0x023000
__author__ = 'Xavier Mendez'
__license__ = 'GPL 2.0'
Expand Down
8 changes: 4 additions & 4 deletions src/wfuzz/ui/console/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
\twfuzz --script=robots -z list,robots.txt http://www.webscantest.com/FUZZ'''

exec_banner = '''********************************************************\r
* Wfuzz %s - The Web Fuzzer *\r
* Wfuzz %s - The Web Fuzzer *\r
********************************************************\r\n''' % version

help_banner = '''********************************************************
* Wfuzz %s - The Web Fuzzer *
* Wfuzz %s - The Web Fuzzer *
* *
* Version up to 1.4c coded by: *
* Christian Martorella ([email protected]) *
* Carlos del ojo ([email protected]) *
* *
* Version 1.4d to %s coded by: *
* Version 1.4d to %s coded by: *
* Xavier Mendez ([email protected]) *
********************************************************\r\n''' % (version, version)

help_banner2 = '''********************************************************
* Wfuzz %s - The Web Fuzzer *
* Wfuzz %s - The Web Fuzzer *
* *
* Coded by: *
* *
Expand Down

0 comments on commit aa490fe

Please sign in to comment.