mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Layout adjustments
This commit is contained in:
parent
31ad0875b4
commit
cd07139919
|
@ -909,6 +909,7 @@ def __setHTTPProxy():
|
|||
except:
|
||||
errMsg = "proxy host '%s' does not exist" % __hostname
|
||||
raise sqlmapConnectionException, errMsg
|
||||
|
||||
conf.proxyDNSResponse = addrinfo
|
||||
|
||||
def __setSafeUrl():
|
||||
|
|
|
@ -326,9 +326,9 @@ def errorUse(expression, expected=None, resumeValue=True, dump=False):
|
|||
|
||||
if stopLimit > TURN_OFF_RESUME_INFO_LIMIT:
|
||||
kb.suppressResumeInfo = True
|
||||
infoMsg = "suppressing possible resume console info because of "
|
||||
infoMsg += "large number of rows (might take too much time)"
|
||||
logger.info(infoMsg)
|
||||
debugMsg = "suppressing possible resume console info because of "
|
||||
debugMsg += "large number of rows. It might take too long"
|
||||
logger.debug(debugMsg)
|
||||
|
||||
lockNames = ('limits', 'outputs')
|
||||
for lock in lockNames:
|
||||
|
|
|
@ -267,9 +267,9 @@ def unionUse(expression, unpack=True, dump=False):
|
|||
|
||||
if stopLimit > TURN_OFF_RESUME_INFO_LIMIT:
|
||||
kb.suppressResumeInfo = True
|
||||
infoMsg = "suppressing possible resume console info because of "
|
||||
infoMsg += "large number of rows (might take too much time)"
|
||||
logger.info(infoMsg)
|
||||
debugMsg = "suppressing possible resume console info because of "
|
||||
debugMsg += "large number of rows. It might take too long"
|
||||
logger.debug(debugMsg)
|
||||
|
||||
lockNames = ('limits', 'value')
|
||||
for lock in lockNames:
|
||||
|
|
Loading…
Reference in New Issue
Block a user