mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-31 15:40:46 +00:00
cosmeticados ;)
This commit is contained in:
parent
64fcc88be5
commit
5b21352656
5 changed files with 7 additions and 7 deletions
|
|
@ -433,7 +433,7 @@ def dictionaryAttack(attack_dict):
|
|||
|
||||
except KeyboardInterrupt:
|
||||
print
|
||||
warnMsg = "Ctrl+C detected in dictionary attack phase"
|
||||
warnMsg = "user aborted during dictionary attack phase"
|
||||
logger.warn(warnMsg)
|
||||
return results
|
||||
|
||||
|
|
@ -486,7 +486,7 @@ def dictionaryAttack(attack_dict):
|
|||
|
||||
except KeyboardInterrupt:
|
||||
print
|
||||
warnMsg = "Ctrl+C detected in dictionary attack phase"
|
||||
warnMsg = "user aborted during dictionary attack phase"
|
||||
logger.warn(warnMsg)
|
||||
return results
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue