mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor update (drei)
This commit is contained in:
parent
21cc6e3c99
commit
13a2ab3fa3
7 changed files with 7 additions and 7 deletions
|
|
@ -33,4 +33,4 @@ def tamper(payload, **kwargs):
|
|||
'1"-.1UNION ALL SELECT'
|
||||
"""
|
||||
|
||||
return re.sub("\s+(UNION )", r"-.1\g<1>", payload, re.I) if payload else payload
|
||||
return re.sub(r"\s+(UNION )", r"-.1\g<1>", payload, re.I) if payload else payload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue