Fix liberal matching expression on target
parent
9379c68e51
commit
191eed88bc
|
@ -79,7 +79,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
|
|
||||||
# This matches any line of the SSDP M-SEARCH response
|
# This matches any line of the SSDP M-SEARCH response
|
||||||
:fingerprint =>
|
: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:
|
# SSDP response:
|
||||||
|
|
Loading…
Reference in New Issue