This commit is contained in:
Miroslav Stampar
2019-11-08 22:39:55 +01:00
parent 7eb7bddb25
commit 9ad3cd5176
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ class Takeover(Abstraction, Metasploit, ICMPsh, Registry):
try:
self.initEnv(web=web)
except SqlmapFilePathException:
if not web:
if not web and not conf.direct:
infoMsg = "falling back to web backdoor method..."
logger.info(infoMsg)