mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor adjustments
This commit is contained in:
parent
8d06975142
commit
c18efe5084
3 changed files with 29 additions and 31 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue