remove Axis M1011 fingerprint, may not be specific enough to be used automatically.
parent
63940d438e
commit
5e1def26aa
|
@ -97,9 +97,9 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
# The callback handles all target-specific settings
|
||||
:callback => :target_axis_m1011_141,
|
||||
|
||||
# This matches any line of the SSDP M-SEARCH response
|
||||
:fingerprint =>
|
||||
/SERVER:\s*Linux\/2\.6\.31, UPnP\/1\.0, Portable SDK for UPnP devices\/1\.4\.1/mi
|
||||
# This fingerprint may not be specific enough to be used automatically.
|
||||
#:fingerprint =>
|
||||
# /SERVER:\s*Linux\/2\.6\.31, UPnP\/1\.0, Portable SDK for UPnP devices\/1\.4\.1/mi
|
||||
#
|
||||
# SSDP response:
|
||||
# Linux/2.6.31, UPnP/1.0, Portable SDK for UPnP devices/1.4.1
|
||||
|
|
Loading…
Reference in New Issue