Avoid printing ip:port twice
parent
1f577b24b2
commit
0e45b6c06c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue