Skip to content

Commit 5e1def2

Browse files
committed
remove Axis M1011 fingerprint, may not be specific enough to be used automatically.
1 parent 63940d4 commit 5e1def2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/exploits/multi/upnp/libupnp_ssdp_overflow.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ def initialize(info = {})
9797
# The callback handles all target-specific settings
9898
:callback => :target_axis_m1011_141,
9999

100-
# This matches any line of the SSDP M-SEARCH response
101-
:fingerprint =>
102-
/SERVER:\s*Linux\/2\.6\.31, UPnP\/1\.0, Portable SDK for UPnP devices\/1\.4\.1/mi
100+
# This fingerprint may not be specific enough to be used automatically.
101+
#:fingerprint =>
102+
# /SERVER:\s*Linux\/2\.6\.31, UPnP\/1\.0, Portable SDK for UPnP devices\/1\.4\.1/mi
103103
#
104104
# SSDP response:
105105
# Linux/2.6.31, UPnP/1.0, Portable SDK for UPnP devices/1.4.1

0 commit comments

Comments
 (0)