mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
No point in showing the error-based inject payload, it's same as the one showed in -v3
This commit is contained in:
parent
698f30e65e
commit
db844c1785
1 changed files with 2 additions and 2 deletions
|
|
@ -48,8 +48,8 @@ def errorUse(expression):
|
|||
expression = unescaper.unescape(expression)
|
||||
expression = query.replace("[QUERY]", expression)
|
||||
|
||||
debugMsg = "query: %s" % expression
|
||||
logger.debug(debugMsg)
|
||||
#debugMsg = "query: %s" % expression
|
||||
#logger.debug(debugMsg)
|
||||
|
||||
payload = agent.payload(newValue=expression)
|
||||
reqBody, _ = Request.queryPage(payload, content=True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue