cosmeticados ;)

This commit is contained in:
Bernardo Damele
2011-04-08 10:39:07 +00:00
parent 64fcc88be5
commit 5b21352656
5 changed files with 7 additions and 7 deletions

View File

@@ -129,7 +129,7 @@ def tableExists(tableFile, regex=None):
print
logger.debug("waiting for threads to finish")
warnMsg = "Ctrl+C detected during common table existence check. "
warnMsg = "user aborted during common table existence check. "
warnMsg += "sqlmap will display some tables only"
logger.warn(warnMsg)
@@ -245,7 +245,7 @@ def columnExists(columnFile, regex=None):
print
logger.debug("waiting for threads to finish")
warnMsg = "Ctrl+C detected during common column existence check. "
warnMsg = "user aborted during common column existence check. "
warnMsg += "sqlmap will display some columns only"
logger.warn(warnMsg)