minor update

This commit is contained in:
Miroslav Stampar 2011-04-20 14:48:23 +00:00
parent f909ecb369
commit 5052013ffa

View File

@ -73,7 +73,8 @@ class Takeover(Abstraction, Metasploit, ICMPsh, Registry, Miscellaneous):
web = True
else:
errMsg = "unable to prompt for an interactive operating "
errMsg += "system shell via the back-end DBMS"
errMsg += "system shell via the back-end DBMS because "
errMsg += "stacked queries SQL injection is not supported"
raise sqlmapNotVulnerableException(errMsg)
self.initEnv(web=web)