Land #2016 - Fix target regex and wfsdelay
commit
6efc287536
|
@ -38,6 +38,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Platform' => ['unix'],
|
||||
'Arch' => ARCH_CMD,
|
||||
'Privileged' => true,
|
||||
'DefaultOptions' => { 'WfsDelay' => 10 },
|
||||
'Payload' =>
|
||||
{
|
||||
#
|
||||
|
@ -80,8 +81,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
|
||||
# This matches any line of the SSDP M-SEARCH response
|
||||
:fingerprint =>
|
||||
/Server:\s*Linux\/2\.6\.17\.WB_WPCM450\.1\.3 UPnP\/1\.0, Intel SDK for UPnP devices\/1\.3\.1/mi
|
||||
|
||||
/Server:\s*Linux\/2\.6\.17\.WB_WPCM450\.1\.3,? UPnP\/1\.0, Intel SDK for UPnP devices\/1\.3\.1/mi
|
||||
#
|
||||
# SSDP response:
|
||||
# Linux/2.6.17.WB_WPCM450.1.3 UPnP/1.0, Intel SDK for UPnP devices/1.3.1
|
||||
|
|
Loading…
Reference in New Issue