Changeset 6094

Show
Ignore:
Timestamp:
01/08/09 19:22:04 (6 months ago)
Author:
patrickw
Message:

No need for string cast. thanks kris/raif.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework3/trunk/modules/exploits/windows/lotus/domino_sametime_stmux.rb

    r6080 r6094  
    115115                req << "User-Agent: Sametime Community Agent\r\n" 
    116116                req << "Host: #{datastore['RHOST']}:#{datastore['RPORT']}\r\n" 
    117                 req << "Content-Length: #{payload.encoded.length.to_s}\r\n" 
     117                req << "Content-Length: #{payload.encoded.length}\r\n" 
    118118                req << "Connection: Close\r\n" 
    119119                req << "Cache-Control: no-cache\r\n\r\n"