1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-12 11:52:01 +01:00

Pass the IP address in the IPC$ tree connect (required by novell)

git-svn-id: file:///home/svn/framework3/trunk@5441 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2008-03-13 15:46:33 +00:00
parent ba075599a9
commit 4ee248bf3e

View File

@ -99,7 +99,7 @@ module Exploit::Remote::SMB
datastore['SMBDomain']
)
simple.connect('IPC$')
simple.connect("\\\\#{datastore['RHOST']}\\IPC$")
end
# This method returns the native operating system of the peer