mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
minor update regarding last commit
This commit is contained in:
parent
6191a7f26f
commit
caaac72029
8 changed files with 8 additions and 8 deletions
|
|
@ -30,7 +30,7 @@ class Syntax(GenericSyntax):
|
|||
index = expression[firstIndex:].find("''")
|
||||
|
||||
if index == -1:
|
||||
raise sqlmapSyntaxException, "Unenclosed ' in '%s'" % expression.replace("''", "'")
|
||||
break
|
||||
|
||||
lastIndex = firstIndex + index
|
||||
old = "''%s''" % expression[firstIndex:lastIndex]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue