Avoid printing ip:port twice

unstable
sinn3r 2012-04-18 16:01:10 -05:00
parent 1f577b24b2
commit 0e45b6c06c
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ class Metasploit3 < Msf::Exploit::Remote
header << "Ultravox-Max-Fragments: 1\r\n\r\n"
header << sploit
print_status("Sending #{header.length} bytes to #{client.peerhost}:#{client.peerport}...")
print_status("Sending #{header.length} bytes")
client.put(header)
handler(client)