mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Code cleanup and minor refactoring
This commit is contained in:
@@ -361,7 +361,7 @@ def resumeConfKb(expression, url, value):
|
||||
injection = base64unpickle(value[:-1])
|
||||
kb.injections.append(injection)
|
||||
|
||||
logMsg = "resuming injection data"
|
||||
logMsg = "resuming injection data from session file"
|
||||
logger.info(logMsg)
|
||||
|
||||
elif expression == "Boolean-based blind injection" and url == conf.url:
|
||||
|
||||
Reference in New Issue
Block a user