mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-23 01:56:36 +03:00
Proper error message
This commit is contained in:
parent
8edc3b3302
commit
7524a0c0cf
|
@ -235,8 +235,8 @@ class Takeover(Abstraction, Metasploit, ICMPsh, Registry, Miscellaneous):
|
||||||
self.uploadIcmpshSlave(web=web)
|
self.uploadIcmpshSlave(web=web)
|
||||||
self.icmpPwn()
|
self.icmpPwn()
|
||||||
else:
|
else:
|
||||||
errMsg = "unable to prompt for an out-of-band session via "
|
errMsg = "unable to prompt for an out-of-band session because "
|
||||||
errMsg += "the back-end DBMS"
|
errMsg += "stacked queries SQL injection is not supported"
|
||||||
raise sqlmapNotVulnerableException(errMsg)
|
raise sqlmapNotVulnerableException(errMsg)
|
||||||
|
|
||||||
if tunnel == 1:
|
if tunnel == 1:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user