From aa490fe44a4e32b2249260f922b764bc9c492bbd Mon Sep 17 00:00:00 2001 From: javi Date: Sun, 25 Mar 2018 21:19:24 +0200 Subject: [PATCH] update version --- src/wfuzz/__init__.py | 2 +- src/wfuzz/ui/console/common.py | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/wfuzz/__init__.py b/src/wfuzz/__init__.py index 9af9cd96..9a02c28c 100644 --- a/src/wfuzz/__init__.py +++ b/src/wfuzz/__init__.py @@ -1,5 +1,5 @@ __title__ = 'wfuzz' -__version__ = "2.2.9" +__version__ = "2.2.11" __build__ = 0x023000 __author__ = 'Xavier Mendez' __license__ = 'GPL 2.0' diff --git a/src/wfuzz/ui/console/common.py b/src/wfuzz/ui/console/common.py index 0ed8aa08..d82c1b92 100644 --- a/src/wfuzz/ui/console/common.py +++ b/src/wfuzz/ui/console/common.py @@ -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 (cmartorella@edge-security.com) * * Carlos del ojo (deepbit@gmail.com) * * * -* Version 1.4d to %s coded by: * +* Version 1.4d to %s coded by: * * Xavier Mendez (xmendez@edge-security.com) * ********************************************************\r\n''' % (version, version) help_banner2 = '''******************************************************** -* Wfuzz %s - The Web Fuzzer * +* Wfuzz %s - The Web Fuzzer * * * * Coded by: * * *