mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor improvement
This commit is contained in:
@@ -61,16 +61,13 @@ class Custom(object):
|
||||
return None
|
||||
else:
|
||||
if sqlType:
|
||||
debugMsg = "executing %s query: '%s'" % (sqlType if sqlType is not None else "SQL", query)
|
||||
infoMsg = "executing %s statement: '%s'" % (sqlType if sqlType is not None else "SQL", query)
|
||||
else:
|
||||
debugMsg = "executing unknown SQL type query: '%s'" % query
|
||||
logger.debug(debugMsg)
|
||||
infoMsg = "executing unknown SQL command: '%s'" % query
|
||||
logger.info(infoMsg)
|
||||
|
||||
inject.goStacked(query)
|
||||
|
||||
debugMsg = "done"
|
||||
logger.debug(debugMsg)
|
||||
|
||||
output = NULL
|
||||
|
||||
except SqlmapNoneDataException as ex:
|
||||
|
||||
Reference in New Issue
Block a user