mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
too
This commit is contained in:
parent
c9c9c1fb2f
commit
a02ec29c15
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user