Minor adjustments

This commit is contained in:
Bernardo Damele
2008-12-20 13:21:47 +00:00
parent 8d06975142
commit c18efe5084
3 changed files with 29 additions and 31 deletions

View File

@@ -390,10 +390,12 @@ def checkConnection():
try:
page, _ = Request.getPage()
conf.seqMatcher.set_seq1(page)
except sqlmapConnectionException, exceptionMsg:
if conf.multipleTargets:
exceptionMsg += ", skipping to next url"
logger.warn(exceptionMsg)
return False
else:
raise sqlmapConnectionException, exceptionMsg