Changeset 5442
- Timestamp:
- 03/13/08 10:47:13 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework3/branches/framework-3.1/lib/msf/core/exploit/smb.rb
r5024 r5442 100 100 ) 101 101 102 simple.connect( 'IPC$')102 simple.connect("\\\\#{datastore['RHOST']}\\IPC$") 103 103 end 104 104
