mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
setting direct query info output to same level as payload info (logger.DEBUG)
This commit is contained in:
parent
d3e7e89e60
commit
7a6c086a27
|
@ -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 New Issue
Block a user