mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Trivial update regarding last commit
This commit is contained in:
@@ -28,7 +28,7 @@ class ICMPsh:
|
||||
self.lhostStr = None
|
||||
self.rhostStr = None
|
||||
self.localIP = getLocalIP()
|
||||
self.remoteIP = getRemoteIP()
|
||||
self.remoteIP = getRemoteIP() or conf.hostname
|
||||
self._icmpslave = normalizePath(os.path.join(paths.SQLMAP_EXTRAS_PATH, "icmpsh", "icmpsh.exe_"))
|
||||
|
||||
def _selectRhost(self):
|
||||
|
||||
Reference in New Issue
Block a user