mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Major bug fixes
This commit is contained in:
parent
9c125a2b57
commit
e10ab5aa0e
3 changed files with 7 additions and 1 deletions
|
|
@ -389,6 +389,8 @@ def checkConnection():
|
|||
conf.seqMatcher.set_seq1(page)
|
||||
|
||||
except sqlmapConnectionException, exceptionMsg:
|
||||
exceptionMsg = str(exceptionMsg)
|
||||
|
||||
if conf.multipleTargets:
|
||||
exceptionMsg += ", skipping to next url"
|
||||
logger.warn(exceptionMsg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue