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
unstable
HD Moore 2008-03-13 15:46:33 +00:00
parent ba075599a9
commit 4ee248bf3e
1 changed files with 1 additions and 1 deletions

View File

@ -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