mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-31 04:23:05 +01:00
setting direct query info output to same level as payload info (logger.DEBUG)
This commit is contained in:
parent
d3e7e89e60
commit
7a6c086a27
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ def direct(query, content=True):
|
|||
select = True
|
||||
break
|
||||
|
||||
logger.log(9, query)
|
||||
logger.debug("query: %s" % query)
|
||||
|
||||
if not select:
|
||||
output = timeout(func=conf.dbmsConnector.execute, args=(query,), duration=conf.timeout, default=None)
|
||||
|
|
|
|||
Loading…
Reference in a new issue