mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Minor fix
This commit is contained in:
@@ -181,7 +181,7 @@ def checkSqlInjection(place, parameter, value):
|
||||
fstPayload = unescapeDbms(fstPayload, injection, dbms)
|
||||
fstPayload = "%s%s" % (fstPayload, comment)
|
||||
|
||||
if stype != 4 and clause != [2, 3] and clause != [ 2 ]:
|
||||
if stype != 4 and clause != [2, 3] and clause != [ 3 ]:
|
||||
space = " "
|
||||
else:
|
||||
space = ""
|
||||
@@ -279,6 +279,7 @@ def checkSqlInjection(place, parameter, value):
|
||||
origValue = ""
|
||||
|
||||
kb.pageTemplate = getPageTemplate(templatePayload, place)
|
||||
print "kb.originalPage:", kb.originalPage
|
||||
|
||||
# Forge request payload by prepending with boundary's
|
||||
# prefix and appending the boundary's suffix to the
|
||||
|
||||
Reference in New Issue
Block a user