mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
Removed debug print
This commit is contained in:
@@ -279,7 +279,6 @@ def checkSqlInjection(place, parameter, value):
|
|||||||
origValue = ""
|
origValue = ""
|
||||||
|
|
||||||
kb.pageTemplate = getPageTemplate(templatePayload, place)
|
kb.pageTemplate = getPageTemplate(templatePayload, place)
|
||||||
print "kb.originalPage:", kb.originalPage
|
|
||||||
|
|
||||||
# Forge request payload by prepending with boundary's
|
# Forge request payload by prepending with boundary's
|
||||||
# prefix and appending the boundary's suffix to the
|
# prefix and appending the boundary's suffix to the
|
||||||
|
|||||||
Reference in New Issue
Block a user