mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-14 03:39:03 +00:00
Silent bug fix
This commit is contained in:
@@ -29,4 +29,4 @@ def tamper(payload, **kwargs):
|
||||
'1e0UNION ALL SELECT'
|
||||
"""
|
||||
|
||||
return re.sub(r"(\d+)\s+(UNION )", r"\g<1>e0\g<2>", payload, re.I) if payload else payload
|
||||
return re.sub(r"(?i)(\d+)\s+(UNION )", r"\g<1>e0\g<2>", payload) if payload else payload
|
||||
|
||||
Reference in New Issue
Block a user