mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
too
This commit is contained in:
parent
c9c9c1fb2f
commit
a02ec29c15
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue