Changeset 5460

Show
Ignore:
Timestamp:
03/26/08 17:36:42 (2 months ago)
Author:
hdm
Message:

Simple fix for bad calls to negotiate, remove useless disconnect call in the relay daemon

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • framework3/trunk/lib/rex/proto/smb/client.rb

    r5424 r5460  
    409409        # Request a SMB session over NetBIOS 
    410410        def session_request(name = '*SMBSERVER') 
     411 
     412                name ||= '*SMBSERVER' 
    411413                 
    412414                data = '' 
  • framework3/trunk/modules/exploits/windows/smb/smb_relay.rb

    r5020 r5460  
    116116                        ) 
    117117                        print_line(" ") 
    118                         disconnect 
    119118                        return 
    120119                end