mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +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"
|
||||
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:
|
||||
isAdmin = runningAsAdmin()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user