mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
too
This commit is contained in:
@@ -50,7 +50,7 @@ class Agent:
|
||||
elif query.startswith(" UNION ALL "):
|
||||
query = query.replace(" UNION ALL ", "", 1)
|
||||
elif query.startswith("; "):
|
||||
query = query.replace("; ", "")
|
||||
query = query.replace("; ", "", 1)
|
||||
|
||||
return query
|
||||
|
||||
|
||||
Reference in New Issue
Block a user