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 6a765ae commit 781149fCopy full SHA for 781149f
modules/exploits/linux/http/dlink_hnap_rop.rb
@@ -100,13 +100,17 @@ def check
100
break
101
end
102
103
+
104
+ else
105
+ # no supported device found
106
+ return Exploit::CheckCode::Unknown
107
108
109
print_status("#{peer} - Selected Target: #{@mytarget.name}")
110
print_good("#{peer} - detected a vulnerable device")
111
return Exploit::CheckCode::Detected
112
- # no auto-targetting ... the user is responsible
113
+ # not auto-targetting ... the user is responsible
114
else
115
print_good("#{peer} - detected a device with unknown exploitability ... trying to exploit")
116
0 commit comments