mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-09-01 08:41:24 +00:00
Minor layout adjustments
This commit is contained in:
parent
60afd80460
commit
3948cd9e77
3 changed files with 6 additions and 4 deletions
|
|
@ -262,7 +262,8 @@ def unionUse(expression, unpack=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 value:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue