mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-18 12:30:36 +03:00
leftover
This commit is contained in:
parent
a2483b3bc4
commit
37de709df2
|
@ -117,14 +117,6 @@ class Takeover(Abstraction, Metasploit, ICMPsh, Registry, Miscellaneous):
|
||||||
debugMsg += "the back-end DBMS is not Windows"
|
debugMsg += "the back-end DBMS is not Windows"
|
||||||
logger.debug(debugMsg)
|
logger.debug(debugMsg)
|
||||||
|
|
||||||
if tunnel == 2 and not Backend.isOs(OS.WINDOWS):
|
|
||||||
errMsg = "icmpsh slave is only supported on Windows at "
|
|
||||||
errMsg += "the moment. The back-end database server is "
|
|
||||||
errMsg += "not. sqlmap will fallback to TCP (Metasploit)"
|
|
||||||
logger.error(errMsg)
|
|
||||||
|
|
||||||
tunnel = 1
|
|
||||||
|
|
||||||
if tunnel == 2:
|
if tunnel == 2:
|
||||||
isAdmin = runningAsAdmin()
|
isAdmin = runningAsAdmin()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user