Changeset 5460
- Timestamp:
- 03/26/08 17:36:42 (2 months ago)
- Files:
-
- framework3/trunk/lib/rex/proto/smb/client.rb (modified) (1 diff)
- framework3/trunk/modules/exploits/windows/smb/smb_relay.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework3/trunk/lib/rex/proto/smb/client.rb
r5424 r5460 409 409 # Request a SMB session over NetBIOS 410 410 def session_request(name = '*SMBSERVER') 411 412 name ||= '*SMBSERVER' 411 413 412 414 data = '' framework3/trunk/modules/exploits/windows/smb/smb_relay.rb
r5020 r5460 116 116 ) 117 117 print_line(" ") 118 disconnect119 118 return 120 119 end
