mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
cosmeticados ;)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user