mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor layout adjustments
This commit is contained in:
parent
60afd80460
commit
3948cd9e77
3 changed files with 6 additions and 4 deletions
|
|
@ -295,7 +295,8 @@ def errorUse(expression, expected=None, resumeValue=True, dump=False):
|
|||
|
||||
except KeyboardInterrupt:
|
||||
print
|
||||
warnMsg = "Ctrl+C detected in dumping phase"
|
||||
warnMsg = "Ctrl+C detected during enumeration. sqlmap "
|
||||
warnMsg += "will display partial output"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
if not outputs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue