mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor fix
This commit is contained in:
parent
f7bf1fbe94
commit
11af0b1bbc
2 changed files with 4 additions and 3 deletions
|
|
@ -981,6 +981,9 @@ def checkConnection(suppressOutput=False):
|
|||
logger.critical(errMsg)
|
||||
|
||||
if any(code in kb.httpErrorCodes for code in (httplib.NOT_FOUND, )):
|
||||
if conf.multipleTargets:
|
||||
return False
|
||||
|
||||
msg = "it is not recommended to continue in this kind of cases. Do you want to quit and make sure that everything is set up properly? [Y/n] "
|
||||
if readInput(msg, default="Y") not in ("n", "N"):
|
||||
raise sqlmapSilentQuitException
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue