mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-02 20:54:13 +03:00
Removed debug print
This commit is contained in:
parent
5f97312f29
commit
ee72838231
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user