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-b9f4589650daunstable
parent
ba075599a9
commit
4ee248bf3e
|
@ -99,7 +99,7 @@ module Exploit::Remote::SMB
|
||||||
datastore['SMBDomain']
|
datastore['SMBDomain']
|
||||||
)
|
)
|
||||||
|
|
||||||
simple.connect('IPC$')
|
simple.connect("\\\\#{datastore['RHOST']}\\IPC$")
|
||||||
end
|
end
|
||||||
|
|
||||||
# This method returns the native operating system of the peer
|
# This method returns the native operating system of the peer
|
||||||
|
|
Loading…
Reference in New Issue