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:
parent
ba075599a9
commit
4ee248bf3e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user