mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Code cleanup and minor refactoring
This commit is contained in:
parent
22de82634a
commit
a9d4b37987
3 changed files with 24 additions and 18 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue