mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-08 01:13:17 +01:00
Removed debug print
This commit is contained in:
parent
5f97312f29
commit
ee72838231
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue