Skip to content

Commit 109201a

Browse files
author
Michael Messner
committed
little auto detect fix
1 parent f068006 commit 109201a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/exploits/linux/http/dlink_dspw215_info_cgi_rop.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ def check
7171
break
7272
end
7373
end
74+
75+
else
76+
# no supported device found
77+
return Exploit::CheckCode::Unknown
7478
end
7579

7680
print_status("#{peer} - Selected Target: #{@mytarget.name}")

0 commit comments

Comments
 (0)