mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Silent bug fix
This commit is contained in:
parent
c243c5fe0d
commit
4d2b890a0a
5 changed files with 5 additions and 5 deletions
|
|
@ -33,4 +33,4 @@ def tamper(payload, **kwargs):
|
|||
'1"-.1UNION ALL SELECT'
|
||||
"""
|
||||
|
||||
return re.sub(r"\s+(UNION )", r"-.1\g<1>", payload, re.I) if payload else payload
|
||||
return re.sub(r"(?i)\s+(UNION )", r"-.1\g<1>", payload) if payload else payload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue