We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63940d4 commit 5e1def2Copy full SHA for 5e1def2
modules/exploits/multi/upnp/libupnp_ssdp_overflow.rb
@@ -97,9 +97,9 @@ def initialize(info = {})
97
# The callback handles all target-specific settings
98
:callback => :target_axis_m1011_141,
99
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
+ # 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
103
#
104
# SSDP response:
105
# Linux/2.6.31, UPnP/1.0, Portable SDK for UPnP devices/1.4.1
0 commit comments