Changeset 5441
- Timestamp:
- 03/13/08 10:46:33 (5 months ago)
- Files:
-
- framework3/trunk/lib/msf/core/exploit/smb.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework3/trunk/lib/msf/core/exploit/smb.rb
r5024 r5441 100 100 ) 101 101 102 simple.connect( 'IPC$')102 simple.connect("\\\\#{datastore['RHOST']}\\IPC$") 103 103 end 104 104
