diff --git a/lib/controller/checks.py b/lib/controller/checks.py index e33ba171d..440adaa4c 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -1138,7 +1138,7 @@ def checkConnection(suppressOutput=False): errMsg = "host '%s' does not exist" % conf.hostname raise SqlmapConnectionException(errMsg) - if not suppressOutput: + if not suppressOutput and not conf.dummy: infoMsg = "testing connection to the target url" logger.info(infoMsg)