Changeset 5441

Show
Ignore:
Timestamp:
03/13/08 10:46:33 (5 months ago)
Author:
hdm
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • framework3/trunk/lib/msf/core/exploit/smb.rb

    r5024 r5441  
    100100                ) 
    101101                 
    102                 simple.connect('IPC$'
     102                simple.connect("\\\\#{datastore['RHOST']}\\IPC$"
    103103        end 
    104104