Implementation for an Issue #295

This commit is contained in:
Miroslav Stampar
2013-01-07 15:55:40 +01:00
parent 6270e9337b
commit ac407ae4a1
4 changed files with 12 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ class ICMPsh:
self.rhostStr = None
self.localIP = getLocalIP()
self.remoteIP = getRemoteIP()
self._icmpslave = normalizePath(os.path.join(paths.SQLMAP_EXTRAS_PATH, "icmpsh", "icmpsh.exe"))
self._icmpslave = normalizePath(os.path.join(paths.SQLMAP_EXTRAS_PATH, "icmpsh", "icmpsh.exe_"))
def _selectRhost(self):
message = "what is the back-end DBMS address? [%s] " % self.remoteIP