mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Patch for #4227
This commit is contained in:
parent
c28ad8fcd8
commit
d5fc2c9350
2 changed files with 3 additions and 3 deletions
4
thirdparty/identywaf/identYwaf.py
vendored
4
thirdparty/identywaf/identYwaf.py
vendored
|
|
@ -60,7 +60,7 @@ else:
|
|||
HTTPCookieProcessor = urllib2.HTTPCookieProcessor
|
||||
|
||||
NAME = "identYwaf"
|
||||
VERSION = "1.0.124"
|
||||
VERSION = "1.0.127"
|
||||
BANNER = r"""
|
||||
` __ __ `
|
||||
____ ___ ___ ____ ______ `| T T` __ __ ____ _____
|
||||
|
|
@ -125,7 +125,7 @@ codes = set()
|
|||
proxies = list()
|
||||
proxies_index = 0
|
||||
|
||||
_exit = exit
|
||||
_exit = sys.exit
|
||||
|
||||
def exit(message=None):
|
||||
if message:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue